#E1A6CA

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

Shades of Shocking #E1A6CA

Tints of Shocking #E1A6CA

Color information

#E1A6CA (or 0xE1A6CA) is unknown color: approx Shocking. HEX triplet: E1, A6 and CA. RGB value is (225,166,202). Sum of RGB (Red+Green+Blue) = 225+166+202=593 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.94% from 593); Green value is 166 (65.23% from 255 or 27.99% from 593); Blue value is 202 (79.30% from 255 or 34.06% from 593); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A6CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1A6CA is #1E5935. Grayscale: #BBBBBB. Windows color (decimal): -1988918 or 13280993. OLE color: 13280993.

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

Color convert

RGB225166202-
CMYK00.260.100.12
HSL323.39º49.58%76.67%-
HSV(B)323.39º26.22%88.24%-
XYZ55.3547.5462.14-
YUV187.74136.05154.57-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.94%
GREEN value IS 166 (65.23% from 255) = 27.99%
BLUE value IS 202 (79.30% from 255) = 34.06%
R=37.94%
G=27.99%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22516620200.260.100.12323.3949.5876.67
HexE1A6CA01AAC143324d
Octal341246312032121450362115
Binary111000011010011011001010011010101011001010000111100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1A6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1A6CA; }

 p { color: rgb(225,166,202); }

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

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

 a { background-color: rgb(225,166,202); }

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

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

 span { border-color: rgb(225,166,202); }

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