#E0728D

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

Shades of Deep Blush #E0728D

Tints of Deep Blush #E0728D

Color information

#E0728D (or 0xE0728D) is unknown color: approx Deep Blush. HEX triplet: E0, 72 and 8D. RGB value is (224,114,141). Sum of RGB (Red+Green+Blue) = 224+114+141=479 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.76% from 479); Green value is 114 (44.92% from 255 or 23.80% from 479); Blue value is 141 (55.47% from 255 or 29.44% from 479); Max value from RGB is 224 - color contains mainly: red. Hex color #E0728D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E0728D is #1F8D72. Grayscale: #959595. Windows color (decimal): -2067827 or 9269984. OLE color: 9269984.

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

Color convert

RGB224114141-
CMYK00.490.370.12
HSL345.27º63.95%66.27%-
HSV(B)345.27º49.11%87.84%-
XYZ41.5729.8128.76-
YUV149.97122.94180.8-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 46.76%
GREEN value IS 114 (44.92% from 255) = 23.80%
BLUE value IS 141 (55.47% from 255) = 29.44%
R=46.76%
G=23.80%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.37
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22411414100.490.370.12345.2763.9566.27
HexE0728D03125C1594042
Octal3401622150614514531100102
Binary111000001110010100011010110001100101110010101100110000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0728D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0728D; }

 p { color: rgb(224,114,141); }

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

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

 a { background-color: rgb(224,114,141); }

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

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

 span { border-color: rgb(224,114,141); }

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