#E02CD4

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

Shades of Razzle Dazzle Rose #E02CD4

Tints of Razzle Dazzle Rose #E02CD4

Color information

#E02CD4 (or 0xE02CD4) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E0, 2C and D4. RGB value is (224,44,212). Sum of RGB (Red+Green+Blue) = 224+44+212=480 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.67% from 480); Green value is 44 (17.58% from 255 or 9.17% from 480); Blue value is 212 (83.20% from 255 or 44.17% from 480); Max value from RGB is 224 - color contains mainly: red. Hex color #E02CD4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E02CD4 is #1FD32B. Grayscale: #747474. Windows color (decimal): -2085676 or 13905120. OLE color: 13905120.

HSL color Cylindrical-coordinate representation of color #E02CD4: hue angle of 304º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E02CD4 is Cyan = 0, Magento = 0.80, Yellow = 0.05 and Black (K on CMYK) = 0.12.

Color convert

RGB22444212-
CMYK00.800.050.12
HSL304º74.38%52.55%-
HSV(B)304º80.36%87.84%-
XYZ43.5222.464.32-
YUV116.97181.63204.34-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 46.67%
GREEN value IS 44 (17.58% from 255) = 9.17%
BLUE value IS 212 (83.20% from 255) = 44.17%
R=46.67%
G=9.17%
B=44.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.05
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2244421200.800.050.1230474.3852.55
HexE02CD40505C1304a35
Octal34054324012051446011265
Binary11100000101100110101000101000010111001001100001001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E02CD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E02CD4; }

 p { color: rgb(224,44,212); }

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

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

 a { background-color: rgb(224,44,212); }

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

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

 span { border-color: rgb(224,44,212); }

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