#E039B9

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

Shades of Razzle Dazzle Rose #E039B9

Tints of Razzle Dazzle Rose #E039B9

Color information

#E039B9 (or 0xE039B9) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E0, 39 and B9. RGB value is (224,57,185). Sum of RGB (Red+Green+Blue) = 224+57+185=466 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.07% from 466); Green value is 57 (22.66% from 255 or 12.23% from 466); Blue value is 185 (72.66% from 255 or 39.70% from 466); Max value from RGB is 224 - color contains mainly: red. Hex color #E039B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E039B9 is #1FC646. Grayscale: #797979. Windows color (decimal): -2082375 or 12138976. OLE color: 12138976.

HSL color Cylindrical-coordinate representation of color #E039B9: hue angle of 314.01º 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 #E039B9 is Cyan = 0, Magento = 0.75, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB22457185-
CMYK00.750.170.12
HSL314.01º72.93%55.1%-
HSV(B)314.01º74.55%87.84%-
XYZ40.9622.2848.04-
YUV121.52163.83201.09-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 48.07%
GREEN value IS 57 (22.66% from 255) = 12.23%
BLUE value IS 185 (72.66% from 255) = 39.70%
R=48.07%
G=12.23%
B=39.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2245718500.750.170.12314.0172.9355.1
HexE039B904B11C13a4937
Octal340712710113211447211167
Binary1110000011100110111001010010111000111001001110101001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E039B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E039B9; }

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

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

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

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

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

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

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

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