#E75C60

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

Shades of Froly #E75C60

Tints of Froly #E75C60

Color information

#E75C60 (or 0xE75C60) is unknown color: approx Froly. HEX triplet: E7, 5C and 60. RGB value is (231,92,96). Sum of RGB (Red+Green+Blue) = 231+92+96=419 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55.13% from 419); Green value is 92 (36.33% from 255 or 21.96% from 419); Blue value is 96 (37.89% from 255 or 22.91% from 419); Max value from RGB is 231 - color contains mainly: red. Hex color #E75C60 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E75C60 is #18A39F. Grayscale: #868686. Windows color (decimal): -1614752 or 6315239. OLE color: 6315239.

HSL color Cylindrical-coordinate representation of color #E75C60: hue angle of 358.27º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E75C60 is Cyan = 0, Magento = 0.60, Yellow = 0.58 and Black (K on CMYK) = 0.09.

Color convert

RGB2319296-
CMYK00.600.580.09
HSL358.27º74.33%63.33%-
HSV(B)358.27º60.17%90.59%-
XYZ38.8925.4913.94-
YUV134.02106.55197.17-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 55.13%
GREEN value IS 92 (36.33% from 255) = 21.96%
BLUE value IS 96 (37.89% from 255) = 22.91%
R=55.13%
G=21.96%
B=22.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.58
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal231929600.600.580.09358.2774.3363.33
HexE75C6003C3A91664a3f
Octal347134140074721154611277
Binary1110011110111001100000011110011101010011011001101001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E75C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E75C60; }

 p { color: rgb(231,92,96); }

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

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

 a { background-color: rgb(231,92,96); }

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

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

 span { border-color: rgb(231,92,96); }

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