Html Css Color HEX #E0728B Deep Blush

📋 copy color: '#E0728B'

red 224 ◦ green 114 ◦ blue 139

#E0728B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Blush #E0728B

Tints of Deep Blush #E0728B

RGB

 RED value IS 224 (87.89% from 255) = 46.96%

 GREEN value IS 114 (44.92% from 255) = 23.9%

 BLUE value IS 139 (54.69% from 255) = 29.14%

R = 46.96%
G = 23.9%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#E0728B (or 0xE0728B) is known color: Deep Blush. HEX triplet: E0, 72 and 8B. RGB value is (224,114,139). Sum of RGB (Red+Green+Blue) = 224+114+139=477 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.96% from 477); Green value is 114 (44.92% from 255 or 23.90% from 477); Blue value is 139 (54.69% from 255 or 29.14% from 477); Max value from RGB is 224 - color contains mainly: red. Hex color #E0728B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E0728B is #1F8D74. Grayscale: #959595. Windows color (decimal): -2067829 or 9138912. OLE color: 9138912.

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

Color convert

RGB 224 114 139 -
CMYK 0 0.49 0.38 0.12
HSL 346.36º 0.64% 0.66% -
HSV(B) 346.36º 0.49% 0.88% -
XYZ 41.42 29.75 27.98 -
YUV 149.74 121.94 180.97 -
System Red Green Blue C M Y K H S L
Decimal 224 114 139 0 0.49 0.38 0.12 346.36 0.64 0.66
Hex E0 72 8B 0 31 26 C 15A 40 42
Octal 340 162 213 0 61 46 14 532 100 102
Binary 11100000 1110010 10001011 0 110001 100110 1100 101011010 1000000 1000010

Color Harmonies of #E0728B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0728B

Black with #E0728B

Text Example


Text Example

White with #E0728B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0728B; }

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

 H1.HeaderClassName
 {
   color: #E0728B;
 }
 .AnyTagClassName
 {
   color: #E0728B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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