#EE40CA

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

Shades of Razzle Dazzle Rose #EE40CA

Tints of Razzle Dazzle Rose #EE40CA

Color information

#EE40CA (or 0xEE40CA) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EE, 40 and CA. RGB value is (238,64,202). Sum of RGB (Red+Green+Blue) = 238+64+202=504 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.22% from 504); Green value is 64 (25.39% from 255 or 12.70% from 504); Blue value is 202 (79.30% from 255 or 40.08% from 504); Max value from RGB is 238 - color contains mainly: red. Hex color #EE40CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE40CA is #11BF35. Grayscale: #838383. Windows color (decimal): -1163062 or 13254894. OLE color: 13254894.

HSL color Cylindrical-coordinate representation of color #EE40CA: hue angle of 312.41º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EE40CA is Cyan = 0, Magento = 0.73, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB23864202-
CMYK00.730.150.07
HSL312.41º83.65%59.22%-
HSV(B)312.41º73.11%93.33%-
XYZ47.7526.1158.4-
YUV131.76167.65203.78-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 47.22%
GREEN value IS 64 (25.39% from 255) = 12.70%
BLUE value IS 202 (79.30% from 255) = 40.08%
R=47.22%
G=12.70%
B=40.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2386420200.730.150.07312.4183.6559.22
HexEE40CA049F7138543b
Octal356100312011117747012473
Binary111011101000000110010100100100111111111001110001010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE40CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE40CA; }

 p { color: rgb(238,64,202); }

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

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

 a { background-color: rgb(238,64,202); }

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

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

 span { border-color: rgb(238,64,202); }

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