#E4A6CF

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

Shades of Shocking #E4A6CF

Tints of Shocking #E4A6CF

Color information

#E4A6CF (or 0xE4A6CF) is unknown color: approx Shocking. HEX triplet: E4, A6 and CF. RGB value is (228,166,207). Sum of RGB (Red+Green+Blue) = 228+166+207=601 (79% of max value = 765). Red value is 228 (89.45% from 255 or 37.94% from 601); Green value is 166 (65.23% from 255 or 27.62% from 601); Blue value is 207 (81.25% from 255 or 34.44% from 601); Max value from RGB is 228 - color contains mainly: red. Hex color #E4A6CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E4A6CF is #1B5930. Grayscale: #BDBDBD. Windows color (decimal): -1792305 or 13608676. OLE color: 13608676.

HSL color Cylindrical-coordinate representation of color #E4A6CF: hue angle of 320.32º degrees, saturation: 0.53, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E4A6CF is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.11.

Color convert

RGB228166207-
CMYK00.270.090.11
HSL320.32º53.45%77.25%-
HSV(B)320.32º27.19%89.41%-
XYZ56.8948.2765.35-
YUV189.21138.04155.67-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 37.94%
GREEN value IS 166 (65.23% from 255) = 27.62%
BLUE value IS 207 (81.25% from 255) = 34.44%
R=37.94%
G=27.62%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.09
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22816620700.270.090.11320.3253.4577.25
HexE4A6CF01B9B140354d
Octal344246317033111350065115
Binary111001001010011011001111011011100110111010000001101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4A6CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4A6CF; }

 p { color: rgb(228,166,207); }

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

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

 a { background-color: rgb(228,166,207); }

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

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

 span { border-color: rgb(228,166,207); }

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