#E77485

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

Shades of Deep Blush #E77485

Tints of Deep Blush #E77485

Color information

#E77485 (or 0xE77485) is unknown color: approx Deep Blush. HEX triplet: E7, 74 and 85. RGB value is (231,116,133). Sum of RGB (Red+Green+Blue) = 231+116+133=480 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.12% from 480); Green value is 116 (45.70% from 255 or 24.17% from 480); Blue value is 133 (52.34% from 255 or 27.71% from 480); Max value from RGB is 231 - color contains mainly: red. Hex color #E77485 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E77485 is #188B7A. Grayscale: #989898. Windows color (decimal): -1608571 or 8746215. OLE color: 8746215.

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

Color convert

RGB231116133-
CMYK00.500.420.09
HSL351.13º70.55%68.04%-
HSV(B)351.13º49.78%90.59%-
XYZ43.4331.1725.92-
YUV152.32117.1184.12-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 48.12%
GREEN value IS 116 (45.70% from 255) = 24.17%
BLUE value IS 133 (52.34% from 255) = 27.71%
R=48.12%
G=24.17%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.42
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23111613300.500.420.09351.1370.5568.04
HexE774850322A915f4744
Octal3471642050625211537107104
Binary111001111110100100001010110010101010100110101111110001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77485; }

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

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

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

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

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

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

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

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