#E13BBF

Color #E13BBF Razzle Dazzle Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzle Dazzle Rose #E13BBF

Tints of Razzle Dazzle Rose #E13BBF

Color information

#E13BBF (or 0xE13BBF) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E1, 3B and BF. RGB value is (225,59,191). Sum of RGB (Red+Green+Blue) = 225+59+191=475 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.37% from 475); Green value is 59 (23.44% from 255 or 12.42% from 475); Blue value is 191 (75% from 255 or 40.21% from 475); Max value from RGB is 225 - color contains mainly: red. Hex color #E13BBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E13BBF is #1EC440. Grayscale: #7B7B7B. Windows color (decimal): -2016321 or 12532705. OLE color: 12532705.

HSL color Cylindrical-coordinate representation of color #E13BBF: hue angle of 312.29º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E13BBF is Cyan = 0, Magento = 0.74, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB22559191-
CMYK00.740.150.12
HSL312.29º73.45%55.69%-
HSV(B)312.29º73.78%88.24%-
XYZ42.0222.951.5-
YUV123.68166200.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 225 (88.28% from 255) = 47.37%
GREEN value IS 59 (23.44% from 255) = 12.42%
BLUE value IS 191 (75% from 255) = 40.21%
R=47.37%
G=12.42%
B=40.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2255919100.740.150.12312.2973.4555.69
HexE13BBF04AFC1384938
Octal341732770112171447011170
Binary111000011110111011111101001010111111001001110001001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E13BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E13BBF; }

 p { color: rgb(225,59,191); }

 H1.HeaderClassName
 {
   color: #E13BBF;
 }
 .AnyTagClassName
 {
   color: #E13BBF;
 }
</style>
background-color css

<style>
 a { background-color: #E13BBF; }

 a { background-color: rgb(225,59,191); }

 div.DivClassName
 {
   background-color: #E13BBF;
 }
 .BgClassName
 {
   background-color: #E13BBF;
 }
</style>
border-color css

<style>
 span { border-color: #E13BBF; }

 span { border-color: rgb(225,59,191); }

 td.TdClassName
 {
   border-color: #E13BBF;
 }
 .TagClassName
 {
   border-color: #E13BBF;
 }
</style>