#E37B80

Color #E37B80 Froly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Froly #E37B80

Tints of Froly #E37B80

Color information

#E37B80 (or 0xE37B80) is unknown color: approx Froly. HEX triplet: E3, 7B and 80. RGB value is (227,123,128). Sum of RGB (Red+Green+Blue) = 227+123+128=478 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.49% from 478); Green value is 123 (48.44% from 255 or 25.73% from 478); Blue value is 128 (50.39% from 255 or 26.78% from 478); Max value from RGB is 227 - color contains mainly: red. Hex color #E37B80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E37B80 is #1C847F. Grayscale: #9A9A9A. Windows color (decimal): -1868928 or 8420323. OLE color: 8420323.

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

Color convert

RGB227123128-
CMYK00.460.440.11
HSL357.12º65%68.63%-
HSV(B)357.12º45.81%89.02%-
XYZ42.6632.0624.36-
YUV154.67112.96179.59-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 47.49%
GREEN value IS 123 (48.44% from 255) = 25.73%
BLUE value IS 128 (50.39% from 255) = 26.78%
R=47.49%
G=25.73%
B=26.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.44
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22712312800.460.440.11357.126568.63
HexE37B8002E2CB1654145
Octal3431732000565413545101105
Binary111000111111011100000000101110101100101110110010110000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E37B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E37B80; }

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

 H1.HeaderClassName
 {
   color: #E37B80;
 }
 .AnyTagClassName
 {
   color: #E37B80;
 }
</style>
background-color css

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

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

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

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

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

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