Html Css Color HEX #E07080 Deep Blush

📋 copy color: '#E07080'

red 224 ◦ green 112 ◦ blue 128

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

Shades of Deep Blush #E07080

Tints of Deep Blush #E07080

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.14%

 BLUE value IS 128 (50.39% from 255) = 27.59%

R = 48.28%
G = 24.14%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#E07080 (or 0xE07080) is known color: Deep Blush. HEX triplet: E0, 70 and 80. RGB value is (224,112,128). Sum of RGB (Red+Green+Blue) = 224+112+128=464 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.28% from 464); Green value is 112 (44.14% from 255 or 24.14% from 464); Blue value is 128 (50.39% from 255 or 27.59% from 464); Max value from RGB is 224 - color contains mainly: red. Hex color #E07080 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07080 is #1F8F7F. Grayscale: #939393. Windows color (decimal): -2068352 or 8417504. OLE color: 8417504.

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

Color convert

RGB 224 112 128 -
CMYK 0 0.50 0.43 0.12
HSL 351.43º 0.64% 0.66% -
HSV(B) 351.43º 0.5% 0.88% -
XYZ 40.43 28.99 23.89 -
YUV 147.31 117.11 182.7 -
System Red Green Blue C M Y K H S L
Decimal 224 112 128 0 0.50 0.43 0.12 351.43 0.64 0.66
Hex E0 70 80 0 32 2B C 15F 40 42
Octal 340 160 200 0 62 53 14 537 100 102
Binary 11100000 1110000 10000000 0 110010 101011 1100 101011111 1000000 1000010

Color Harmonies of #E07080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07080

Black with #E07080

Text Example


Text Example

White with #E07080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07080; }

 p { color: rgb(224,112,128); }

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

background-color css

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

 a { background-color: rgb(224,112,128); }

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

border-color css

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

 span { border-color: rgb(224,112,128); }

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