#E5A5CF

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

Shades of Shocking #E5A5CF

Tints of Shocking #E5A5CF

Color information

#E5A5CF (or 0xE5A5CF) is unknown color: approx Shocking. HEX triplet: E5, A5 and CF. RGB value is (229,165,207). Sum of RGB (Red+Green+Blue) = 229+165+207=601 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.10% from 601); Green value is 165 (64.84% from 255 or 27.45% from 601); Blue value is 207 (81.25% from 255 or 34.44% from 601); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A5CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5A5CF is #1A5A30. Grayscale: #BCBCBC. Windows color (decimal): -1727025 or 13608421. OLE color: 13608421.

HSL color Cylindrical-coordinate representation of color #E5A5CF: hue angle of 320.62º degrees, saturation: 0.55, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E5A5CF is Cyan = 0, Magento = 0.28, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB229165207-
CMYK00.280.100.10
HSL320.62º55.17%77.25%-
HSV(B)320.62º27.95%89.8%-
XYZ57.0348.0765.3-
YUV188.92138.2156.58-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 38.10%
GREEN value IS 165 (64.84% from 255) = 27.45%
BLUE value IS 207 (81.25% from 255) = 34.44%
R=38.10%
G=27.45%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.10
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22916520700.280.100.10320.6255.1777.25
HexE5A5CF01CAA141374d
Octal345245317034121250167115
Binary111001011010010111001111011100101010101010000011101111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5A5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5A5CF; }

 p { color: rgb(229,165,207); }

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

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

 a { background-color: rgb(229,165,207); }

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

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

 span { border-color: rgb(229,165,207); }

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