#E3A0CC

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

Shades of Shocking #E3A0CC

Tints of Shocking #E3A0CC

Color information

#E3A0CC (or 0xE3A0CC) is unknown color: approx Shocking. HEX triplet: E3, A0 and CC. RGB value is (227,160,204). Sum of RGB (Red+Green+Blue) = 227+160+204=591 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.41% from 591); Green value is 160 (62.89% from 255 or 27.07% from 591); Blue value is 204 (80.08% from 255 or 34.52% from 591); Max value from RGB is 227 - color contains mainly: red. Hex color #E3A0CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E3A0CC is #1C5F33. Grayscale: #B8B8B8. Windows color (decimal): -1859380 or 13410531. OLE color: 13410531.

HSL color Cylindrical-coordinate representation of color #E3A0CC: hue angle of 320.6º degrees, saturation: 0.54, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E3A0CC is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB227160204-
CMYK00.300.100.11
HSL320.6º54.47%75.88%-
HSV(B)320.6º29.52%89.02%-
XYZ55.1545.8363.07-
YUV185.05138.7157.92-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 38.41%
GREEN value IS 160 (62.89% from 255) = 27.07%
BLUE value IS 204 (80.08% from 255) = 34.52%
R=38.41%
G=27.07%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.10
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22716020400.300.100.11320.654.4775.88
HexE3A0CC01EAB141364c
Octal343240314036121350166114
Binary111000111010000011001100011110101010111010000011101101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3A0CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3A0CC; }

 p { color: rgb(227,160,204); }

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

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

 a { background-color: rgb(227,160,204); }

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

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

 span { border-color: rgb(227,160,204); }

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