#E6A1CC

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

Shades of Shocking #E6A1CC

Tints of Shocking #E6A1CC

Color information

#E6A1CC (or 0xE6A1CC) is unknown color: approx Shocking. HEX triplet: E6, A1 and CC. RGB value is (230,161,204). Sum of RGB (Red+Green+Blue) = 230+161+204=595 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.66% from 595); Green value is 161 (63.28% from 255 or 27.06% from 595); Blue value is 204 (80.08% from 255 or 34.29% from 595); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A1CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6A1CC is #195E33. Grayscale: #BABABA. Windows color (decimal): -1662516 or 13410790. OLE color: 13410790.

HSL color Cylindrical-coordinate representation of color #E6A1CC: hue angle of 322.61º degrees, saturation: 0.58, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E6A1CC is Cyan = 0, Magento = 0.3, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB230161204-
CMYK00.30.110.10
HSL322.61º57.98%76.67%-
HSV(B)322.61º30%90.2%-
XYZ56.2846.6763.17-
YUV186.53137.86159-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 38.66%
GREEN value IS 161 (63.28% from 255) = 27.06%
BLUE value IS 204 (80.08% from 255) = 34.29%
R=38.66%
G=27.06%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.11
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23016120400.30.110.10322.6157.9876.67
HexE6A1CC01EBA1433a4d
Octal346241314036131250372115
Binary111001101010000111001100011110101110101010000111110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6A1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6A1CC; }

 p { color: rgb(230,161,204); }

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

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

 a { background-color: rgb(230,161,204); }

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

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

 span { border-color: rgb(230,161,204); }

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