Html Css Color HEX #E16A77 Froly

📋 copy color: '#E16A77'

red 225 ◦ green 106 ◦ blue 119

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

Shades of Froly #E16A77

Tints of Froly #E16A77

RGB

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

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

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

R = 50%
G = 23.56%
B = 26.44%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.47

 K value IS 0.12

RGB Variations

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

Color information

#E16A77 (or 0xE16A77) is known color: Froly. HEX triplet: E1, 6A and 77. RGB value is (225,106,119). Sum of RGB (Red+Green+Blue) = 225+106+119=450 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50% from 450); Green value is 106 (41.80% from 255 or 23.56% from 450); Blue value is 119 (46.88% from 255 or 26.44% from 450); Max value from RGB is 225 - color contains mainly: red. Hex color #E16A77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16A77 is #1E9588. Grayscale: #8F8F8F. Windows color (decimal): -2004361 or 7826145. OLE color: 7826145.

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

Color convert

RGB 225 106 119 -
CMYK 0 0.53 0.47 0.12
HSL 353.45º 0.66% 0.65% -
HSV(B) 353.45º 0.53% 0.88% -
XYZ 39.54 27.65 20.71 -
YUV 143.06 114.42 186.44 -
System Red Green Blue C M Y K H S L
Decimal 225 106 119 0 0.53 0.47 0.12 353.45 0.66 0.65
Hex E1 6A 77 0 35 2F C 161 42 41
Octal 341 152 167 0 65 57 14 541 102 101
Binary 11100001 1101010 1110111 0 110101 101111 1100 101100001 1000010 1000001

Color Harmonies of #E16A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16A77

Black with #E16A77

Text Example


Text Example

White with #E16A77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16A77; }

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

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

background-color css

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

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

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

border-color css

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

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

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