#E37075

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

Shades of Froly #E37075

Tints of Froly #E37075

Color information

#E37075 (or 0xE37075) is unknown color: approx Froly. HEX triplet: E3, 70 and 75. RGB value is (227,112,117). Sum of RGB (Red+Green+Blue) = 227+112+117=456 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.78% from 456); Green value is 112 (44.14% from 255 or 24.56% from 456); Blue value is 117 (46.09% from 255 or 25.66% from 456); Max value from RGB is 227 - color contains mainly: red. Hex color #E37075 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E37075 is #1C8F8A. Grayscale: #939393. Windows color (decimal): -1871755 or 7696611. OLE color: 7696611.

HSL color Cylindrical-coordinate representation of color #E37075: hue angle of 357.39º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E37075 is Cyan = 0, Magento = 0.51, Yellow = 0.48 and Black (K on CMYK) = 0.11.

Color convert

RGB227112117-
CMYK00.510.480.11
HSL357.39º67.25%66.47%-
HSV(B)357.39º50.66%89.02%-
XYZ40.6829.220.32-
YUV146.95111.1185.09-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 49.78%
GREEN value IS 112 (44.14% from 255) = 24.56%
BLUE value IS 117 (46.09% from 255) = 25.66%
R=49.78%
G=24.56%
B=25.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.48
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22711211700.510.480.11357.3967.2566.47
HexE3707503330B1654342
Octal3431601650636013545103102
Binary11100011111000011101010110011110000101110110010110000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E37075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E37075; }

 p { color: rgb(227,112,117); }

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

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

 a { background-color: rgb(227,112,117); }

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

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

 span { border-color: rgb(227,112,117); }

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