#E77085

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

Shades of Deep Blush #E77085

Tints of Deep Blush #E77085

Color information

#E77085 (or 0xE77085) is unknown color: approx Deep Blush. HEX triplet: E7, 70 and 85. RGB value is (231,112,133). Sum of RGB (Red+Green+Blue) = 231+112+133=476 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.53% from 476); Green value is 112 (44.14% from 255 or 23.53% from 476); Blue value is 133 (52.34% from 255 or 27.94% from 476); Max value from RGB is 231 - color contains mainly: red. Hex color #E77085 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E77085 is #188F7A. Grayscale: #969696. Windows color (decimal): -1609595 or 8745191. OLE color: 8745191.

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

Color convert

RGB231112133-
CMYK00.520.420.09
HSL349.41º71.26%67.25%-
HSV(B)349.41º51.52%90.59%-
XYZ42.9830.2725.77-
YUV149.98118.42185.79-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 48.53%
GREEN value IS 112 (44.14% from 255) = 23.53%
BLUE value IS 133 (52.34% from 255) = 27.94%
R=48.53%
G=23.53%
B=27.94%

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
Decimal23111213300.520.420.09349.4171.2667.25
HexE770850342A915d4743
Octal3471602050645211535107103
Binary111001111110000100001010110100101010100110101110110001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77085; }

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

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

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

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

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

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

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

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