Html Css Color HEX #E06980 Deep Blush

📋 copy color: '#E06980'

red 224 ◦ green 105 ◦ blue 128

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

Shades of Deep Blush #E06980

Tints of Deep Blush #E06980

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.98%

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

R = 49.02%
G = 22.98%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#E06980 (or 0xE06980) is known color: Deep Blush. HEX triplet: E0, 69 and 80. RGB value is (224,105,128). Sum of RGB (Red+Green+Blue) = 224+105+128=457 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.02% from 457); Green value is 105 (41.41% from 255 or 22.98% from 457); Blue value is 128 (50.39% from 255 or 28.01% from 457); Max value from RGB is 224 - color contains mainly: red. Hex color #E06980 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06980 is #1F967F. Grayscale: #8F8F8F. Windows color (decimal): -2070144 or 8415712. OLE color: 8415712.

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

Color convert

RGB 224 105 128 -
CMYK 0 0.53 0.43 0.12
HSL 348.4º 0.66% 0.65% -
HSV(B) 348.4º 0.53% 0.88% -
XYZ 39.69 27.51 23.64 -
YUV 143.2 119.42 185.63 -
System Red Green Blue C M Y K H S L
Decimal 224 105 128 0 0.53 0.43 0.12 348.4 0.66 0.65
Hex E0 69 80 0 35 2B C 15C 42 41
Octal 340 151 200 0 65 53 14 534 102 101
Binary 11100000 1101001 10000000 0 110101 101011 1100 101011100 1000010 1000001

Color Harmonies of #E06980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06980

Black with #E06980

Text Example


Text Example

White with #E06980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06980; }

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

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

background-color css

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

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

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

border-color css

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

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

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