#E039D1

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

Shades of Razzle Dazzle Rose #E039D1

Tints of Razzle Dazzle Rose #E039D1

Color information

#E039D1 (or 0xE039D1) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E0, 39 and D1. RGB value is (224,57,209). Sum of RGB (Red+Green+Blue) = 224+57+209=490 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.71% from 490); Green value is 57 (22.66% from 255 or 11.63% from 490); Blue value is 209 (82.03% from 255 or 42.65% from 490); Max value from RGB is 224 - color contains mainly: red. Hex color #E039D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E039D1 is #1FC62E. Grayscale: #7B7B7B. Windows color (decimal): -2082351 or 13711840. OLE color: 13711840.

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

Color convert

RGB22457209-
CMYK00.750.070.12
HSL305.39º72.93%55.1%-
HSV(B)305.39º74.55%87.84%-
XYZ43.7123.3862.53-
YUV124.26175.83199.14-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 45.71%
GREEN value IS 57 (22.66% from 255) = 11.63%
BLUE value IS 209 (82.03% from 255) = 42.65%
R=45.71%
G=11.63%
B=42.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.07
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2245720900.750.070.12305.3972.9355.1
HexE039D104B7C1314937
Octal34071321011371446111167
Binary11100000111001110100010100101111111001001100011001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E039D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E039D1; }

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

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

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

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

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

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

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

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