#E9A4CD

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

Shades of Shocking #E9A4CD

Tints of Shocking #E9A4CD

Color information

#E9A4CD (or 0xE9A4CD) is unknown color: approx Shocking. HEX triplet: E9, A4 and CD. RGB value is (233,164,205). Sum of RGB (Red+Green+Blue) = 233+164+205=602 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.70% from 602); Green value is 164 (64.45% from 255 or 27.24% from 602); Blue value is 205 (80.47% from 255 or 34.05% from 602); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A4CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9A4CD is #165B32. Grayscale: #BDBDBD. Windows color (decimal): -1465139 or 13477097. OLE color: 13477097.

HSL color Cylindrical-coordinate representation of color #E9A4CD: hue angle of 324.35º degrees, saturation: 0.61, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E9A4CD is Cyan = 0, Magento = 0.30, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB233164205-
CMYK00.300.120.09
HSL324.35º61.06%77.84%-
HSV(B)324.35º29.61%91.37%-
XYZ57.948.2864.03-
YUV189.3136.86159.17-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.70%
GREEN value IS 164 (64.45% from 255) = 27.24%
BLUE value IS 205 (80.47% from 255) = 34.05%
R=38.70%
G=27.24%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23316420500.300.120.09324.3561.0677.84
HexE9A4CD01EC91443d4e
Octal351244315036141150475116
Binary111010011010010011001101011110110010011010001001111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9A4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9A4CD; }

 p { color: rgb(233,164,205); }

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

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

 a { background-color: rgb(233,164,205); }

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

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

 span { border-color: rgb(233,164,205); }

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