#E9A5C2

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

Shades of Shocking #E9A5C2

Tints of Shocking #E9A5C2

Color information

#E9A5C2 (or 0xE9A5C2) is unknown color: approx Shocking. HEX triplet: E9, A5 and C2. RGB value is (233,165,194). Sum of RGB (Red+Green+Blue) = 233+165+194=592 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.36% from 592); Green value is 165 (64.84% from 255 or 27.87% from 592); Blue value is 194 (76.17% from 255 or 32.77% from 592); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A5C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9A5C2 is #165A3D. Grayscale: #BCBCBC. Windows color (decimal): -1464894 or 12756457. OLE color: 12756457.

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

Color convert

RGB233165194-
CMYK00.290.170.09
HSL334.41º60.71%78.04%-
HSV(B)334.41º29.18%91.37%-
XYZ56.848.1357.34-
YUV188.64131.03159.64-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 39.36%
GREEN value IS 165 (64.84% from 255) = 27.87%
BLUE value IS 194 (76.17% from 255) = 32.77%
R=39.36%
G=27.87%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.17
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23316519400.290.170.09334.4160.7178.04
HexE9A5C201D11914e3d4e
Octal351245302035211151675116
Binary1110100110100101110000100111011000110011010011101111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9A5C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9A5C2; }

 p { color: rgb(233,165,194); }

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

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

 a { background-color: rgb(233,165,194); }

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

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

 span { border-color: rgb(233,165,194); }

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