#E07690

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

Shades of Deep Blush #E07690

Tints of Deep Blush #E07690

Color information

#E07690 (or 0xE07690) is unknown color: approx Deep Blush. HEX triplet: E0, 76 and 90. RGB value is (224,118,144). Sum of RGB (Red+Green+Blue) = 224+118+144=486 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.09% from 486); Green value is 118 (46.48% from 255 or 24.28% from 486); Blue value is 144 (56.64% from 255 or 29.63% from 486); Max value from RGB is 224 - color contains mainly: red. Hex color #E07690 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07690 is #1F896F. Grayscale: #989898. Windows color (decimal): -2066800 or 9467616. OLE color: 9467616.

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

Color convert

RGB224118144-
CMYK00.470.360.12
HSL345.28º63.1%67.06%-
HSV(B)345.28º47.32%87.84%-
XYZ42.2530.8230.11-
YUV152.66123.12178.89-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 46.09%
GREEN value IS 118 (46.48% from 255) = 24.28%
BLUE value IS 144 (56.64% from 255) = 29.63%
R=46.09%
G=24.28%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.36
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22411814400.470.360.12345.2863.167.06
HexE0769002F24C1593f43
Octal340166220057441453177103
Binary11100000111011010010000010111110010011001010110011111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07690; }

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

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

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

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

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

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

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

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