#E7A0CD

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

Shades of Shocking #E7A0CD

Tints of Shocking #E7A0CD

Color information

#E7A0CD (or 0xE7A0CD) is unknown color: approx Shocking. HEX triplet: E7, A0 and CD. RGB value is (231,160,205). Sum of RGB (Red+Green+Blue) = 231+160+205=596 (78% of max value = 765). Red value is 231 (90.62% from 255 or 38.76% from 596); Green value is 160 (62.89% from 255 or 26.85% from 596); Blue value is 205 (80.47% from 255 or 34.40% from 596); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A0CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7A0CD is #185F32. Grayscale: #BABABA. Windows color (decimal): -1597235 or 13476071. OLE color: 13476071.

HSL color Cylindrical-coordinate representation of color #E7A0CD: hue angle of 321.97º degrees, saturation: 0.6, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E7A0CD is Cyan = 0, Magento = 0.31, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB231160205-
CMYK00.310.110.09
HSL321.97º59.66%76.67%-
HSV(B)321.97º30.74%90.59%-
XYZ56.5546.5463.76-
YUV186.36138.52159.84-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.76%
GREEN value IS 160 (62.89% from 255) = 26.85%
BLUE value IS 205 (80.47% from 255) = 34.40%
R=38.76%
G=26.85%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23116020500.310.110.09321.9759.6676.67
HexE7A0CD01FB91423c4d
Octal347240315037131150274115
Binary111001111010000011001101011111101110011010000101111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7A0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7A0CD; }

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

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

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

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

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

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

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

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