#E86491

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

Shades of Deep Blush #E86491

Tints of Deep Blush #E86491

Color information

#E86491 (or 0xE86491) is unknown color: approx Deep Blush. HEX triplet: E8, 64 and 91. RGB value is (232,100,145). Sum of RGB (Red+Green+Blue) = 232+100+145=477 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.64% from 477); Green value is 100 (39.45% from 255 or 20.96% from 477); Blue value is 145 (57.03% from 255 or 30.40% from 477); Max value from RGB is 232 - color contains mainly: red. Hex color #E86491 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E86491 is #179B6E. Grayscale: #909090. Windows color (decimal): -1547119 or 9528552. OLE color: 9528552.

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

Color convert

RGB232100145-
CMYK00.570.380.09
HSL339.55º74.16%65.1%-
HSV(B)339.55º56.9%90.98%-
XYZ42.9528.3129.99-
YUV144.6128.23190.34-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 48.64%
GREEN value IS 100 (39.45% from 255) = 20.96%
BLUE value IS 145 (57.03% from 255) = 30.40%
R=48.64%
G=20.96%
B=30.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.38
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23210014500.570.380.09339.5574.1665.1
HexE864910392691544a41
Octal3501442210714611524112101
Binary111010001100100100100010111001100110100110101010010010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E86491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E86491; }

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

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

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

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

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

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

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

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