#E6AACB

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

Shades of Shocking #E6AACB

Tints of Shocking #E6AACB

Color information

#E6AACB (or 0xE6AACB) is unknown color: approx Shocking. HEX triplet: E6, AA and CB. RGB value is (230,170,203). Sum of RGB (Red+Green+Blue) = 230+170+203=603 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.14% from 603); Green value is 170 (66.80% from 255 or 28.19% from 603); Blue value is 203 (79.69% from 255 or 33.67% from 603); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AACB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6AACB is #195534. Grayscale: #BFBFBF. Windows color (decimal): -1660213 or 13347558. OLE color: 13347558.

HSL color Cylindrical-coordinate representation of color #E6AACB: hue angle of 327º degrees, saturation: 0.55, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E6AACB is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.10.

Color convert

RGB230170203-
CMYK00.260.120.10
HSL327º54.55%78.43%-
HSV(B)327º26.09%90.2%-
XYZ57.7949.8863.08-
YUV191.7134.38155.32-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 38.14%
GREEN value IS 170 (66.80% from 255) = 28.19%
BLUE value IS 203 (79.69% from 255) = 33.67%
R=38.14%
G=28.19%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.12
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23017020300.260.120.1032754.5578.43
HexE6AACB01ACA147374e
Octal346252313032141250767116
Binary111001101010101011001011011010110010101010001111101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6AACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6AACB; }

 p { color: rgb(230,170,203); }

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

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

 a { background-color: rgb(230,170,203); }

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

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

 span { border-color: rgb(230,170,203); }

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