#E7A5BD

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

Shades of Shocking #E7A5BD

Tints of Shocking #E7A5BD

Color information

#E7A5BD (or 0xE7A5BD) is unknown color: approx Shocking. HEX triplet: E7, A5 and BD. RGB value is (231,165,189). Sum of RGB (Red+Green+Blue) = 231+165+189=585 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.49% from 585); Green value is 165 (64.84% from 255 or 28.21% from 585); Blue value is 189 (74.22% from 255 or 32.31% from 585); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A5BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7A5BD is #185A42. Grayscale: #BBBBBB. Windows color (decimal): -1595971 or 12428775. OLE color: 12428775.

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

Color convert

RGB231165189-
CMYK00.290.180.09
HSL338.18º57.89%77.65%-
HSV(B)338.18º28.57%90.59%-
XYZ55.647.5754.4-
YUV187.47128.87159.05-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 39.49%
GREEN value IS 165 (64.84% from 255) = 28.21%
BLUE value IS 189 (74.22% from 255) = 32.31%
R=39.49%
G=28.21%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23116518900.290.180.09338.1857.8977.65
HexE7A5BD01D1291523a4e
Octal347245275035221152272116
Binary1110011110100101101111010111011001010011010100101110101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7A5BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7A5BD; }

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

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

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

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

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

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

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

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