#E19BCD

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

Shades of Shocking #E19BCD

Tints of Shocking #E19BCD

Color information

#E19BCD (or 0xE19BCD) is unknown color: approx Shocking. HEX triplet: E1, 9B and CD. RGB value is (225,155,205). Sum of RGB (Red+Green+Blue) = 225+155+205=585 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.46% from 585); Green value is 155 (60.94% from 255 or 26.50% from 585); Blue value is 205 (80.47% from 255 or 35.04% from 585); Max value from RGB is 225 - color contains mainly: red. Hex color #E19BCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E19BCD is #1E6432. Grayscale: #B5B5B5. Windows color (decimal): -1991731 or 13474785. OLE color: 13474785.

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

Color convert

RGB225155205-
CMYK00.310.090.12
HSL317.14º53.85%74.51%-
HSV(B)317.14º31.11%88.24%-
XYZ53.7943.8663.39-
YUV181.63141.19158.93-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.46%
GREEN value IS 155 (60.94% from 255) = 26.50%
BLUE value IS 205 (80.47% from 255) = 35.04%
R=38.46%
G=26.50%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515520500.310.090.12317.1453.8574.51
HexE19BCD01F9C13d364b
Octal341233315037111447566113
Binary111000011001101111001101011111100111001001111011101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19BCD; }

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

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

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

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

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

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

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

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