#e5a1c5

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

Shades of Shocking #E5A1C5

Tints of Shocking #E5A1C5

Color information

#E5A1C5 (or 0xE5A1C5) is unknown color: approx Shocking. HEX triplet: E5, A1 and C5. RGB value is (229,161,197). Sum of RGB (Red+Green+Blue) = 229+161+197=587 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.01% from 587); Green value is 161 (63.28% from 255 or 27.43% from 587); Blue value is 197 (77.34% from 255 or 33.56% from 587); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A1C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5A1C5 is #1A5E3A. Grayscale: #B9B9B9. Windows color (decimal): -1728059 or 12952037. OLE color: 12952037.

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

Color convert

RGB229161197-
CMYK00.300.140.10
HSL328.24º56.67%76.47%-
HSV(B)328.24º29.69%89.8%-
XYZ55.1446.1858.83-
YUV185.44134.53159.07-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 39.01%
GREEN value IS 161 (63.28% from 255) = 27.43%
BLUE value IS 197 (77.34% from 255) = 33.56%
R=39.01%
G=27.43%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.14
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22916119700.300.140.10328.2456.6776.47
HexE5A1C501EEA148394c
Octal345241305036161251071114
Binary111001011010000111000101011110111010101010010001110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e5a1c5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e5a1c5; }

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

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

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

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

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

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

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

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