Html Css Color HEX #E16D79 Froly

📋 copy color: '#E16D79'

red 225 ◦ green 109 ◦ blue 121

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

Shades of Froly #E16D79

Tints of Froly #E16D79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 26.59%

R = 49.45%
G = 23.96%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#E16D79 (or 0xE16D79) is known color: Froly. HEX triplet: E1, 6D and 79. RGB value is (225,109,121). Sum of RGB (Red+Green+Blue) = 225+109+121=455 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.45% from 455); Green value is 109 (42.97% from 255 or 23.96% from 455); Blue value is 121 (47.66% from 255 or 26.59% from 455); Max value from RGB is 225 - color contains mainly: red. Hex color #E16D79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16D79 is #1E9286. Grayscale: #919191. Windows color (decimal): -2003591 or 7957985. OLE color: 7957985.

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

Color convert

RGB 225 109 121 -
CMYK 0 0.52 0.46 0.12
HSL 353.79º 0.66% 0.65% -
HSV(B) 353.79º 0.52% 0.88% -
XYZ 39.97 28.33 21.45 -
YUV 145.05 114.43 185.02 -
System Red Green Blue C M Y K H S L
Decimal 225 109 121 0 0.52 0.46 0.12 353.79 0.66 0.65
Hex E1 6D 79 0 34 2E C 162 42 41
Octal 341 155 171 0 64 56 14 542 102 101
Binary 11100001 1101101 1111001 0 110100 101110 1100 101100010 1000010 1000001

Color Harmonies of #E16D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16D79

Black with #E16D79

Text Example


Text Example

White with #E16D79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16D79; }

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

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

background-color css

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

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

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

border-color css

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

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

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