#E86980

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

Shades of Deep Blush #E86980

Tints of Deep Blush #E86980

Color information

#E86980 (or 0xE86980) is unknown color: approx Deep Blush. HEX triplet: E8, 69 and 80. RGB value is (232,105,128). Sum of RGB (Red+Green+Blue) = 232+105+128=465 (61% of max value = 765). Red value is 232 (91.02% from 255 or 49.89% from 465); Green value is 105 (41.41% from 255 or 22.58% from 465); Blue value is 128 (50.39% from 255 or 27.53% from 465); Max value from RGB is 232 - color contains mainly: red. Hex color #E86980 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E86980 is #17967F. Grayscale: #919191. Windows color (decimal): -1545856 or 8415720. OLE color: 8415720.

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

Color convert

RGB232105128-
CMYK00.550.450.09
HSL349.13º73.41%66.08%-
HSV(B)349.13º54.74%90.98%-
XYZ42.2328.8223.76-
YUV145.6118.08189.63-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 49.89%
GREEN value IS 105 (41.41% from 255) = 22.58%
BLUE value IS 128 (50.39% from 255) = 27.53%
R=49.89%
G=22.58%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23210512800.550.450.09349.1373.4166.08
HexE869800372D915d4942
Octal3501512000675511535111102
Binary111010001101001100000000110111101101100110101110110010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E86980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E86980; }

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

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

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

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

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

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

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

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