#E039B3

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

Shades of Razzle Dazzle Rose #E039B3

Tints of Razzle Dazzle Rose #E039B3

Color information

#E039B3 (or 0xE039B3) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E0, 39 and B3. RGB value is (224,57,179). Sum of RGB (Red+Green+Blue) = 224+57+179=460 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.70% from 460); Green value is 57 (22.66% from 255 or 12.39% from 460); Blue value is 179 (70.31% from 255 or 38.91% from 460); Max value from RGB is 224 - color contains mainly: red. Hex color #E039B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E039B3 is #1FC64C. Grayscale: #787878. Windows color (decimal): -2082381 or 11745760. OLE color: 11745760.

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

Color convert

RGB22457179-
CMYK00.750.200.12
HSL316.17º72.93%55.1%-
HSV(B)316.17º74.55%87.84%-
XYZ40.3422.0344.77-
YUV120.84160.83201.58-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 48.70%
GREEN value IS 57 (22.66% from 255) = 12.39%
BLUE value IS 179 (70.31% from 255) = 38.91%
R=48.70%
G=12.39%
B=38.91%

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
Decimal2245717900.750.200.12316.1772.9355.1
HexE039B304B14C13c4937
Octal340712630113241447411167
Binary1110000011100110110011010010111010011001001111001001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E039B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E039B3; }

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

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

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

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

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

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

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

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