#E5ACC8

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

Shades of Shocking #E5ACC8

Tints of Shocking #E5ACC8

Color information

#E5ACC8 (or 0xE5ACC8) is unknown color: approx Shocking. HEX triplet: E5, AC and C8. RGB value is (229,172,200). Sum of RGB (Red+Green+Blue) = 229+172+200=601 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.10% from 601); Green value is 172 (67.58% from 255 or 28.62% from 601); Blue value is 200 (78.52% from 255 or 33.28% from 601); Max value from RGB is 229 - color contains mainly: red. Hex color #E5ACC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5ACC8 is #1A5337. Grayscale: #C0C0C0. Windows color (decimal): -1725240 or 13151461. OLE color: 13151461.

HSL color Cylindrical-coordinate representation of color #E5ACC8: hue angle of 330.53º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E5ACC8 is Cyan = 0, Magento = 0.25, Yellow = 0.13 and Black (K on CMYK) = 0.10.

Color convert

RGB229172200-
CMYK00.250.130.10
HSL330.53º52.29%78.63%-
HSV(B)330.53º24.89%89.8%-
XYZ57.4950.3361.33-
YUV192.24132.38154.22-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 38.10%
GREEN value IS 172 (67.58% from 255) = 28.62%
BLUE value IS 200 (78.52% from 255) = 33.28%
R=38.10%
G=28.62%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.13
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22917220000.250.130.10330.5352.2978.63
HexE5ACC8019DA14b344f
Octal345254310031151251364117
Binary111001011010110011001000011001110110101010010111101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5ACC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5ACC8; }

 p { color: rgb(229,172,200); }

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

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

 a { background-color: rgb(229,172,200); }

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

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

 span { border-color: rgb(229,172,200); }

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