Html Css Color HEX #E36F70 Froly

📋 copy color: '#E36F70'

red 227 ◦ green 111 ◦ blue 112

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

Shades of Froly #E36F70

Tints of Froly #E36F70

RGB

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

 GREEN value IS 111 (43.75% from 255) = 24.67%

 BLUE value IS 112 (44.14% from 255) = 24.89%

R = 50.44%
G = 24.67%
B = 24.89%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.51

 K value IS 0.11

RGB Variations

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

Color information

#E36F70 (or 0xE36F70) is known color: Froly. HEX triplet: E3, 6F and 70. RGB value is (227,111,112). Sum of RGB (Red+Green+Blue) = 227+111+112=450 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.44% from 450); Green value is 111 (43.75% from 255 or 24.67% from 450); Blue value is 112 (44.14% from 255 or 24.89% from 450); Max value from RGB is 227 - color contains mainly: red. Hex color #E36F70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E36F70 is #1C908F. Grayscale: #919191. Windows color (decimal): -1872016 or 7368675. OLE color: 7368675.

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

Color convert

RGB 227 111 112 -
CMYK 0 0.51 0.51 0.11
HSL 359.48º 0.67% 0.66% -
HSV(B) 359.48º 0.51% 0.89% -
XYZ 40.29 28.87 18.78 -
YUV 145.8 108.93 185.92 -
System Red Green Blue C M Y K H S L
Decimal 227 111 112 0 0.51 0.51 0.11 359.48 0.67 0.66
Hex E3 6F 70 0 33 33 B 167 43 42
Octal 343 157 160 0 63 63 13 547 103 102
Binary 11100011 1101111 1110000 0 110011 110011 1011 101100111 1000011 1000010

Color Harmonies of #E36F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E36F70

Black with #E36F70

Text Example


Text Example

White with #E36F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E36F70; }

 p { color: rgb(227,111,112); }

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

background-color css

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

 a { background-color: rgb(227,111,112); }

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

border-color css

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

 span { border-color: rgb(227,111,112); }

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