#EEA0CC

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

Shades of Shocking #EEA0CC

Tints of Shocking #EEA0CC

Color information

#EEA0CC (or 0xEEA0CC) is unknown color: approx Shocking. HEX triplet: EE, A0 and CC. RGB value is (238,160,204). Sum of RGB (Red+Green+Blue) = 238+160+204=602 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.53% from 602); Green value is 160 (62.89% from 255 or 26.58% from 602); Blue value is 204 (80.08% from 255 or 33.89% from 602); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA0CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA0CC is #115F33. Grayscale: #BCBCBC. Windows color (decimal): -1138484 or 13410542. OLE color: 13410542.

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

Color convert

RGB238160204-
CMYK00.330.140.07
HSL326.15º69.64%78.04%-
HSV(B)326.15º32.77%93.33%-
XYZ58.7347.6863.23-
YUV188.34136.84163.42-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.53%
GREEN value IS 160 (62.89% from 255) = 26.58%
BLUE value IS 204 (80.08% from 255) = 33.89%
R=39.53%
G=26.58%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23816020400.330.140.07326.1569.6478.04
HexEEA0CC021E7146464e
Octal356240314041167506106116
Binary1110111010100000110011000100001111011110100011010001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA0CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA0CC; }

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

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

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

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

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

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

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

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