#E86790

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

Shades of Deep Blush #E86790

Tints of Deep Blush #E86790

Color information

#E86790 (or 0xE86790) is unknown color: approx Deep Blush. HEX triplet: E8, 67 and 90. RGB value is (232,103,144). Sum of RGB (Red+Green+Blue) = 232+103+144=479 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.43% from 479); Green value is 103 (40.62% from 255 or 21.50% from 479); Blue value is 144 (56.64% from 255 or 30.06% from 479); Max value from RGB is 232 - color contains mainly: red. Hex color #E86790 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E86790 is #17986F. Grayscale: #929292. Windows color (decimal): -1546352 or 9463784. OLE color: 9463784.

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

Color convert

RGB232103144-
CMYK00.560.380.09
HSL340.93º73.71%65.69%-
HSV(B)340.93º55.6%90.98%-
XYZ43.1628.8729.68-
YUV146.24126.74189.17-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 48.43%
GREEN value IS 103 (40.62% from 255) = 21.50%
BLUE value IS 144 (56.64% from 255) = 30.06%
R=48.43%
G=21.50%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.38
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23210314400.560.380.09340.9373.7165.69
HexE867900382691554a42
Octal3501472200704611525112102
Binary111010001100111100100000111000100110100110101010110010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E86790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E86790; }

 p { color: rgb(232,103,144); }

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

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

 a { background-color: rgb(232,103,144); }

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

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

 span { border-color: rgb(232,103,144); }

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