Html Css Color HEX #E36072 Froly

📋 copy color: '#E36072'

red 227 ◦ green 96 ◦ blue 114

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

Shades of Froly #E36072

Tints of Froly #E36072

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.97%

 BLUE value IS 114 (44.92% from 255) = 26.09%

R = 51.95%
G = 21.97%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#E36072 (or 0xE36072) is known color: Froly. HEX triplet: E3, 60 and 72. RGB value is (227,96,114). Sum of RGB (Red+Green+Blue) = 227+96+114=437 (57% of max value = 765). Red value is 227 (89.06% from 255 or 51.95% from 437); Green value is 96 (37.89% from 255 or 21.97% from 437); Blue value is 114 (44.92% from 255 or 26.09% from 437); Max value from RGB is 227 - color contains mainly: red. Hex color #E36072 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E36072 is #1C9F8D. Grayscale: #898989. Windows color (decimal): -1875854 or 7495907. OLE color: 7495907.

HSL color Cylindrical-coordinate representation of color #E36072: hue angle of 351.76º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E36072 is Cyan = 0, Magento = 0.58, Yellow = 0.50 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 96 114 -
CMYK 0 0.58 0.50 0.11
HSL 351.76º 0.7% 0.63% -
HSV(B) 351.76º 0.58% 0.89% -
XYZ 38.9 25.91 18.87 -
YUV 137.22 114.9 192.04 -
System Red Green Blue C M Y K H S L
Decimal 227 96 114 0 0.58 0.50 0.11 351.76 0.7 0.63
Hex E3 60 72 0 3A 32 B 160 46 3F
Octal 343 140 162 0 72 62 13 540 106 77
Binary 11100011 1100000 1110010 0 111010 110010 1011 101100000 1000110 111111

Color Harmonies of #E36072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E36072

Black with #E36072

Text Example


Text Example

White with #E36072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E36072; }

 p { color: rgb(227,96,114); }

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

background-color css

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

 a { background-color: rgb(227,96,114); }

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

border-color css

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

 span { border-color: rgb(227,96,114); }

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