#E07375

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

Shades of Froly #E07375

Tints of Froly #E07375

Color information

#E07375 (or 0xE07375) is unknown color: approx Froly. HEX triplet: E0, 73 and 75. RGB value is (224,115,117). Sum of RGB (Red+Green+Blue) = 224+115+117=456 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.12% from 456); Green value is 115 (45.31% from 255 or 25.22% from 456); Blue value is 117 (46.09% from 255 or 25.66% from 456); Max value from RGB is 224 - color contains mainly: red. Hex color #E07375 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07375 is #1F8C8A. Grayscale: #939393. Windows color (decimal): -2067595 or 7697376. OLE color: 7697376.

HSL color Cylindrical-coordinate representation of color #E07375: hue angle of 358.9º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E07375 is Cyan = 0, Magento = 0.49, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB224115117-
CMYK00.490.480.12
HSL358.9º63.74%66.47%-
HSV(B)358.9º48.66%87.84%-
XYZ40.0829.3920.39-
YUV147.82110.61182.34-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 49.12%
GREEN value IS 115 (45.31% from 255) = 25.22%
BLUE value IS 117 (46.09% from 255) = 25.66%
R=49.12%
G=25.22%
B=25.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.48
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22411511700.490.480.12358.963.7466.47
HexE0737503130C1674042
Octal3401631650616014547100102
Binary11100000111001111101010110001110000110010110011110000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07375; }

 p { color: rgb(224,115,117); }

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

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

 a { background-color: rgb(224,115,117); }

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

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

 span { border-color: rgb(224,115,117); }

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