#E8A4CB

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

Shades of Shocking #E8A4CB

Tints of Shocking #E8A4CB

Color information

#E8A4CB (or 0xE8A4CB) is unknown color: approx Shocking. HEX triplet: E8, A4 and CB. RGB value is (232,164,203). Sum of RGB (Red+Green+Blue) = 232+164+203=599 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.73% from 599); Green value is 164 (64.45% from 255 or 27.38% from 599); Blue value is 203 (79.69% from 255 or 33.89% from 599); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A4CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8A4CB is #175B34. Grayscale: #BCBCBC. Windows color (decimal): -1530677 or 13346024. OLE color: 13346024.

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

Color convert

RGB232164203-
CMYK00.290.120.09
HSL325.59º59.65%77.65%-
HSV(B)325.59º29.31%90.98%-
XYZ57.3348.0262.75-
YUV188.78136.03158.83-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 38.73%
GREEN value IS 164 (64.45% from 255) = 27.38%
BLUE value IS 203 (79.69% from 255) = 33.89%
R=38.73%
G=27.38%
B=33.89%

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
Decimal23216420300.290.120.09325.5959.6577.65
HexE8A4CB01DC91463c4e
Octal350244313035141150674116
Binary111010001010010011001011011101110010011010001101111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8A4CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8A4CB; }

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

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

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

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

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

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

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

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