#E5A9C1

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

Shades of Shocking #E5A9C1

Tints of Shocking #E5A9C1

Color information

#E5A9C1 (or 0xE5A9C1) is unknown color: approx Shocking. HEX triplet: E5, A9 and C1. RGB value is (229,169,193). Sum of RGB (Red+Green+Blue) = 229+169+193=591 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.75% from 591); Green value is 169 (66.41% from 255 or 28.60% from 591); Blue value is 193 (75.78% from 255 or 32.66% from 591); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A9C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5A9C1 is #1A563E. Grayscale: #BDBDBD. Windows color (decimal): -1726015 or 12691941. OLE color: 12691941.

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

Color convert

RGB229169193-
CMYK00.260.160.10
HSL336º53.57%78.04%-
HSV(B)336º26.2%89.8%-
XYZ56.1348.8856.93-
YUV189.68129.88156.05-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 38.75%
GREEN value IS 169 (66.41% from 255) = 28.60%
BLUE value IS 193 (75.78% from 255) = 32.66%
R=38.75%
G=28.60%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.16
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22916919300.260.160.1033653.5778.04
HexE5A9C101A10A150364e
Octal345251301032201252066116
Binary1110010110101001110000010110101000010101010100001101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5A9C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5A9C1; }

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

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

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

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

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

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

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

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