Html Css Color HEX #E36077 Froly

📋 copy color: '#E36077'

red 227 ◦ green 96 ◦ blue 119

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

Shades of Froly #E36077

Tints of Froly #E36077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 26.92%

R = 51.36%
G = 21.72%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.48

 K value IS 0.11

RGB Variations

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

Color information

#E36077 (or 0xE36077) is known color: Froly. HEX triplet: E3, 60 and 77. RGB value is (227,96,119). Sum of RGB (Red+Green+Blue) = 227+96+119=442 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.36% from 442); Green value is 96 (37.89% from 255 or 21.72% from 442); Blue value is 119 (46.88% from 255 or 26.92% from 442); Max value from RGB is 227 - color contains mainly: red. Hex color #E36077 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E36077 is #1C9F88. Grayscale: #898989. Windows color (decimal): -1875849 or 7823587. OLE color: 7823587.

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

Color convert

RGB 227 96 119 -
CMYK 0 0.58 0.48 0.11
HSL 349.47º 0.7% 0.63% -
HSV(B) 349.47º 0.58% 0.89% -
XYZ 39.19 26.03 20.41 -
YUV 137.79 117.4 191.63 -
System Red Green Blue C M Y K H S L
Decimal 227 96 119 0 0.58 0.48 0.11 349.47 0.7 0.63
Hex E3 60 77 0 3A 30 B 15D 46 3F
Octal 343 140 167 0 72 60 13 535 106 77
Binary 11100011 1100000 1110111 0 111010 110000 1011 101011101 1000110 111111

Color Harmonies of #E36077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E36077

Black with #E36077

Text Example


Text Example

White with #E36077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E36077; }

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

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

background-color css

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

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

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

border-color css

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

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

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