#E5A9C9

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

Shades of Shocking #E5A9C9

Tints of Shocking #E5A9C9

Color information

#E5A9C9 (or 0xE5A9C9) is unknown color: approx Shocking. HEX triplet: E5, A9 and C9. RGB value is (229,169,201). Sum of RGB (Red+Green+Blue) = 229+169+201=599 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.23% from 599); Green value is 169 (66.41% from 255 or 28.21% from 599); Blue value is 201 (78.91% from 255 or 33.56% from 599); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A9C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5A9C9 is #1A5636. Grayscale: #BEBEBE. Windows color (decimal): -1726007 or 13216229. OLE color: 13216229.

HSL color Cylindrical-coordinate representation of color #E5A9C9: hue angle of 328º degrees, saturation: 0.54, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E5A9C9 is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.10.

Color convert

RGB229169201-
CMYK00.260.120.10
HSL328º53.57%78.04%-
HSV(B)328º26.2%89.8%-
XYZ57.0449.2561.76-
YUV190.59133.88155.4-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 38.23%
GREEN value IS 169 (66.41% from 255) = 28.21%
BLUE value IS 201 (78.91% from 255) = 33.56%
R=38.23%
G=28.21%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.12
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22916920100.260.120.1032853.5778.04
HexE5A9C901ACA148364e
Octal345251311032141251066116
Binary111001011010100111001001011010110010101010010001101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5A9C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5A9C9; }

 p { color: rgb(229,169,201); }

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

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

 a { background-color: rgb(229,169,201); }

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

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

 span { border-color: rgb(229,169,201); }

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