#ee94ce

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

Shades of Shocking #EE94CE

Tints of Shocking #EE94CE

Color information

#EE94CE (or 0xEE94CE) is unknown color: approx Shocking. HEX triplet: EE, 94 and CE. RGB value is (238,148,206). Sum of RGB (Red+Green+Blue) = 238+148+206=592 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.20% from 592); Green value is 148 (58.20% from 255 or 25% from 592); Blue value is 206 (80.86% from 255 or 34.80% from 592); Max value from RGB is 238 - color contains mainly: red. Hex color #EE94CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE94CE is #116B31. Grayscale: #B5B5B5. Windows color (decimal): -1141554 or 13538542. OLE color: 13538542.

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

Color convert

RGB238148206-
CMYK00.380.130.07
HSL321.33º72.58%75.69%-
HSV(B)321.33º37.82%93.33%-
XYZ56.9943.8163.85-
YUV181.52141.82168.28-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.20%
GREEN value IS 148 (58.20% from 255) = 25%
BLUE value IS 206 (80.86% from 255) = 34.80%
R=40.20%
G=25%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23814820600.380.130.07321.3372.5875.69
HexEE94CE026D7141494c
Octal356224316046157501111114
Binary1110111010010100110011100100110110111110100000110010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ee94ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ee94ce; }

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

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

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

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

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

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

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

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