#E4A6CA

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

Shades of Shocking #E4A6CA

Tints of Shocking #E4A6CA

Color information

#E4A6CA (or 0xE4A6CA) is unknown color: approx Shocking. HEX triplet: E4, A6 and CA. RGB value is (228,166,202). Sum of RGB (Red+Green+Blue) = 228+166+202=596 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.26% from 596); Green value is 166 (65.23% from 255 or 27.85% from 596); Blue value is 202 (79.30% from 255 or 33.89% from 596); Max value from RGB is 228 - color contains mainly: red. Hex color #E4A6CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E4A6CA is #1B5935. Grayscale: #BCBCBC. Windows color (decimal): -1792310 or 13280996. OLE color: 13280996.

HSL color Cylindrical-coordinate representation of color #E4A6CA: hue angle of 325.16º 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 #E4A6CA is Cyan = 0, Magento = 0.27, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB228166202-
CMYK00.270.110.11
HSL325.16º53.45%77.25%-
HSV(B)325.16º27.19%89.41%-
XYZ56.2948.0362.18-
YUV188.64135.54156.07-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 38.26%
GREEN value IS 166 (65.23% from 255) = 27.85%
BLUE value IS 202 (79.30% from 255) = 33.89%
R=38.26%
G=27.85%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22816620200.270.110.11325.1653.4577.25
HexE4A6CA01BBB145354d
Octal344246312033131350565115
Binary111001001010011011001010011011101110111010001011101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4A6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4A6CA; }

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

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

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

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

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

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

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

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