#EE94CA

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

Shades of Shocking #EE94CA

Tints of Shocking #EE94CA

Color information

#EE94CA (or 0xEE94CA) is unknown color: approx Shocking. HEX triplet: EE, 94 and CA. RGB value is (238,148,202). Sum of RGB (Red+Green+Blue) = 238+148+202=588 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.48% from 588); Green value is 148 (58.20% from 255 or 25.17% from 588); Blue value is 202 (79.30% from 255 or 34.35% from 588); Max value from RGB is 238 - color contains mainly: red. Hex color #EE94CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE94CA is #116B35. Grayscale: #B4B4B4. Windows color (decimal): -1141558 or 13276398. OLE color: 13276398.

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

Color convert

RGB238148202-
CMYK00.380.150.07
HSL324º72.58%75.69%-
HSV(B)324º37.82%93.33%-
XYZ56.5143.6261.32-
YUV181.07139.82168.61-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.48%
GREEN value IS 148 (58.20% from 255) = 25.17%
BLUE value IS 202 (79.30% from 255) = 34.35%
R=40.48%
G=25.17%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23814820200.380.150.0732472.5875.69
HexEE94CA026F7144494c
Octal356224312046177504111114
Binary1110111010010100110010100100110111111110100010010010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE94CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE94CA; }

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

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

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

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

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

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

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

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