Html Css Color HEX #E37F80 Froly

📋 copy color: '#E37F80'

red 227 ◦ green 127 ◦ blue 128

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

Shades of Froly #E37F80

Tints of Froly #E37F80

RGB

 RED value IS 227 (89.06% from 255) = 47.1%

 GREEN value IS 127 (50% from 255) = 26.35%

 BLUE value IS 128 (50.39% from 255) = 26.56%

R = 47.1%
G = 26.35%
B = 26.56%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.44

 K value IS 0.11

RGB Variations

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

Color information

#E37F80 (or 0xE37F80) is known color: Froly. HEX triplet: E3, 7F and 80. RGB value is (227,127,128). Sum of RGB (Red+Green+Blue) = 227+127+128=482 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.10% from 482); Green value is 127 (50% from 255 or 26.35% from 482); Blue value is 128 (50.39% from 255 or 26.56% from 482); Max value from RGB is 227 - color contains mainly: red. Hex color #E37F80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E37F80 is #1C807F. Grayscale: #9D9D9D. Windows color (decimal): -1867904 or 8421347. OLE color: 8421347.

HSL color Cylindrical-coordinate representation of color #E37F80: hue angle of 359.4º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E37F80 is Cyan = 0, Magento = 0.44, Yellow = 0.44 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 127 128 -
CMYK 0 0.44 0.44 0.11
HSL 359.4º 0.64% 0.69% -
HSV(B) 359.4º 0.44% 0.89% -
XYZ 43.16 33.07 24.53 -
YUV 157.01 111.63 177.92 -
System Red Green Blue C M Y K H S L
Decimal 227 127 128 0 0.44 0.44 0.11 359.4 0.64 0.69
Hex E3 7F 80 0 2C 2C B 167 40 45
Octal 343 177 200 0 54 54 13 547 100 105
Binary 11100011 1111111 10000000 0 101100 101100 1011 101100111 1000000 1000101

Color Harmonies of #E37F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E37F80

Black with #E37F80

Text Example


Text Example

White with #E37F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E37F80; }

 p { color: rgb(227,127,128); }

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

background-color css

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

 a { background-color: rgb(227,127,128); }

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

border-color css

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

 span { border-color: rgb(227,127,128); }

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