#EE42D5

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

Shades of Razzle Dazzle Rose #EE42D5

Tints of Razzle Dazzle Rose #EE42D5

Color information

#EE42D5 (or 0xEE42D5) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EE, 42 and D5. RGB value is (238,66,213). Sum of RGB (Red+Green+Blue) = 238+66+213=517 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.03% from 517); Green value is 66 (26.17% from 255 or 12.77% from 517); Blue value is 213 (83.59% from 255 or 41.20% from 517); Max value from RGB is 238 - color contains mainly: red. Hex color #EE42D5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE42D5 is #11BD2A. Grayscale: #858585. Windows color (decimal): -1162539 or 13976302. OLE color: 13976302.

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

Color convert

RGB23866213-
CMYK00.720.110.07
HSL308.72º83.5%59.61%-
HSV(B)308.72º72.27%93.33%-
XYZ49.2226.8865.54-
YUV134.19172.48202.05-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 46.03%
GREEN value IS 66 (26.17% from 255) = 12.77%
BLUE value IS 213 (83.59% from 255) = 41.20%
R=46.03%
G=12.77%
B=41.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2386621300.720.110.07308.7283.559.61
HexEE42D5048B7135533c
Octal356102325011013746512374
Binary111011101000010110101010100100010111111001101011010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE42D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE42D5; }

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

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

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

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

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

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

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

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