#E036CD

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

Shades of Razzle Dazzle Rose #E036CD

Tints of Razzle Dazzle Rose #E036CD

Color information

#E036CD (or 0xE036CD) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E0, 36 and CD. RGB value is (224,54,205). Sum of RGB (Red+Green+Blue) = 224+54+205=483 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.38% from 483); Green value is 54 (21.48% from 255 or 11.18% from 483); Blue value is 205 (80.47% from 255 or 42.44% from 483); Max value from RGB is 224 - color contains mainly: red. Hex color #E036CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E036CD is #1FC932. Grayscale: #797979. Windows color (decimal): -2083123 or 13448928. OLE color: 13448928.

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

Color convert

RGB22454205-
CMYK00.760.080.12
HSL306.71º73.28%54.51%-
HSV(B)306.71º75.89%87.84%-
XYZ43.0822.8959.91-
YUV122.04174.82200.72-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 46.38%
GREEN value IS 54 (21.48% from 255) = 11.18%
BLUE value IS 205 (80.47% from 255) = 42.44%
R=46.38%
G=11.18%
B=42.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2245420500.760.080.12306.7173.2854.51
HexE036CD04C8C1334937
Octal340663150114101446311167
Binary111000001101101100110101001100100011001001100111001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E036CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E036CD; }

 p { color: rgb(224,54,205); }

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

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

 a { background-color: rgb(224,54,205); }

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

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

 span { border-color: rgb(224,54,205); }

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