#E8A4C1

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

Shades of Shocking #E8A4C1

Tints of Shocking #E8A4C1

Color information

#E8A4C1 (or 0xE8A4C1) is unknown color: approx Shocking. HEX triplet: E8, A4 and C1. RGB value is (232,164,193). Sum of RGB (Red+Green+Blue) = 232+164+193=589 (78% of max value = 765). Red value is 232 (91.02% from 255 or 39.39% from 589); Green value is 164 (64.45% from 255 or 27.84% from 589); Blue value is 193 (75.78% from 255 or 32.77% from 589); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A4C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8A4C1 is #175B3E. Grayscale: #BBBBBB. Windows color (decimal): -1530687 or 12690664. OLE color: 12690664.

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

Color convert

RGB232164193-
CMYK00.290.170.09
HSL334.41º59.65%77.65%-
HSV(B)334.41º29.31%90.98%-
XYZ56.1847.5656.67-
YUV187.64131.03159.64-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 39.39%
GREEN value IS 164 (64.45% from 255) = 27.84%
BLUE value IS 193 (75.78% from 255) = 32.77%
R=39.39%
G=27.84%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.17
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23216419300.290.170.09334.4159.6577.65
HexE8A4C101D11914e3c4e
Octal350244301035211151674116
Binary1110100010100100110000010111011000110011010011101111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8A4C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8A4C1; }

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

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

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

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

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

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

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

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