#EE42C4

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

Shades of Razzle Dazzle Rose #EE42C4

Tints of Razzle Dazzle Rose #EE42C4

Color information

#EE42C4 (or 0xEE42C4) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EE, 42 and C4. RGB value is (238,66,196). Sum of RGB (Red+Green+Blue) = 238+66+196=500 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.6% from 500); Green value is 66 (26.17% from 255 or 13.2% from 500); Blue value is 196 (76.95% from 255 or 39.2% from 500); Max value from RGB is 238 - color contains mainly: red. Hex color #EE42C4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE42C4 is #11BD3B. Grayscale: #838383. Windows color (decimal): -1162556 or 12862190. OLE color: 12862190.

HSL color Cylindrical-coordinate representation of color #EE42C4: hue angle of 314.65º 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 #EE42C4 is Cyan = 0, Magento = 0.72, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB23866196-
CMYK00.720.180.07
HSL314.65º83.5%59.61%-
HSV(B)314.65º72.27%93.33%-
XYZ47.1726.0654.77-
YUV132.25163.98203.43-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 47.6%
GREEN value IS 66 (26.17% from 255) = 13.2%
BLUE value IS 196 (76.95% from 255) = 39.2%
R=47.6%
G=13.2%
B=39.2%

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
Decimal2386619600.720.180.07314.6583.559.61
HexEE42C404812713b533c
Octal356102304011022747312374
Binary1110111010000101100010001001000100101111001110111010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE42C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE42C4; }

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

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

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

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

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

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

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

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