#E02ECD

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

Shades of Razzle Dazzle Rose #E02ECD

Tints of Razzle Dazzle Rose #E02ECD

Color information

#E02ECD (or 0xE02ECD) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E0, 2E and CD. RGB value is (224,46,205). Sum of RGB (Red+Green+Blue) = 224+46+205=475 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.16% from 475); Green value is 46 (18.36% from 255 or 9.68% from 475); Blue value is 205 (80.47% from 255 or 43.16% from 475); Max value from RGB is 224 - color contains mainly: red. Hex color #E02ECD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E02ECD is #1FD132. Grayscale: #747474. Windows color (decimal): -2085171 or 13446880. OLE color: 13446880.

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

Color convert

RGB22446205-
CMYK00.790.080.12
HSL306.4º74.17%52.94%-
HSV(B)306.4º79.46%87.84%-
XYZ42.7422.2159.79-
YUV117.35177.47204.07-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 47.16%
GREEN value IS 46 (18.36% from 255) = 9.68%
BLUE value IS 205 (80.47% from 255) = 43.16%
R=47.16%
G=9.68%
B=43.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2244620500.790.080.12306.474.1752.94
HexE02ECD04F8C1324a35
Octal340563150117101446211265
Binary111000001011101100110101001111100011001001100101001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E02ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E02ECD; }

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

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

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

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

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

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

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

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