Html Css Color HEX #E16E77 Froly

📋 copy color: '#E16E77'

red 225 ◦ green 110 ◦ blue 119

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

Shades of Froly #E16E77

Tints of Froly #E16E77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 26.21%

R = 49.56%
G = 24.23%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.47

 K value IS 0.12

RGB Variations

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

Color information

#E16E77 (or 0xE16E77) is known color: Froly. HEX triplet: E1, 6E and 77. RGB value is (225,110,119). Sum of RGB (Red+Green+Blue) = 225+110+119=454 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.56% from 454); Green value is 110 (43.36% from 255 or 24.23% from 454); Blue value is 119 (46.88% from 255 or 26.21% from 454); Max value from RGB is 225 - color contains mainly: red. Hex color #E16E77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16E77 is #1E9188. Grayscale: #919191. Windows color (decimal): -2003337 or 7827169. OLE color: 7827169.

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

Color convert

RGB 225 110 119 -
CMYK 0 0.51 0.47 0.12
HSL 355.3º 0.66% 0.66% -
HSV(B) 355.3º 0.51% 0.88% -
XYZ 39.96 28.49 20.85 -
YUV 145.41 113.1 184.77 -
System Red Green Blue C M Y K H S L
Decimal 225 110 119 0 0.51 0.47 0.12 355.3 0.66 0.66
Hex E1 6E 77 0 33 2F C 163 42 42
Octal 341 156 167 0 63 57 14 543 102 102
Binary 11100001 1101110 1110111 0 110011 101111 1100 101100011 1000010 1000010

Color Harmonies of #E16E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16E77

Black with #E16E77

Text Example


Text Example

White with #E16E77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16E77; }

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

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

background-color css

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

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

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

border-color css

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

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

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