Html Css Color HEX #E16071 Froly

📋 copy color: '#E16071'

red 225 ◦ green 96 ◦ blue 113

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

Shades of Froly #E16071

Tints of Froly #E16071

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.12%

 BLUE value IS 113 (44.53% from 255) = 26.04%

R = 51.84%
G = 22.12%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E16071 (or 0xE16071) is known color: Froly. HEX triplet: E1, 60 and 71. RGB value is (225,96,113). Sum of RGB (Red+Green+Blue) = 225+96+113=434 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.84% from 434); Green value is 96 (37.89% from 255 or 22.12% from 434); Blue value is 113 (44.53% from 255 or 26.04% from 434); Max value from RGB is 225 - color contains mainly: red. Hex color #E16071 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16071 is #1E9F8E. Grayscale: #888888. Windows color (decimal): -2006927 or 7430369. OLE color: 7430369.

HSL color Cylindrical-coordinate representation of color #E16071: hue angle of 352.09º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E16071 is Cyan = 0, Magento = 0.57, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 96 113 -
CMYK 0 0.57 0.50 0.12
HSL 352.09º 0.68% 0.63% -
HSV(B) 352.09º 0.57% 0.88% -
XYZ 38.21 25.57 18.54 -
YUV 136.51 114.74 191.12 -
System Red Green Blue C M Y K H S L
Decimal 225 96 113 0 0.57 0.50 0.12 352.09 0.68 0.63
Hex E1 60 71 0 39 32 C 160 44 3F
Octal 341 140 161 0 71 62 14 540 104 77
Binary 11100001 1100000 1110001 0 111001 110010 1100 101100000 1000100 111111

Color Harmonies of #E16071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16071

Black with #E16071

Text Example


Text Example

White with #E16071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16071; }

 p { color: rgb(225,96,113); }

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

background-color css

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

 a { background-color: rgb(225,96,113); }

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

border-color css

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

 span { border-color: rgb(225,96,113); }

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