#E039B5

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

Shades of Razzle Dazzle Rose #E039B5

Tints of Razzle Dazzle Rose #E039B5

Color information

#E039B5 (or 0xE039B5) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E0, 39 and B5. RGB value is (224,57,181). Sum of RGB (Red+Green+Blue) = 224+57+181=462 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.48% from 462); Green value is 57 (22.66% from 255 or 12.34% from 462); Blue value is 181 (71.09% from 255 or 39.18% from 462); Max value from RGB is 224 - color contains mainly: red. Hex color #E039B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E039B5 is #1FC64A. Grayscale: #787878. Windows color (decimal): -2082379 or 11876832. OLE color: 11876832.

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

Color convert

RGB22457181-
CMYK00.750.190.12
HSL315.45º72.93%55.1%-
HSV(B)315.45º74.55%87.84%-
XYZ40.5422.1145.85-
YUV121.07161.83201.42-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 48.48%
GREEN value IS 57 (22.66% from 255) = 12.34%
BLUE value IS 181 (71.09% from 255) = 39.18%
R=48.48%
G=12.34%
B=39.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.19
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2245718100.750.190.12315.4572.9355.1
HexE039B504B13C13b4937
Octal340712650113231447311167
Binary1110000011100110110101010010111001111001001110111001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E039B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E039B5; }

 p { color: rgb(224,57,181); }

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

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

 a { background-color: rgb(224,57,181); }

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

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

 span { border-color: rgb(224,57,181); }

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