Html Css Color HEX #E16571 Froly

📋 copy color: '#E16571'

red 225 ◦ green 101 ◦ blue 113

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

Shades of Froly #E16571

Tints of Froly #E16571

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.01%

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

R = 51.25%
G = 23.01%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E16571 (or 0xE16571) is known color: Froly. HEX triplet: E1, 65 and 71. RGB value is (225,101,113). Sum of RGB (Red+Green+Blue) = 225+101+113=439 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.25% from 439); Green value is 101 (39.84% from 255 or 23.01% from 439); Blue value is 113 (44.53% from 255 or 25.74% from 439); Max value from RGB is 225 - color contains mainly: red. Hex color #E16571 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16571 is #1E9A8E. Grayscale: #8B8B8B. Windows color (decimal): -2005647 or 7431649. OLE color: 7431649.

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

Color convert

RGB 225 101 113 -
CMYK 0 0.55 0.50 0.12
HSL 354.19º 0.67% 0.64% -
HSV(B) 354.19º 0.55% 0.88% -
XYZ 38.69 26.51 18.7 -
YUV 139.44 113.08 189.02 -
System Red Green Blue C M Y K H S L
Decimal 225 101 113 0 0.55 0.50 0.12 354.19 0.67 0.64
Hex E1 65 71 0 37 32 C 162 43 40
Octal 341 145 161 0 67 62 14 542 103 100
Binary 11100001 1100101 1110001 0 110111 110010 1100 101100010 1000011 1000000

Color Harmonies of #E16571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16571

Black with #E16571

Text Example


Text Example

White with #E16571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16571; }

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

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

background-color css

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

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

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

border-color css

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

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

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