Html Css Color HEX #E16271 Froly

📋 copy color: '#E16271'

red 225 ◦ green 98 ◦ blue 113

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

Shades of Froly #E16271

Tints of Froly #E16271

RGB

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

 GREEN value IS 98 (38.67% from 255) = 22.48%

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

R = 51.61%
G = 22.48%
B = 25.92%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E16271 (or 0xE16271) is known color: Froly. HEX triplet: E1, 62 and 71. RGB value is (225,98,113). Sum of RGB (Red+Green+Blue) = 225+98+113=436 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.61% from 436); Green value is 98 (38.67% from 255 or 22.48% from 436); Blue value is 113 (44.53% from 255 or 25.92% from 436); Max value from RGB is 225 - color contains mainly: red. Hex color #E16271 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16271 is #1E9D8E. Grayscale: #898989. Windows color (decimal): -2006415 or 7430881. OLE color: 7430881.

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

Color convert

RGB 225 98 113 -
CMYK 0 0.56 0.50 0.12
HSL 352.91º 0.68% 0.63% -
HSV(B) 352.91º 0.56% 0.88% -
XYZ 38.4 25.94 18.6 -
YUV 137.68 114.08 190.28 -
System Red Green Blue C M Y K H S L
Decimal 225 98 113 0 0.56 0.50 0.12 352.91 0.68 0.63
Hex E1 62 71 0 38 32 C 161 44 3F
Octal 341 142 161 0 70 62 14 541 104 77
Binary 11100001 1100010 1110001 0 111000 110010 1100 101100001 1000100 111111

Color Harmonies of #E16271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16271

Black with #E16271

Text Example


Text Example

White with #E16271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16271; }

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

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

background-color css

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

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

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

border-color css

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

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

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