#EEA0CB

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

Shades of Shocking #EEA0CB

Tints of Shocking #EEA0CB

Color information

#EEA0CB (or 0xEEA0CB) is unknown color: approx Shocking. HEX triplet: EE, A0 and CB. RGB value is (238,160,203). Sum of RGB (Red+Green+Blue) = 238+160+203=601 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.60% from 601); Green value is 160 (62.89% from 255 or 26.62% from 601); Blue value is 203 (79.69% from 255 or 33.78% from 601); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA0CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA0CB is #115F34. Grayscale: #BCBCBC. Windows color (decimal): -1138485 or 13345006. OLE color: 13345006.

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

Color convert

RGB238160203-
CMYK00.330.150.07
HSL326.92º69.64%78.04%-
HSV(B)326.92º32.77%93.33%-
XYZ58.6147.6362.6-
YUV188.22136.34163.5-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.60%
GREEN value IS 160 (62.89% from 255) = 26.62%
BLUE value IS 203 (79.69% from 255) = 33.78%
R=39.60%
G=26.62%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23816020300.330.150.07326.9269.6478.04
HexEEA0CB021F7147464e
Octal356240313041177507106116
Binary1110111010100000110010110100001111111110100011110001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA0CB; }

 p { color: rgb(238,160,203); }

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

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

 a { background-color: rgb(238,160,203); }

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

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

 span { border-color: rgb(238,160,203); }

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