#E8A4CD

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

Shades of Shocking #E8A4CD

Tints of Shocking #E8A4CD

Color information

#E8A4CD (or 0xE8A4CD) is unknown color: approx Shocking. HEX triplet: E8, A4 and CD. RGB value is (232,164,205). Sum of RGB (Red+Green+Blue) = 232+164+205=601 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.60% from 601); Green value is 164 (64.45% from 255 or 27.29% from 601); Blue value is 205 (80.47% from 255 or 34.11% from 601); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A4CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8A4CD is #175B32. Grayscale: #BCBCBC. Windows color (decimal): -1530675 or 13477096. OLE color: 13477096.

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

Color convert

RGB232164205-
CMYK00.290.120.09
HSL323.82º59.65%77.65%-
HSV(B)323.82º29.31%90.98%-
XYZ57.5748.1164.01-
YUV189.01137.03158.67-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 38.60%
GREEN value IS 164 (64.45% from 255) = 27.29%
BLUE value IS 205 (80.47% from 255) = 34.11%
R=38.60%
G=27.29%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23216420500.290.120.09323.8259.6577.65
HexE8A4CD01DC91443c4e
Octal350244315035141150474116
Binary111010001010010011001101011101110010011010001001111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8A4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8A4CD; }

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

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

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

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

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

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

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

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