Html Css Color HEX #E36071 Froly

📋 copy color: '#E36071'

red 227 ◦ green 96 ◦ blue 113

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

Shades of Froly #E36071

Tints of Froly #E36071

RGB

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

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

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

R = 52.06%
G = 22.02%
B = 25.92%

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

#E36071 (or 0xE36071) is known color: Froly. HEX triplet: E3, 60 and 71. RGB value is (227,96,113). Sum of RGB (Red+Green+Blue) = 227+96+113=436 (57% of max value = 765). Red value is 227 (89.06% from 255 or 52.06% from 436); Green value is 96 (37.89% from 255 or 22.02% from 436); Blue value is 113 (44.53% from 255 or 25.92% from 436); Max value from RGB is 227 - color contains mainly: red. Hex color #E36071 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E36071 is #1C9F8E. Grayscale: #898989. Windows color (decimal): -1875855 or 7430371. OLE color: 7430371.

HSL color Cylindrical-coordinate representation of color #E36071: hue angle of 352.21º 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 #E36071 is Cyan = 0, Magento = 0.58, Yellow = 0.50 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 96 113 -
CMYK 0 0.58 0.50 0.11
HSL 352.21º 0.7% 0.63% -
HSV(B) 352.21º 0.58% 0.89% -
XYZ 38.84 25.89 18.57 -
YUV 137.11 114.4 192.12 -
System Red Green Blue C M Y K H S L
Decimal 227 96 113 0 0.58 0.50 0.11 352.21 0.7 0.63
Hex E3 60 71 0 3A 32 B 160 46 3F
Octal 343 140 161 0 72 62 13 540 106 77
Binary 11100011 1100000 1110001 0 111010 110010 1011 101100000 1000110 111111

Color Harmonies of #E36071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E36071

Black with #E36071

Text Example


Text Example

White with #E36071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E36071; }

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

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

background-color css

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

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

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

border-color css

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

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

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