#E86680

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

Shades of Deep Blush #E86680

Tints of Deep Blush #E86680

Color information

#E86680 (or 0xE86680) is unknown color: approx Deep Blush. HEX triplet: E8, 66 and 80. RGB value is (232,102,128). Sum of RGB (Red+Green+Blue) = 232+102+128=462 (61% of max value = 765). Red value is 232 (91.02% from 255 or 50.22% from 462); Green value is 102 (40.23% from 255 or 22.08% from 462); Blue value is 128 (50.39% from 255 or 27.71% from 462); Max value from RGB is 232 - color contains mainly: red. Hex color #E86680 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E86680 is #17997F. Grayscale: #8F8F8F. Windows color (decimal): -1546624 or 8414952. OLE color: 8414952.

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

Color convert

RGB232102128-
CMYK00.560.450.09
HSL348º73.86%65.49%-
HSV(B)348º56.03%90.98%-
XYZ41.9328.2223.66-
YUV143.83119.07190.89-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 50.22%
GREEN value IS 102 (40.23% from 255) = 22.08%
BLUE value IS 128 (50.39% from 255) = 27.71%
R=50.22%
G=22.08%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23210212800.560.450.0934873.8665.49
HexE866800382D915c4a41
Octal3501462000705511534112101
Binary111010001100110100000000111000101101100110101110010010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E86680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E86680; }

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

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

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

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

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

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

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

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