#E19FBF

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

Shades of Shocking #E19FBF

Tints of Shocking #E19FBF

Color information

#E19FBF (or 0xE19FBF) is unknown color: approx Shocking. HEX triplet: E1, 9F and BF. RGB value is (225,159,191). Sum of RGB (Red+Green+Blue) = 225+159+191=575 (76% of max value = 765). Red value is 225 (88.28% from 255 or 39.13% from 575); Green value is 159 (62.5% from 255 or 27.65% from 575); Blue value is 191 (75% from 255 or 33.22% from 575); Max value from RGB is 225 - color contains mainly: red. Hex color #E19FBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E19FBF is #1E6040. Grayscale: #B6B6B6. Windows color (decimal): -1990721 or 12558305. OLE color: 12558305.

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

Color convert

RGB225159191-
CMYK00.290.150.12
HSL330.91º52.38%75.29%-
HSV(B)330.91º29.33%88.24%-
XYZ52.8544.5755.11-
YUV182.38132.87158.4-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.13%
GREEN value IS 159 (62.5% from 255) = 27.65%
BLUE value IS 191 (75% from 255) = 33.22%
R=39.13%
G=27.65%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515919100.290.150.12330.9152.3875.29
HexE19FBF01DFC14b344b
Octal341237277035171451364113
Binary111000011001111110111111011101111111001010010111101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19FBF; }

 p { color: rgb(225,159,191); }

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

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

 a { background-color: rgb(225,159,191); }

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

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

 span { border-color: rgb(225,159,191); }

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