#E76490

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

Shades of Deep Blush #E76490

Tints of Deep Blush #E76490

Color information

#E76490 (or 0xE76490) is unknown color: approx Deep Blush. HEX triplet: E7, 64 and 90. RGB value is (231,100,144). Sum of RGB (Red+Green+Blue) = 231+100+144=475 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.63% from 475); Green value is 100 (39.45% from 255 or 21.05% from 475); Blue value is 144 (56.64% from 255 or 30.32% from 475); Max value from RGB is 231 - color contains mainly: red. Hex color #E76490 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76490 is #189B6F. Grayscale: #909090. Windows color (decimal): -1612656 or 9463015. OLE color: 9463015.

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

Color convert

RGB231100144-
CMYK00.570.380.09
HSL339.85º73.18%64.9%-
HSV(B)339.85º56.71%90.59%-
XYZ42.5528.1229.57-
YUV144.18127.9189.92-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 48.63%
GREEN value IS 100 (39.45% from 255) = 21.05%
BLUE value IS 144 (56.64% from 255) = 30.32%
R=48.63%
G=21.05%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.38
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23110014400.570.380.09339.8573.1864.9
HexE764900392691544941
Octal3471442200714611524111101
Binary111001111100100100100000111001100110100110101010010010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E76490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E76490; }

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

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

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

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

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

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

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

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