#E19ACA

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

Shades of Shocking #E19ACA

Tints of Shocking #E19ACA

Color information

#E19ACA (or 0xE19ACA) is unknown color: approx Shocking. HEX triplet: E1, 9A and CA. RGB value is (225,154,202). Sum of RGB (Red+Green+Blue) = 225+154+202=581 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.73% from 581); Green value is 154 (60.55% from 255 or 26.51% from 581); Blue value is 202 (79.30% from 255 or 34.77% from 581); Max value from RGB is 225 - color contains mainly: red. Hex color #E19ACA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E19ACA is #1E6535. Grayscale: #B4B4B4. Windows color (decimal): -1991990 or 13277921. OLE color: 13277921.

HSL color Cylindrical-coordinate representation of color #E19ACA: hue angle of 319.44º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E19ACA is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB225154202-
CMYK00.320.100.12
HSL319.44º54.2%74.31%-
HSV(B)319.44º31.56%88.24%-
XYZ53.2743.3861.44-
YUV180.7140.02159.6-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.73%
GREEN value IS 154 (60.55% from 255) = 26.51%
BLUE value IS 202 (79.30% from 255) = 34.77%
R=38.73%
G=26.51%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515420200.320.100.12319.4454.274.31
HexE19ACA020AC13f364a
Octal341232312040121447766112
Binary1110000110011010110010100100000101011001001111111101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19ACA; }

 p { color: rgb(225,154,202); }

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

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

 a { background-color: rgb(225,154,202); }

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

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

 span { border-color: rgb(225,154,202); }

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