#E19DC2

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

Shades of Shocking #E19DC2

Tints of Shocking #E19DC2

Color information

#E19DC2 (or 0xE19DC2) is unknown color: approx Shocking. HEX triplet: E1, 9D and C2. RGB value is (225,157,194). Sum of RGB (Red+Green+Blue) = 225+157+194=576 (76% of max value = 765). Red value is 225 (88.28% from 255 or 39.06% from 576); Green value is 157 (61.72% from 255 or 27.26% from 576); Blue value is 194 (76.17% from 255 or 33.68% from 576); Max value from RGB is 225 - color contains mainly: red. Hex color #E19DC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E19DC2 is #1E623D. Grayscale: #B5B5B5. Windows color (decimal): -1991230 or 12754401. OLE color: 12754401.

HSL color Cylindrical-coordinate representation of color #E19DC2: hue angle of 327.35º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E19DC2 is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.12.

Color convert

RGB225157194-
CMYK00.300.140.12
HSL327.35º53.12%74.9%-
HSV(B)327.35º30.22%88.24%-
XYZ52.8544.0256.75-
YUV181.55135.03158.99-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.06%
GREEN value IS 157 (61.72% from 255) = 27.26%
BLUE value IS 194 (76.17% from 255) = 33.68%
R=39.06%
G=27.26%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.14
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515719400.300.140.12327.3553.1274.9
HexE19DC201EEC147354b
Octal341235302036161450765113
Binary111000011001110111000010011110111011001010001111101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19DC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19DC2; }

 p { color: rgb(225,157,194); }

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

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

 a { background-color: rgb(225,157,194); }

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

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

 span { border-color: rgb(225,157,194); }

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