Html Css Color HEX #E16A73 Froly

📋 copy color: '#E16A73'

red 225 ◦ green 106 ◦ blue 115

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

Shades of Froly #E16A73

Tints of Froly #E16A73

RGB

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

 GREEN value IS 106 (41.8% from 255) = 23.77%

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

R = 50.45%
G = 23.77%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#E16A73 (or 0xE16A73) is known color: Froly. HEX triplet: E1, 6A and 73. RGB value is (225,106,115). Sum of RGB (Red+Green+Blue) = 225+106+115=446 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.45% from 446); Green value is 106 (41.80% from 255 or 23.77% from 446); Blue value is 115 (45.31% from 255 or 25.78% from 446); Max value from RGB is 225 - color contains mainly: red. Hex color #E16A73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16A73 is #1E958C. Grayscale: #8E8E8E. Windows color (decimal): -2004365 or 7564001. OLE color: 7564001.

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

Color convert

RGB 225 106 115 -
CMYK 0 0.53 0.49 0.12
HSL 355.46º 0.66% 0.65% -
HSV(B) 355.46º 0.53% 0.88% -
XYZ 39.3 27.55 19.47 -
YUV 142.61 112.42 186.77 -
System Red Green Blue C M Y K H S L
Decimal 225 106 115 0 0.53 0.49 0.12 355.46 0.66 0.65
Hex E1 6A 73 0 35 31 C 163 42 41
Octal 341 152 163 0 65 61 14 543 102 101
Binary 11100001 1101010 1110011 0 110101 110001 1100 101100011 1000010 1000001

Color Harmonies of #E16A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16A73

Black with #E16A73

Text Example


Text Example

White with #E16A73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16A73; }

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

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

background-color css

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

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

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

border-color css

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

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

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