#EE42C2

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

Shades of Razzle Dazzle Rose #EE42C2

Tints of Razzle Dazzle Rose #EE42C2

Color information

#EE42C2 (or 0xEE42C2) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EE, 42 and C2. RGB value is (238,66,194). Sum of RGB (Red+Green+Blue) = 238+66+194=498 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.79% from 498); Green value is 66 (26.17% from 255 or 13.25% from 498); Blue value is 194 (76.17% from 255 or 38.96% from 498); Max value from RGB is 238 - color contains mainly: red. Hex color #EE42C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE42C2 is #11BD3D. Grayscale: #838383. Windows color (decimal): -1162558 or 12731118. OLE color: 12731118.

HSL color Cylindrical-coordinate representation of color #EE42C2: hue angle of 315.35º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EE42C2 is Cyan = 0, Magento = 0.72, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB23866194-
CMYK00.720.180.07
HSL315.35º83.5%59.61%-
HSV(B)315.35º72.27%93.33%-
XYZ46.9525.9753.58-
YUV132.02162.98203.59-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 47.79%
GREEN value IS 66 (26.17% from 255) = 13.25%
BLUE value IS 194 (76.17% from 255) = 38.96%
R=47.79%
G=13.25%
B=38.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2386619400.720.180.07315.3583.559.61
HexEE42C204812713b533c
Octal356102302011022747312374
Binary1110111010000101100001001001000100101111001110111010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE42C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE42C2; }

 p { color: rgb(238,66,194); }

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

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

 a { background-color: rgb(238,66,194); }

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

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

 span { border-color: rgb(238,66,194); }

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