#E19ACB

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

Shades of Shocking #E19ACB

Tints of Shocking #E19ACB

Color information

#E19ACB (or 0xE19ACB) is unknown color: approx Shocking. HEX triplet: E1, 9A and CB. RGB value is (225,154,203). Sum of RGB (Red+Green+Blue) = 225+154+203=582 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.66% from 582); Green value is 154 (60.55% from 255 or 26.46% from 582); Blue value is 203 (79.69% from 255 or 34.88% from 582); Max value from RGB is 225 - color contains mainly: red. Hex color #E19ACB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E19ACB is #1E6534. Grayscale: #B4B4B4. Windows color (decimal): -1991989 or 13343457. OLE color: 13343457.

HSL color Cylindrical-coordinate representation of color #E19ACB: hue angle of 318.59º 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 #E19ACB is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB225154203-
CMYK00.320.100.12
HSL318.59º54.2%74.31%-
HSV(B)318.59º31.56%88.24%-
XYZ53.3943.4362.07-
YUV180.82140.52159.52-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.66%
GREEN value IS 154 (60.55% from 255) = 26.46%
BLUE value IS 203 (79.69% from 255) = 34.88%
R=38.66%
G=26.46%
B=34.88%

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
Decimal22515420300.320.100.12318.5954.274.31
HexE19ACB020AC13f364a
Octal341232313040121447766112
Binary1110000110011010110010110100000101011001001111111101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19ACB; }

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

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

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

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

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

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

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

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