Html Css Color HEX #E16371 Froly

📋 copy color: '#E16371'

red 225 ◦ green 99 ◦ blue 113

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

Shades of Froly #E16371

Tints of Froly #E16371

RGB

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

 GREEN value IS 99 (39.06% from 255) = 22.65%

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

R = 51.49%
G = 22.65%
B = 25.86%

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

#E16371 (or 0xE16371) is known color: Froly. HEX triplet: E1, 63 and 71. RGB value is (225,99,113). Sum of RGB (Red+Green+Blue) = 225+99+113=437 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.49% from 437); Green value is 99 (39.06% from 255 or 22.65% from 437); Blue value is 113 (44.53% from 255 or 25.86% from 437); Max value from RGB is 225 - color contains mainly: red. Hex color #E16371 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16371 is #1E9C8E. Grayscale: #8A8A8A. Windows color (decimal): -2006159 or 7431137. OLE color: 7431137.

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

Color convert

RGB 225 99 113 -
CMYK 0 0.56 0.50 0.12
HSL 353.33º 0.68% 0.64% -
HSV(B) 353.33º 0.56% 0.88% -
XYZ 38.49 26.12 18.64 -
YUV 138.27 113.74 189.86 -
System Red Green Blue C M Y K H S L
Decimal 225 99 113 0 0.56 0.50 0.12 353.33 0.68 0.64
Hex E1 63 71 0 38 32 C 161 44 40
Octal 341 143 161 0 70 62 14 541 104 100
Binary 11100001 1100011 1110001 0 111000 110010 1100 101100001 1000100 1000000

Color Harmonies of #E16371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16371

Black with #E16371

Text Example


Text Example

White with #E16371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16371; }

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

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

background-color css

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

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

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

border-color css

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

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

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