#E6A1CB

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

Shades of Shocking #E6A1CB

Tints of Shocking #E6A1CB

Color information

#E6A1CB (or 0xE6A1CB) is unknown color: approx Shocking. HEX triplet: E6, A1 and CB. RGB value is (230,161,203). Sum of RGB (Red+Green+Blue) = 230+161+203=594 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.72% from 594); Green value is 161 (63.28% from 255 or 27.10% from 594); Blue value is 203 (79.69% from 255 or 34.18% from 594); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A1CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6A1CB is #195E34. Grayscale: #BABABA. Windows color (decimal): -1662517 or 13345254. OLE color: 13345254.

HSL color Cylindrical-coordinate representation of color #E6A1CB: hue angle of 323.48º 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 #E6A1CB is Cyan = 0, Magento = 0.3, Yellow = 0.12 and Black (K on CMYK) = 0.10.

Color convert

RGB230161203-
CMYK00.30.120.10
HSL323.48º57.98%76.67%-
HSV(B)323.48º30%90.2%-
XYZ56.1646.6262.54-
YUV186.42137.36159.08-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 38.72%
GREEN value IS 161 (63.28% from 255) = 27.10%
BLUE value IS 203 (79.69% from 255) = 34.18%
R=38.72%
G=27.10%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.12
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23016120300.30.120.10323.4857.9876.67
HexE6A1CB01ECA1433a4d
Octal346241313036141250372115
Binary111001101010000111001011011110110010101010000111110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6A1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6A1CB; }

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

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

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

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

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

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

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

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