#E7A1CA

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

Shades of Shocking #E7A1CA

Tints of Shocking #E7A1CA

Color information

#E7A1CA (or 0xE7A1CA) is unknown color: approx Shocking. HEX triplet: E7, A1 and CA. RGB value is (231,161,202). Sum of RGB (Red+Green+Blue) = 231+161+202=594 (78% of max value = 765). Red value is 231 (90.62% from 255 or 38.89% from 594); Green value is 161 (63.28% from 255 or 27.10% from 594); Blue value is 202 (79.30% from 255 or 34.01% from 594); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A1CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7A1CA is #185E35. Grayscale: #BABABA. Windows color (decimal): -1596982 or 13279719. OLE color: 13279719.

HSL color Cylindrical-coordinate representation of color #E7A1CA: hue angle of 324.86º degrees, saturation: 0.59, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E7A1CA is Cyan = 0, Magento = 0.30, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB231161202-
CMYK00.300.130.09
HSL324.86º59.32%76.86%-
HSV(B)324.86º30.3%90.59%-
XYZ56.3646.7461.93-
YUV186.6136.69159.67-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.89%
GREEN value IS 161 (63.28% from 255) = 27.10%
BLUE value IS 202 (79.30% from 255) = 34.01%
R=38.89%
G=27.10%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23116120200.300.130.09324.8659.3276.86
HexE7A1CA01ED91453b4d
Octal347241312036151150573115
Binary111001111010000111001010011110110110011010001011110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7A1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7A1CA; }

 p { color: rgb(231,161,202); }

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

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

 a { background-color: rgb(231,161,202); }

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

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

 span { border-color: rgb(231,161,202); }

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