#E77086

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

Shades of Deep Blush #E77086

Tints of Deep Blush #E77086

Color information

#E77086 (or 0xE77086) is unknown color: approx Deep Blush. HEX triplet: E7, 70 and 86. RGB value is (231,112,134). Sum of RGB (Red+Green+Blue) = 231+112+134=477 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.43% from 477); Green value is 112 (44.14% from 255 or 23.48% from 477); Blue value is 134 (52.73% from 255 or 28.09% from 477); Max value from RGB is 231 - color contains mainly: red. Hex color #E77086 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E77086 is #188F79. Grayscale: #969696. Windows color (decimal): -1609594 or 8810727. OLE color: 8810727.

HSL color Cylindrical-coordinate representation of color #E77086: hue angle of 348.91º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E77086 is Cyan = 0, Magento = 0.52, Yellow = 0.42 and Black (K on CMYK) = 0.09.

Color convert

RGB231112134-
CMYK00.520.420.09
HSL348.91º71.26%67.25%-
HSV(B)348.91º51.52%90.59%-
XYZ43.0530.326.13-
YUV150.09118.92185.71-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 48.43%
GREEN value IS 112 (44.14% from 255) = 23.48%
BLUE value IS 134 (52.73% from 255) = 28.09%
R=48.43%
G=23.48%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.42
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23111213400.520.420.09348.9171.2667.25
HexE770860342A915d4743
Octal3471602060645211535107103
Binary111001111110000100001100110100101010100110101110110001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77086; }

 p { color: rgb(231,112,134); }

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

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

 a { background-color: rgb(231,112,134); }

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

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

 span { border-color: rgb(231,112,134); }

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