#E07490

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

Shades of Deep Blush #E07490

Tints of Deep Blush #E07490

Color information

#E07490 (or 0xE07490) is unknown color: approx Deep Blush. HEX triplet: E0, 74 and 90. RGB value is (224,116,144). Sum of RGB (Red+Green+Blue) = 224+116+144=484 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.28% from 484); Green value is 116 (45.70% from 255 or 23.97% from 484); Blue value is 144 (56.64% from 255 or 29.75% from 484); Max value from RGB is 224 - color contains mainly: red. Hex color #E07490 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07490 is #1F8B6F. Grayscale: #979797. Windows color (decimal): -2067312 or 9467104. OLE color: 9467104.

HSL color Cylindrical-coordinate representation of color #E07490: hue angle of 344.44º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E07490 is Cyan = 0, Magento = 0.48, Yellow = 0.36 and Black (K on CMYK) = 0.12.

Color convert

RGB224116144-
CMYK00.480.360.12
HSL344.44º63.53%66.67%-
HSV(B)344.44º48.21%87.84%-
XYZ42.0230.3530.03-
YUV151.48123.78179.72-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 46.28%
GREEN value IS 116 (45.70% from 255) = 23.97%
BLUE value IS 144 (56.64% from 255) = 29.75%
R=46.28%
G=23.97%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.36
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22411614400.480.360.12344.4463.5366.67
HexE0749003024C1584043
Octal3401642200604414530100103
Binary111000001110100100100000110000100100110010101100010000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07490; }

 p { color: rgb(224,116,144); }

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

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

 a { background-color: rgb(224,116,144); }

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

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

 span { border-color: rgb(224,116,144); }

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