#E5A1C1

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

Shades of Shocking #E5A1C1

Tints of Shocking #E5A1C1

Color information

#E5A1C1 (or 0xE5A1C1) is unknown color: approx Shocking. HEX triplet: E5, A1 and C1. RGB value is (229,161,193). Sum of RGB (Red+Green+Blue) = 229+161+193=583 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.28% from 583); Green value is 161 (63.28% from 255 or 27.62% from 583); Blue value is 193 (75.78% from 255 or 33.10% from 583); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A1C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5A1C1 is #1A5E3E. Grayscale: #B8B8B8. Windows color (decimal): -1728063 or 12689893. OLE color: 12689893.

HSL color Cylindrical-coordinate representation of color #E5A1C1: hue angle of 331.76º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E5A1C1 is Cyan = 0, Magento = 0.30, Yellow = 0.16 and Black (K on CMYK) = 0.10.

Color convert

RGB229161193-
CMYK00.300.160.10
HSL331.76º56.67%76.47%-
HSV(B)331.76º29.69%89.8%-
XYZ54.684656.45-
YUV184.98132.53159.4-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 39.28%
GREEN value IS 161 (63.28% from 255) = 27.62%
BLUE value IS 193 (75.78% from 255) = 33.10%
R=39.28%
G=27.62%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.16
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22916119300.300.160.10331.7656.6776.47
HexE5A1C101E10A14c394c
Octal345241301036201251471114
Binary1110010110100001110000010111101000010101010011001110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5A1C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5A1C1; }

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

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

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

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

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

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

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

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