#EE91CA

Color #EE91CA Shocking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shocking #EE91CA

Tints of Shocking #EE91CA

Color information

#EE91CA (or 0xEE91CA) is unknown color: approx Shocking. HEX triplet: EE, 91 and CA. RGB value is (238,145,202). Sum of RGB (Red+Green+Blue) = 238+145+202=585 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.68% from 585); Green value is 145 (57.03% from 255 or 24.79% from 585); Blue value is 202 (79.30% from 255 or 34.53% from 585); Max value from RGB is 238 - color contains mainly: red. Hex color #EE91CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE91CA is #116E35. Grayscale: #B3B3B3. Windows color (decimal): -1142326 or 13275630. OLE color: 13275630.

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

Color convert

RGB238145202-
CMYK00.390.150.07
HSL323.23º73.23%75.1%-
HSV(B)323.23º39.08%93.33%-
XYZ56.0542.6961.16-
YUV179.3140.81169.87-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.68%
GREEN value IS 145 (57.03% from 255) = 24.79%
BLUE value IS 202 (79.30% from 255) = 34.53%
R=40.68%
G=24.79%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23814520200.390.150.07323.2373.2375.1
HexEE91CA027F7143494b
Octal356221312047177503111113
Binary1110111010010001110010100100111111111110100001110010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE91CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE91CA; }

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

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

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

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

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

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

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

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