#E7A1D0

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

Shades of Shocking #E7A1D0

Tints of Shocking #E7A1D0

Color information

#E7A1D0 (or 0xE7A1D0) is unknown color: approx Shocking. HEX triplet: E7, A1 and D0. RGB value is (231,161,208). Sum of RGB (Red+Green+Blue) = 231+161+208=600 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.5% from 600); Green value is 161 (63.28% from 255 or 26.83% from 600); Blue value is 208 (81.64% from 255 or 34.67% from 600); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A1D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7A1D0 is #185E2F. Grayscale: #BBBBBB. Windows color (decimal): -1596976 or 13672935. OLE color: 13672935.

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

Color convert

RGB231161208-
CMYK00.300.100.09
HSL319.71º59.32%76.86%-
HSV(B)319.71º30.3%90.59%-
XYZ57.0947.0365.74-
YUV187.29139.69159.18-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.5%
GREEN value IS 161 (63.28% from 255) = 26.83%
BLUE value IS 208 (81.64% from 255) = 34.67%
R=38.5%
G=26.83%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23116120800.300.100.09319.7159.3276.86
HexE7A1D001EA91403b4d
Octal347241320036121150073115
Binary111001111010000111010000011110101010011010000001110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7A1D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7A1D0; }

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

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

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

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

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

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

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

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