#EE8EC1

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

Shades of Shocking #EE8EC1

Tints of Shocking #EE8EC1

Color information

#EE8EC1 (or 0xEE8EC1) is unknown color: approx Shocking. HEX triplet: EE, 8E and C1. RGB value is (238,142,193). Sum of RGB (Red+Green+Blue) = 238+142+193=573 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.54% from 573); Green value is 142 (55.86% from 255 or 24.78% from 573); Blue value is 193 (75.78% from 255 or 33.68% from 573); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8EC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE8EC1 is #11713E. Grayscale: #B0B0B0. Windows color (decimal): -1143103 or 12685038. OLE color: 12685038.

HSL color Cylindrical-coordinate representation of color #EE8EC1: hue angle of 328.12º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EE8EC1 is Cyan = 0, Magento = 0.40, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB238142193-
CMYK00.400.190.07
HSL328.12º73.85%74.51%-
HSV(B)328.12º40.34%93.33%-
XYZ54.5641.3755.56-
YUV176.52137.3171.85-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.54%
GREEN value IS 142 (55.86% from 255) = 24.78%
BLUE value IS 193 (75.78% from 255) = 33.68%
R=41.54%
G=24.78%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23814219300.400.190.07328.1273.8574.51
HexEE8EC10281371484a4b
Octal356216301050237510112113
Binary11101110100011101100000101010001001111110100100010010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE8EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE8EC1; }

 p { color: rgb(238,142,193); }

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

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

 a { background-color: rgb(238,142,193); }

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

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

 span { border-color: rgb(238,142,193); }

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