#E8A5CA

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

Shades of Shocking #E8A5CA

Tints of Shocking #E8A5CA

Color information

#E8A5CA (or 0xE8A5CA) is unknown color: approx Shocking. HEX triplet: E8, A5 and CA. RGB value is (232,165,202). Sum of RGB (Red+Green+Blue) = 232+165+202=599 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.73% from 599); Green value is 165 (64.84% from 255 or 27.55% from 599); Blue value is 202 (79.30% from 255 or 33.72% from 599); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A5CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8A5CA is #175A35. Grayscale: #BDBDBD. Windows color (decimal): -1530422 or 13280744. OLE color: 13280744.

HSL color Cylindrical-coordinate representation of color #E8A5CA: hue angle of 326.87º degrees, saturation: 0.59, 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 #E8A5CA is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB232165202-
CMYK00.290.130.09
HSL326.87º59.29%77.84%-
HSV(B)326.87º28.88%90.98%-
XYZ57.3948.3362.18-
YUV189.25135.2158.49-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 38.73%
GREEN value IS 165 (64.84% from 255) = 27.55%
BLUE value IS 202 (79.30% from 255) = 33.72%
R=38.73%
G=27.55%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23216520200.290.130.09326.8759.2977.84
HexE8A5CA01DD91473b4e
Octal350245312035151150773116
Binary111010001010010111001010011101110110011010001111110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8A5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8A5CA; }

 p { color: rgb(232,165,202); }

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

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

 a { background-color: rgb(232,165,202); }

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

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

 span { border-color: rgb(232,165,202); }

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