#E9A9C4

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

Shades of Shocking #E9A9C4

Tints of Shocking #E9A9C4

Color information

#E9A9C4 (or 0xE9A9C4) is unknown color: approx Shocking. HEX triplet: E9, A9 and C4. RGB value is (233,169,196). Sum of RGB (Red+Green+Blue) = 233+169+196=598 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.96% from 598); Green value is 169 (66.41% from 255 or 28.26% from 598); Blue value is 196 (76.95% from 255 or 32.78% from 598); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A9C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9A9C4 is #16563B. Grayscale: #BFBFBF. Windows color (decimal): -1463868 or 12888553. OLE color: 12888553.

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

Color convert

RGB233169196-
CMYK00.270.160.09
HSL334.69º59.26%78.82%-
HSV(B)334.69º27.47%91.37%-
XYZ57.7649.6958.77-
YUV191.21130.7157.8-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.96%
GREEN value IS 169 (66.41% from 255) = 28.26%
BLUE value IS 196 (76.95% from 255) = 32.78%
R=38.96%
G=28.26%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.16
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23316919600.270.160.09334.6959.2678.82
HexE9A9C401B10914f3b4f
Octal351251304033201151773117
Binary1110100110101001110001000110111000010011010011111110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9A9C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9A9C4; }

 p { color: rgb(233,169,196); }

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

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

 a { background-color: rgb(233,169,196); }

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

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

 span { border-color: rgb(233,169,196); }

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