#E86991

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

Shades of Deep Blush #E86991

Tints of Deep Blush #E86991

Color information

#E86991 (or 0xE86991) is unknown color: approx Deep Blush. HEX triplet: E8, 69 and 91. RGB value is (232,105,145). Sum of RGB (Red+Green+Blue) = 232+105+145=482 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.13% from 482); Green value is 105 (41.41% from 255 or 21.78% from 482); Blue value is 145 (57.03% from 255 or 30.08% from 482); Max value from RGB is 232 - color contains mainly: red. Hex color #E86991 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E86991 is #17966E. Grayscale: #939393. Windows color (decimal): -1545839 or 9529832. OLE color: 9529832.

HSL color Cylindrical-coordinate representation of color #E86991: hue angle of 341.1º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E86991 is Cyan = 0, Magento = 0.55, Yellow = 0.38 and Black (K on CMYK) = 0.09.

Color convert

RGB232105145-
CMYK00.550.380.09
HSL341.1º73.41%66.08%-
HSV(B)341.1º54.74%90.98%-
XYZ43.4429.330.15-
YUV147.53126.58188.25-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 48.13%
GREEN value IS 105 (41.41% from 255) = 21.78%
BLUE value IS 145 (57.03% from 255) = 30.08%
R=48.13%
G=21.78%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.38
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23210514500.550.380.09341.173.4166.08
HexE869910372691554942
Octal3501512210674611525111102
Binary111010001101001100100010110111100110100110101010110010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E86991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E86991; }

 p { color: rgb(232,105,145); }

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

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

 a { background-color: rgb(232,105,145); }

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

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

 span { border-color: rgb(232,105,145); }

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