#e86a93

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

Shades of Deep Blush #E86A93

Tints of Deep Blush #E86A93

Color information

#E86A93 (or 0xE86A93) is unknown color: approx Deep Blush. HEX triplet: E8, 6A and 93. RGB value is (232,106,147). Sum of RGB (Red+Green+Blue) = 232+106+147=485 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.84% from 485); Green value is 106 (41.80% from 255 or 21.86% from 485); Blue value is 147 (57.81% from 255 or 30.31% from 485); Max value from RGB is 232 - color contains mainly: red. Hex color #E86A93 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E86A93 is #17956C. Grayscale: #949494. Windows color (decimal): -1545581 or 9661160. OLE color: 9661160.

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

Color convert

RGB232106147-
CMYK00.540.370.09
HSL340.48º73.26%66.27%-
HSV(B)340.48º54.31%90.98%-
XYZ43.729.5731.01-
YUV148.35127.24187.67-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 47.84%
GREEN value IS 106 (41.80% from 255) = 21.86%
BLUE value IS 147 (57.81% from 255) = 30.31%
R=47.84%
G=21.86%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.37
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23210614700.540.370.09340.4873.2666.27
HexE86A930362591544942
Octal3501522230664511524111102
Binary111010001101010100100110110110100101100110101010010010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e86a93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e86a93; }

 p { color: rgb(232,106,147); }

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

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

 a { background-color: rgb(232,106,147); }

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

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

 span { border-color: rgb(232,106,147); }

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