#E3AACC

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

Shades of Shocking #E3AACC

Tints of Shocking #E3AACC

Color information

#E3AACC (or 0xE3AACC) is unknown color: approx Shocking. HEX triplet: E3, AA and CC. RGB value is (227,170,204). Sum of RGB (Red+Green+Blue) = 227+170+204=601 (79% of max value = 765). Red value is 227 (89.06% from 255 or 37.77% from 601); Green value is 170 (66.80% from 255 or 28.29% from 601); Blue value is 204 (80.08% from 255 or 33.94% from 601); Max value from RGB is 227 - color contains mainly: red. Hex color #E3AACC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E3AACC is #1C5533. Grayscale: #BEBEBE. Windows color (decimal): -1856820 or 13413091. OLE color: 13413091.

HSL color Cylindrical-coordinate representation of color #E3AACC: hue angle of 324.21º degrees, saturation: 0.5, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E3AACC is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB227170204-
CMYK00.250.100.11
HSL324.21º50.44%77.84%-
HSV(B)324.21º25.11%89.02%-
XYZ56.9549.4463.67-
YUV190.92135.38153.74-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 37.77%
GREEN value IS 170 (66.80% from 255) = 28.29%
BLUE value IS 204 (80.08% from 255) = 33.94%
R=37.77%
G=28.29%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.10
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22717020400.250.100.11324.2150.4477.84
HexE3AACC019AB144324e
Octal343252314031121350462116
Binary111000111010101011001100011001101010111010001001100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3AACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3AACC; }

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

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

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

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

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

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

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

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