#E07486

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

Shades of Deep Blush #E07486

Tints of Deep Blush #E07486

Color information

#E07486 (or 0xE07486) is unknown color: approx Deep Blush. HEX triplet: E0, 74 and 86. RGB value is (224,116,134). Sum of RGB (Red+Green+Blue) = 224+116+134=474 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.26% from 474); Green value is 116 (45.70% from 255 or 24.47% from 474); Blue value is 134 (52.73% from 255 or 28.27% from 474); Max value from RGB is 224 - color contains mainly: red. Hex color #E07486 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07486 is #1F8B79. Grayscale: #969696. Windows color (decimal): -2067322 or 8811744. OLE color: 8811744.

HSL color Cylindrical-coordinate representation of color #E07486: hue angle of 350º 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 #E07486 is Cyan = 0, Magento = 0.48, Yellow = 0.40 and Black (K on CMYK) = 0.12.

Color convert

RGB224116134-
CMYK00.480.400.12
HSL350º63.53%66.67%-
HSV(B)350º48.21%87.84%-
XYZ41.2930.0626.18-
YUV150.34118.78180.54-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 47.26%
GREEN value IS 116 (45.70% from 255) = 24.47%
BLUE value IS 134 (52.73% from 255) = 28.27%
R=47.26%
G=24.47%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.40
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22411613400.480.400.1235063.5366.67
HexE0748603028C15e4043
Octal3401642060605014536100103
Binary111000001110100100001100110000101000110010101111010000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07486; }

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

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

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

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

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

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

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

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