#E4A7CA

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

Shades of Shocking #E4A7CA

Tints of Shocking #E4A7CA

Color information

#E4A7CA (or 0xE4A7CA) is unknown color: approx Shocking. HEX triplet: E4, A7 and CA. RGB value is (228,167,202). Sum of RGB (Red+Green+Blue) = 228+167+202=597 (79% of max value = 765). Red value is 228 (89.45% from 255 or 38.19% from 597); Green value is 167 (65.62% from 255 or 27.97% from 597); Blue value is 202 (79.30% from 255 or 33.84% from 597); Max value from RGB is 228 - color contains mainly: red. Hex color #E4A7CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E4A7CA is #1B5835. Grayscale: #BDBDBD. Windows color (decimal): -1792054 or 13281252. OLE color: 13281252.

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

Color convert

RGB228167202-
CMYK00.270.110.11
HSL325.57º53.04%77.45%-
HSV(B)325.57º26.75%89.41%-
XYZ56.4748.462.24-
YUV189.23135.21155.65-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 38.19%
GREEN value IS 167 (65.62% from 255) = 27.97%
BLUE value IS 202 (79.30% from 255) = 33.84%
R=38.19%
G=27.97%
B=33.84%

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
Decimal22816720200.270.110.11325.5753.0477.45
HexE4A7CA01BBB146354d
Octal344247312033131350665115
Binary111001001010011111001010011011101110111010001101101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4A7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4A7CA; }

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

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

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

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

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

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

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

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