#E9A8C8

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

Shades of Shocking #E9A8C8

Tints of Shocking #E9A8C8

Color information

#E9A8C8 (or 0xE9A8C8) is unknown color: approx Shocking. HEX triplet: E9, A8 and C8. RGB value is (233,168,200). Sum of RGB (Red+Green+Blue) = 233+168+200=601 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.77% from 601); Green value is 168 (66.02% from 255 or 27.95% from 601); Blue value is 200 (78.52% from 255 or 33.28% from 601); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A8C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9A8C8 is #165737. Grayscale: #BFBFBF. Windows color (decimal): -1464120 or 13150441. OLE color: 13150441.

HSL color Cylindrical-coordinate representation of color #E9A8C8: hue angle of 330.46º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E9A8C8 is Cyan = 0, Magento = 0.28, Yellow = 0.14 and Black (K on CMYK) = 0.09.

Color convert

RGB233168200-
CMYK00.280.140.09
HSL330.46º59.63%78.63%-
HSV(B)330.46º27.9%91.37%-
XYZ58.0349.561.14-
YUV191.08133.03157.9-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.77%
GREEN value IS 168 (66.02% from 255) = 27.95%
BLUE value IS 200 (78.52% from 255) = 33.28%
R=38.77%
G=27.95%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.14
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23316820000.280.140.09330.4659.6378.63
HexE9A8C801CE914a3c4f
Octal351250310034161151274117
Binary111010011010100011001000011100111010011010010101111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9A8C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9A8C8; }

 p { color: rgb(233,168,200); }

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

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

 a { background-color: rgb(233,168,200); }

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

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

 span { border-color: rgb(233,168,200); }

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