#e86993

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

Shades of Deep Blush #E86993

Tints of Deep Blush #E86993

Color information

#E86993 (or 0xE86993) is unknown color: approx Deep Blush. HEX triplet: E8, 69 and 93. RGB value is (232,105,147). Sum of RGB (Red+Green+Blue) = 232+105+147=484 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.93% from 484); Green value is 105 (41.41% from 255 or 21.69% from 484); Blue value is 147 (57.81% from 255 or 30.37% from 484); Max value from RGB is 232 - color contains mainly: red. Hex color #E86993 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E86993 is #17966C. Grayscale: #939393. Windows color (decimal): -1545837 or 9660904. OLE color: 9660904.

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

Color convert

RGB232105147-
CMYK00.550.370.09
HSL340.16º73.41%66.08%-
HSV(B)340.16º54.74%90.98%-
XYZ43.629.3730.97-
YUV147.76127.58188.08-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 47.93%
GREEN value IS 105 (41.41% from 255) = 21.69%
BLUE value IS 147 (57.81% from 255) = 30.37%
R=47.93%
G=21.69%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.37
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23210514700.550.370.09340.1673.4166.08
HexE869930372591544942
Octal3501512230674511524111102
Binary111010001101001100100110110111100101100110101010010010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e86993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e86993; }

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

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

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

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

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

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

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

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