#EE24CC

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

Shades of Razzle Dazzle Rose #EE24CC

Tints of Razzle Dazzle Rose #EE24CC

Color information

#EE24CC (or 0xEE24CC) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EE, 24 and CC. RGB value is (238,36,204). Sum of RGB (Red+Green+Blue) = 238+36+204=478 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.79% from 478); Green value is 36 (14.45% from 255 or 7.53% from 478); Blue value is 204 (80.08% from 255 or 42.68% from 478); Max value from RGB is 238 - color contains mainly: red. Hex color #EE24CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE24CC is #11DB33. Grayscale: #737373. Windows color (decimal): -1170228 or 13378798. OLE color: 13378798.

HSL color Cylindrical-coordinate representation of color #EE24CC: hue angle of 310.1º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EE24CC is Cyan = 0, Magento = 0.85, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB23836204-
CMYK00.850.140.07
HSL310.1º85.59%53.73%-
HSV(B)310.1º84.87%93.33%-
XYZ46.7923.859.25-
YUV115.55177.92215.34-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 49.79%
GREEN value IS 36 (14.45% from 255) = 7.53%
BLUE value IS 204 (80.08% from 255) = 42.68%
R=49.79%
G=7.53%
B=42.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2383620400.850.140.07310.185.5953.73
HexEE24CC055E71365636
Octal35644314012516746612666
Binary11101110100100110011000101010111101111001101101010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE24CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE24CC; }

 p { color: rgb(238,36,204); }

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

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

 a { background-color: rgb(238,36,204); }

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

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

 span { border-color: rgb(238,36,204); }

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