#E4A2BF

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

Shades of Shocking #E4A2BF

Tints of Shocking #E4A2BF

Color information

#E4A2BF (or 0xE4A2BF) is unknown color: approx Shocking. HEX triplet: E4, A2 and BF. RGB value is (228,162,191). Sum of RGB (Red+Green+Blue) = 228+162+191=581 (76% of max value = 765). Red value is 228 (89.45% from 255 or 39.24% from 581); Green value is 162 (63.67% from 255 or 27.88% from 581); Blue value is 191 (75% from 255 or 32.87% from 581); Max value from RGB is 228 - color contains mainly: red. Hex color #E4A2BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E4A2BF is #1B5D40. Grayscale: #B8B8B8. Windows color (decimal): -1793345 or 12559076. OLE color: 12559076.

HSL color Cylindrical-coordinate representation of color #E4A2BF: hue angle of 333.64º degrees, saturation: 0.55, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E4A2BF is Cyan = 0, Magento = 0.29, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB228162191-
CMYK00.290.160.11
HSL333.64º55%76.47%-
HSV(B)333.64º28.95%89.41%-
XYZ54.3246.155.32-
YUV185.04131.37158.64-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 39.24%
GREEN value IS 162 (63.67% from 255) = 27.88%
BLUE value IS 191 (75% from 255) = 32.87%
R=39.24%
G=27.88%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.16
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22816219100.290.160.11333.645576.47
HexE4A2BF01D10B14e374c
Octal344242277035201351667114
Binary1110010010100010101111110111011000010111010011101101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4A2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4A2BF; }

 p { color: rgb(228,162,191); }

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

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

 a { background-color: rgb(228,162,191); }

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

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

 span { border-color: rgb(228,162,191); }

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