#E2A0BC

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

Shades of Shocking #E2A0BC

Tints of Shocking #E2A0BC

Color information

#E2A0BC (or 0xE2A0BC) is unknown color: approx Shocking. HEX triplet: E2, A0 and BC. RGB value is (226,160,188). Sum of RGB (Red+Green+Blue) = 226+160+188=574 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.37% from 574); Green value is 160 (62.89% from 255 or 27.87% from 574); Blue value is 188 (73.83% from 255 or 32.75% from 574); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A0BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2A0BC is #1D5F43. Grayscale: #B6B6B6. Windows color (decimal): -1924932 or 12361954. OLE color: 12361954.

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

Color convert

RGB226160188-
CMYK00.290.170.11
HSL334.55º53.23%75.69%-
HSV(B)334.55º29.2%88.63%-
XYZ53.0144.9453.46-
YUV182.93130.87158.72-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.37%
GREEN value IS 160 (62.89% from 255) = 27.87%
BLUE value IS 188 (73.83% from 255) = 32.75%
R=39.37%
G=27.87%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22616018800.290.170.11334.5553.2375.69
HexE2A0BC01D11B14f354c
Octal342240274035211351765114
Binary1110001010100000101111000111011000110111010011111101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2A0BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2A0BC; }

 p { color: rgb(226,160,188); }

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

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

 a { background-color: rgb(226,160,188); }

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

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

 span { border-color: rgb(226,160,188); }

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