#E2A4BD

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

Shades of Shocking #E2A4BD

Tints of Shocking #E2A4BD

Color information

#E2A4BD (or 0xE2A4BD) is unknown color: approx Shocking. HEX triplet: E2, A4 and BD. RGB value is (226,164,189). Sum of RGB (Red+Green+Blue) = 226+164+189=579 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.03% from 579); Green value is 164 (64.45% from 255 or 28.32% from 579); Blue value is 189 (74.22% from 255 or 32.64% from 579); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A4BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2A4BD is #1D5B42. Grayscale: #B9B9B9. Windows color (decimal): -1923907 or 12428514. OLE color: 12428514.

HSL color Cylindrical-coordinate representation of color #E2A4BD: hue angle of 335.81º 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 #E2A4BD is Cyan = 0, Magento = 0.27, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB226164189-
CMYK00.270.160.11
HSL335.81º51.67%76.47%-
HSV(B)335.81º27.43%88.63%-
XYZ53.8246.3954.26-
YUV185.39130.04156.97-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.03%
GREEN value IS 164 (64.45% from 255) = 28.32%
BLUE value IS 189 (74.22% from 255) = 32.64%
R=39.03%
G=28.32%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.16
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22616418900.270.160.11335.8151.6776.47
HexE2A4BD01B10B150344c
Octal342244275033201352064114
Binary1110001010100100101111010110111000010111010100001101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2A4BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2A4BD; }

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

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

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

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

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

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

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

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