#E76985

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

Shades of Deep Blush #E76985

Tints of Deep Blush #E76985

Color information

#E76985 (or 0xE76985) is unknown color: approx Deep Blush. HEX triplet: E7, 69 and 85. RGB value is (231,105,133). Sum of RGB (Red+Green+Blue) = 231+105+133=469 (62% of max value = 765). Red value is 231 (90.62% from 255 or 49.25% from 469); Green value is 105 (41.41% from 255 or 22.39% from 469); Blue value is 133 (52.34% from 255 or 28.36% from 469); Max value from RGB is 231 - color contains mainly: red. Hex color #E76985 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76985 is #18967A. Grayscale: #919191. Windows color (decimal): -1611387 or 8743399. OLE color: 8743399.

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

Color convert

RGB231105133-
CMYK00.550.420.09
HSL346.67º72.41%65.88%-
HSV(B)346.67º54.55%90.59%-
XYZ42.2428.7925.52-
YUV145.87120.74188.72-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 49.25%
GREEN value IS 105 (41.41% from 255) = 22.39%
BLUE value IS 133 (52.34% from 255) = 28.36%
R=49.25%
G=22.39%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.42
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23110513300.550.420.09346.6772.4165.88
HexE769850372A915b4842
Octal3471512050675211533110102
Binary111001111101001100001010110111101010100110101101110010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E76985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E76985; }

 p { color: rgb(231,105,133); }

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

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

 a { background-color: rgb(231,105,133); }

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

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

 span { border-color: rgb(231,105,133); }

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