#E039B4

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

Shades of Razzle Dazzle Rose #E039B4

Tints of Razzle Dazzle Rose #E039B4

Color information

#E039B4 (or 0xE039B4) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E0, 39 and B4. RGB value is (224,57,180). Sum of RGB (Red+Green+Blue) = 224+57+180=461 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.59% from 461); Green value is 57 (22.66% from 255 or 12.36% from 461); Blue value is 180 (70.70% from 255 or 39.05% from 461); Max value from RGB is 224 - color contains mainly: red. Hex color #E039B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E039B4 is #1FC64B. Grayscale: #787878. Windows color (decimal): -2082380 or 11811296. OLE color: 11811296.

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

Color convert

RGB22457180-
CMYK00.750.200.12
HSL315.81º72.93%55.1%-
HSV(B)315.81º74.55%87.84%-
XYZ40.4422.0745.31-
YUV120.96161.33201.5-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 48.59%
GREEN value IS 57 (22.66% from 255) = 12.36%
BLUE value IS 180 (70.70% from 255) = 39.05%
R=48.59%
G=12.36%
B=39.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.20
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2245718000.750.200.12315.8172.9355.1
HexE039B404B14C13c4937
Octal340712640113241447411167
Binary1110000011100110110100010010111010011001001111001001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E039B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E039B4; }

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

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

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

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

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

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

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

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