Html Css Color HEX #E16D73 Froly

📋 copy color: '#E16D73'

red 225 ◦ green 109 ◦ blue 115

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

Shades of Froly #E16D73

Tints of Froly #E16D73

RGB

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

 GREEN value IS 109 (42.97% from 255) = 24.28%

 BLUE value IS 115 (45.31% from 255) = 25.61%

R = 50.11%
G = 24.28%
B = 25.61%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#E16D73 (or 0xE16D73) is known color: Froly. HEX triplet: E1, 6D and 73. RGB value is (225,109,115). Sum of RGB (Red+Green+Blue) = 225+109+115=449 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.11% from 449); Green value is 109 (42.97% from 255 or 24.28% from 449); Blue value is 115 (45.31% from 255 or 25.61% from 449); Max value from RGB is 225 - color contains mainly: red. Hex color #E16D73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16D73 is #1E928C. Grayscale: #909090. Windows color (decimal): -2003597 or 7564769. OLE color: 7564769.

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

Color convert

RGB 225 109 115 -
CMYK 0 0.52 0.49 0.12
HSL 356.9º 0.66% 0.65% -
HSV(B) 356.9º 0.52% 0.88% -
XYZ 39.61 28.18 19.57 -
YUV 144.37 111.43 185.51 -
System Red Green Blue C M Y K H S L
Decimal 225 109 115 0 0.52 0.49 0.12 356.9 0.66 0.65
Hex E1 6D 73 0 34 31 C 165 42 41
Octal 341 155 163 0 64 61 14 545 102 101
Binary 11100001 1101101 1110011 0 110100 110001 1100 101100101 1000010 1000001

Color Harmonies of #E16D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16D73

Black with #E16D73

Text Example


Text Example

White with #E16D73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16D73; }

 p { color: rgb(225,109,115); }

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

background-color css

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

 a { background-color: rgb(225,109,115); }

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

border-color css

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

 span { border-color: rgb(225,109,115); }

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