#E7A5D0

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

Shades of Shocking #E7A5D0

Tints of Shocking #E7A5D0

Color information

#E7A5D0 (or 0xE7A5D0) is unknown color: approx Shocking. HEX triplet: E7, A5 and D0. RGB value is (231,165,208). Sum of RGB (Red+Green+Blue) = 231+165+208=604 (80% of max value = 765). Red value is 231 (90.62% from 255 or 38.25% from 604); Green value is 165 (64.84% from 255 or 27.32% from 604); Blue value is 208 (81.64% from 255 or 34.44% from 604); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A5D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7A5D0 is #185A2F. Grayscale: #BDBDBD. Windows color (decimal): -1595952 or 13673959. OLE color: 13673959.

HSL color Cylindrical-coordinate representation of color #E7A5D0: hue angle of 320.91º degrees, saturation: 0.58, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E7A5D0 is Cyan = 0, Magento = 0.29, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB231165208-
CMYK00.290.100.09
HSL320.91º57.89%77.65%-
HSV(B)320.91º28.57%90.59%-
XYZ57.848.4565.98-
YUV189.64138.37157.5-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.25%
GREEN value IS 165 (64.84% from 255) = 27.32%
BLUE value IS 208 (81.64% from 255) = 34.44%
R=38.25%
G=27.32%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23116520800.290.100.09320.9157.8977.65
HexE7A5D001DA91413a4e
Octal347245320035121150172116
Binary111001111010010111010000011101101010011010000011110101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7A5D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7A5D0; }

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

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

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

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

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

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

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

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