#E19DBE

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

Shades of Shocking #E19DBE

Tints of Shocking #E19DBE

Color information

#E19DBE (or 0xE19DBE) is unknown color: approx Shocking. HEX triplet: E1, 9D and BE. RGB value is (225,157,190). Sum of RGB (Red+Green+Blue) = 225+157+190=572 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.34% from 572); Green value is 157 (61.72% from 255 or 27.45% from 572); Blue value is 190 (74.61% from 255 or 33.22% from 572); Max value from RGB is 225 - color contains mainly: red. Hex color #E19DBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E19DBE is #1E6241. Grayscale: #B5B5B5. Windows color (decimal): -1991234 or 12492257. OLE color: 12492257.

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

Color convert

RGB225157190-
CMYK00.300.160.12
HSL330.88º53.12%74.9%-
HSV(B)330.88º30.22%88.24%-
XYZ52.443.8454.42-
YUV181.09133.03159.32-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.34%
GREEN value IS 157 (61.72% from 255) = 27.45%
BLUE value IS 190 (74.61% from 255) = 33.22%
R=39.34%
G=27.45%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515719000.300.160.12330.8853.1274.9
HexE19DBE01E10C14b354b
Octal341235276036201451365113
Binary1110000110011101101111100111101000011001010010111101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19DBE; }

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

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

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

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

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

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

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

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