#e76090

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

Shades of Deep Blush #E76090

Tints of Deep Blush #E76090

Color information

#E76090 (or 0xE76090) is unknown color: approx Deep Blush. HEX triplet: E7, 60 and 90. RGB value is (231,96,144). Sum of RGB (Red+Green+Blue) = 231+96+144=471 (62% of max value = 765). Red value is 231 (90.62% from 255 or 49.04% from 471); Green value is 96 (37.89% from 255 or 20.38% from 471); Blue value is 144 (56.64% from 255 or 30.57% from 471); Max value from RGB is 231 - color contains mainly: red. Hex color #E76090 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76090 is #189F6F. Grayscale: #8D8D8D. Windows color (decimal): -1613680 or 9461991. OLE color: 9461991.

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

Color convert

RGB23196144-
CMYK00.580.380.09
HSL338.67º73.77%64.12%-
HSV(B)338.67º58.44%90.59%-
XYZ42.1727.3729.45-
YUV141.84129.23191.6-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 49.04%
GREEN value IS 96 (37.89% from 255) = 20.38%
BLUE value IS 144 (56.64% from 255) = 30.57%
R=49.04%
G=20.38%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.38
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2319614400.580.380.09338.6773.7764.12
HexE7609003A2691534a40
Octal3471402200724611523112100
Binary111001111100000100100000111010100110100110101001110010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e76090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e76090; }

 p { color: rgb(231,96,144); }

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

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

 a { background-color: rgb(231,96,144); }

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

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

 span { border-color: rgb(231,96,144); }

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