#E7A5CD

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

Shades of Shocking #E7A5CD

Tints of Shocking #E7A5CD

Color information

#E7A5CD (or 0xE7A5CD) is unknown color: approx Shocking. HEX triplet: E7, A5 and CD. RGB value is (231,165,205). Sum of RGB (Red+Green+Blue) = 231+165+205=601 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.44% from 601); Green value is 165 (64.84% from 255 or 27.45% from 601); Blue value is 205 (80.47% from 255 or 34.11% from 601); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A5CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7A5CD is #185A32. Grayscale: #BDBDBD. Windows color (decimal): -1595955 or 13477351. OLE color: 13477351.

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

Color convert

RGB231165205-
CMYK00.290.110.09
HSL323.64º57.89%77.65%-
HSV(B)323.64º28.57%90.59%-
XYZ57.4348.3164.05-
YUV189.29136.87157.75-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.44%
GREEN value IS 165 (64.84% from 255) = 27.45%
BLUE value IS 205 (80.47% from 255) = 34.11%
R=38.44%
G=27.45%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23116520500.290.110.09323.6457.8977.65
HexE7A5CD01DB91443a4e
Octal347245315035131150472116
Binary111001111010010111001101011101101110011010001001110101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7A5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7A5CD; }

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

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

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

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

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

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

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

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