#E6A9CB

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

Shades of Shocking #E6A9CB

Tints of Shocking #E6A9CB

Color information

#E6A9CB (or 0xE6A9CB) is unknown color: approx Shocking. HEX triplet: E6, A9 and CB. RGB value is (230,169,203). Sum of RGB (Red+Green+Blue) = 230+169+203=602 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.21% from 602); Green value is 169 (66.41% from 255 or 28.07% from 602); Blue value is 203 (79.69% from 255 or 33.72% from 602); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A9CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6A9CB is #195634. Grayscale: #BFBFBF. Windows color (decimal): -1660469 or 13347302. OLE color: 13347302.

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

Color convert

RGB230169203-
CMYK00.270.120.10
HSL326.56º54.95%78.24%-
HSV(B)326.56º26.52%90.2%-
XYZ57.649.5163.02-
YUV191.11134.71155.74-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 38.21%
GREEN value IS 169 (66.41% from 255) = 28.07%
BLUE value IS 203 (79.69% from 255) = 33.72%
R=38.21%
G=28.07%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.12
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23016920300.270.120.10326.5654.9578.24
HexE6A9CB01BCA147374e
Octal346251313033141250767116
Binary111001101010100111001011011011110010101010001111101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6A9CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6A9CB; }

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

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

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

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

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

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

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

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