Html Css Color HEX #E16E81 Deep Blush

📋 copy color: '#E16E81'

red 225 ◦ green 110 ◦ blue 129

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

Shades of Deep Blush #E16E81

Tints of Deep Blush #E16E81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 27.8%

R = 48.49%
G = 23.71%
B = 27.8%

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

#E16E81 (or 0xE16E81) is known color: Deep Blush. HEX triplet: E1, 6E and 81. RGB value is (225,110,129). Sum of RGB (Red+Green+Blue) = 225+110+129=464 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.49% from 464); Green value is 110 (43.36% from 255 or 23.71% from 464); Blue value is 129 (50.78% from 255 or 27.80% from 464); Max value from RGB is 225 - color contains mainly: red. Hex color #E16E81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16E81 is #1E917E. Grayscale: #929292. Windows color (decimal): -2003327 or 8482529. OLE color: 8482529.

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

Color convert

RGB 225 110 129 -
CMYK 0 0.51 0.43 0.12
HSL 350.09º 0.66% 0.66% -
HSV(B) 350.09º 0.51% 0.88% -
XYZ 40.59 28.74 24.18 -
YUV 146.55 118.1 183.96 -
System Red Green Blue C M Y K H S L
Decimal 225 110 129 0 0.51 0.43 0.12 350.09 0.66 0.66
Hex E1 6E 81 0 33 2B C 15E 42 42
Octal 341 156 201 0 63 53 14 536 102 102
Binary 11100001 1101110 10000001 0 110011 101011 1100 101011110 1000010 1000010

Color Harmonies of #E16E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16E81

Black with #E16E81

Text Example


Text Example

White with #E16E81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16E81; }

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

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

background-color css

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

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

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

border-color css

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

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

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