Html Css Color HEX #E37C80 Froly

📋 copy color: '#E37C80'

red 227 ◦ green 124 ◦ blue 128

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

Shades of Froly #E37C80

Tints of Froly #E37C80

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.89%

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

R = 47.39%
G = 25.89%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.44

 K value IS 0.11

RGB Variations

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

Color information

#E37C80 (or 0xE37C80) is known color: Froly. HEX triplet: E3, 7C and 80. RGB value is (227,124,128). Sum of RGB (Red+Green+Blue) = 227+124+128=479 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.39% from 479); Green value is 124 (48.83% from 255 or 25.89% from 479); Blue value is 128 (50.39% from 255 or 26.72% from 479); Max value from RGB is 227 - color contains mainly: red. Hex color #E37C80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E37C80 is #1C837F. Grayscale: #9B9B9B. Windows color (decimal): -1868672 or 8420579. OLE color: 8420579.

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

Color convert

RGB 227 124 128 -
CMYK 0 0.45 0.44 0.11
HSL 357.67º 0.65% 0.69% -
HSV(B) 357.67º 0.45% 0.89% -
XYZ 42.78 32.3 24.4 -
YUV 155.25 112.62 179.17 -
System Red Green Blue C M Y K H S L
Decimal 227 124 128 0 0.45 0.44 0.11 357.67 0.65 0.69
Hex E3 7C 80 0 2D 2C B 166 41 45
Octal 343 174 200 0 55 54 13 546 101 105
Binary 11100011 1111100 10000000 0 101101 101100 1011 101100110 1000001 1000101

Color Harmonies of #E37C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E37C80

Black with #E37C80

Text Example


Text Example

White with #E37C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E37C80; }

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

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

background-color css

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

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

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

border-color css

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

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

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