#E6A4C6

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

Shades of Shocking #E6A4C6

Tints of Shocking #E6A4C6

Color information

#E6A4C6 (or 0xE6A4C6) is unknown color: approx Shocking. HEX triplet: E6, A4 and C6. RGB value is (230,164,198). Sum of RGB (Red+Green+Blue) = 230+164+198=592 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.85% from 592); Green value is 164 (64.45% from 255 or 27.70% from 592); Blue value is 198 (77.73% from 255 or 33.45% from 592); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A4C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6A4C6 is #195B39. Grayscale: #BBBBBB. Windows color (decimal): -1661754 or 13018342. OLE color: 13018342.

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

Color convert

RGB230164198-
CMYK00.290.140.10
HSL329.09º56.9%77.25%-
HSV(B)329.09º28.7%90.2%-
XYZ56.147.4559.63-
YUV187.61133.87158.24-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 38.85%
GREEN value IS 164 (64.45% from 255) = 27.70%
BLUE value IS 198 (77.73% from 255) = 33.45%
R=38.85%
G=27.70%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.14
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23016419800.290.140.10329.0956.977.25
HexE6A4C601DEA149394d
Octal346244306035161251171115
Binary111001101010010011000110011101111010101010010011110011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6A4C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6A4C6; }

 p { color: rgb(230,164,198); }

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

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

 a { background-color: rgb(230,164,198); }

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

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

 span { border-color: rgb(230,164,198); }

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