#E19DCD

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

Shades of Shocking #E19DCD

Tints of Shocking #E19DCD

Color information

#E19DCD (or 0xE19DCD) is unknown color: approx Shocking. HEX triplet: E1, 9D and CD. RGB value is (225,157,205). Sum of RGB (Red+Green+Blue) = 225+157+205=587 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.33% from 587); Green value is 157 (61.72% from 255 or 26.75% from 587); Blue value is 205 (80.47% from 255 or 34.92% from 587); Max value from RGB is 225 - color contains mainly: red. Hex color #E19DCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E19DCD is #1E6232. Grayscale: #B6B6B6. Windows color (decimal): -1991219 or 13475297. OLE color: 13475297.

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

Color convert

RGB225157205-
CMYK00.300.090.12
HSL317.65º53.12%74.9%-
HSV(B)317.65º30.22%88.24%-
XYZ54.1344.5363.5-
YUV182.8140.53158.1-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.33%
GREEN value IS 157 (61.72% from 255) = 26.75%
BLUE value IS 205 (80.47% from 255) = 34.92%
R=38.33%
G=26.75%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515720500.300.090.12317.6553.1274.9
HexE19DCD01E9C13e354b
Octal341235315036111447665113
Binary111000011001110111001101011110100111001001111101101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19DCD; }

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

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

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

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

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

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

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

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