#E2A4C0

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

Shades of Shocking #E2A4C0

Tints of Shocking #E2A4C0

Color information

#E2A4C0 (or 0xE2A4C0) is unknown color: approx Shocking. HEX triplet: E2, A4 and C0. RGB value is (226,164,192). Sum of RGB (Red+Green+Blue) = 226+164+192=582 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.83% from 582); Green value is 164 (64.45% from 255 or 28.18% from 582); Blue value is 192 (75.39% from 255 or 32.99% from 582); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A4C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2A4C0 is #1D5B3F. Grayscale: #B9B9B9. Windows color (decimal): -1923904 or 12625122. OLE color: 12625122.

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

Color convert

RGB226164192-
CMYK00.270.150.11
HSL332.9º51.67%76.47%-
HSV(B)332.9º27.43%88.63%-
XYZ54.1546.5356-
YUV185.73131.54156.72-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.83%
GREEN value IS 164 (64.45% from 255) = 28.18%
BLUE value IS 192 (75.39% from 255) = 32.99%
R=38.83%
G=28.18%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.15
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22616419200.270.150.11332.951.6776.47
HexE2A4C001BFB14d344c
Octal342244300033171351564114
Binary111000101010010011000000011011111110111010011011101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2A4C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2A4C0; }

 p { color: rgb(226,164,192); }

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

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

 a { background-color: rgb(226,164,192); }

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

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

 span { border-color: rgb(226,164,192); }

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