Html Css Color HEX #E16E80 Deep Blush

📋 copy color: '#E16E80'

red 225 ◦ green 110 ◦ blue 128

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

Shades of Deep Blush #E16E80

Tints of Deep Blush #E16E80

RGB

 RED value IS 225 (88.28% from 255) = 48.6%

 GREEN value IS 110 (43.36% from 255) = 23.76%

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

R = 48.6%
G = 23.76%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#E16E80 (or 0xE16E80) is known color: Deep Blush. HEX triplet: E1, 6E and 80. RGB value is (225,110,128). Sum of RGB (Red+Green+Blue) = 225+110+128=463 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.60% from 463); Green value is 110 (43.36% from 255 or 23.76% from 463); Blue value is 128 (50.39% from 255 or 27.65% from 463); Max value from RGB is 225 - color contains mainly: red. Hex color #E16E80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16E80 is #1E917F. Grayscale: #929292. Windows color (decimal): -2003328 or 8416993. OLE color: 8416993.

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

Color convert

RGB 225 110 128 -
CMYK 0 0.51 0.43 0.12
HSL 350.61º 0.66% 0.66% -
HSV(B) 350.61º 0.51% 0.88% -
XYZ 40.52 28.72 23.83 -
YUV 146.44 117.6 184.04 -
System Red Green Blue C M Y K H S L
Decimal 225 110 128 0 0.51 0.43 0.12 350.61 0.66 0.66
Hex E1 6E 80 0 33 2B C 15F 42 42
Octal 341 156 200 0 63 53 14 537 102 102
Binary 11100001 1101110 10000000 0 110011 101011 1100 101011111 1000010 1000010

Color Harmonies of #E16E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16E80

Black with #E16E80

Text Example


Text Example

White with #E16E80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16E80; }

 p { color: rgb(225,110,128); }

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

background-color css

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

 a { background-color: rgb(225,110,128); }

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

border-color css

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

 span { border-color: rgb(225,110,128); }

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