#E8A5C2

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

Shades of Shocking #E8A5C2

Tints of Shocking #E8A5C2

Color information

#E8A5C2 (or 0xE8A5C2) is unknown color: approx Shocking. HEX triplet: E8, A5 and C2. RGB value is (232,165,194). Sum of RGB (Red+Green+Blue) = 232+165+194=591 (78% of max value = 765). Red value is 232 (91.02% from 255 or 39.26% from 591); Green value is 165 (64.84% from 255 or 27.92% from 591); Blue value is 194 (76.17% from 255 or 32.83% from 591); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A5C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8A5C2 is #175A3D. Grayscale: #BCBCBC. Windows color (decimal): -1530430 or 12756456. OLE color: 12756456.

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

Color convert

RGB232165194-
CMYK00.290.160.09
HSL334.03º59.29%77.84%-
HSV(B)334.03º28.88%90.98%-
XYZ56.4747.9657.32-
YUV188.34131.2159.14-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 39.26%
GREEN value IS 165 (64.84% from 255) = 27.92%
BLUE value IS 194 (76.17% from 255) = 32.83%
R=39.26%
G=27.92%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.16
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23216519400.290.160.09334.0359.2977.84
HexE8A5C201D10914e3b4e
Octal350245302035201151673116
Binary1110100010100101110000100111011000010011010011101110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8A5C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8A5C2; }

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

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

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

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

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

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

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

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