#E8A4CC

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

Shades of Shocking #E8A4CC

Tints of Shocking #E8A4CC

Color information

#E8A4CC (or 0xE8A4CC) is unknown color: approx Shocking. HEX triplet: E8, A4 and CC. RGB value is (232,164,204). Sum of RGB (Red+Green+Blue) = 232+164+204=600 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.67% from 600); Green value is 164 (64.45% from 255 or 27.33% from 600); Blue value is 204 (80.08% from 255 or 34% from 600); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A4CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8A4CC is #175B33. Grayscale: #BCBCBC. Windows color (decimal): -1530676 or 13411560. OLE color: 13411560.

HSL color Cylindrical-coordinate representation of color #E8A4CC: hue angle of 324.71º degrees, saturation: 0.6, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E8A4CC is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB232164204-
CMYK00.290.120.09
HSL324.71º59.65%77.65%-
HSV(B)324.71º29.31%90.98%-
XYZ57.4548.0763.38-
YUV188.89136.53158.75-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 38.67%
GREEN value IS 164 (64.45% from 255) = 27.33%
BLUE value IS 204 (80.08% from 255) = 34%
R=38.67%
G=27.33%
B=34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23216420400.290.120.09324.7159.6577.65
HexE8A4CC01DC91453c4e
Octal350244314035141150574116
Binary111010001010010011001100011101110010011010001011111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8A4CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8A4CC; }

 p { color: rgb(232,164,204); }

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

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

 a { background-color: rgb(232,164,204); }

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

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

 span { border-color: rgb(232,164,204); }

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