#E86492

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

Shades of Deep Blush #E86492

Tints of Deep Blush #E86492

Color information

#E86492 (or 0xE86492) is unknown color: approx Deep Blush. HEX triplet: E8, 64 and 92. RGB value is (232,100,146). Sum of RGB (Red+Green+Blue) = 232+100+146=478 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.54% from 478); Green value is 100 (39.45% from 255 or 20.92% from 478); Blue value is 146 (57.42% from 255 or 30.54% from 478); Max value from RGB is 232 - color contains mainly: red. Hex color #E86492 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E86492 is #179B6D. Grayscale: #909090. Windows color (decimal): -1547118 or 9594088. OLE color: 9594088.

HSL color Cylindrical-coordinate representation of color #E86492: hue angle of 339.09º 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 #E86492 is Cyan = 0, Magento = 0.57, Yellow = 0.37 and Black (K on CMYK) = 0.09.

Color convert

RGB232100146-
CMYK00.570.370.09
HSL339.09º74.16%65.1%-
HSV(B)339.09º56.9%90.98%-
XYZ43.0228.3530.4-
YUV144.71128.73190.26-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 48.54%
GREEN value IS 100 (39.45% from 255) = 20.92%
BLUE value IS 146 (57.42% from 255) = 30.54%
R=48.54%
G=20.92%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.37
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23210014600.570.370.09339.0974.1665.1
HexE864920392591534a41
Octal3501442220714511523112101
Binary111010001100100100100100111001100101100110101001110010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E86492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E86492; }

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

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

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

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

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

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

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

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