#E75965

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

Shades of Froly #E75965

Tints of Froly #E75965

Color information

#E75965 (or 0xE75965) is unknown color: approx Froly. HEX triplet: E7, 59 and 65. RGB value is (231,89,101). Sum of RGB (Red+Green+Blue) = 231+89+101=421 (55% of max value = 765). Red value is 231 (90.62% from 255 or 54.87% from 421); Green value is 89 (35.16% from 255 or 21.14% from 421); Blue value is 101 (39.84% from 255 or 23.99% from 421); Max value from RGB is 231 - color contains mainly: red. Hex color #E75965 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E75965 is #18A69A. Grayscale: #848484. Windows color (decimal): -1615515 or 6642151. OLE color: 6642151.

HSL color Cylindrical-coordinate representation of color #E75965: hue angle of 354.93º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E75965 is Cyan = 0, Magento = 0.61, Yellow = 0.56 and Black (K on CMYK) = 0.09.

Color convert

RGB23189101-
CMYK00.610.560.09
HSL354.93º74.74%62.75%-
HSV(B)354.93º61.47%90.59%-
XYZ38.8825.0715.1-
YUV132.83110.04198.02-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 54.87%
GREEN value IS 89 (35.16% from 255) = 21.14%
BLUE value IS 101 (39.84% from 255) = 23.99%
R=54.87%
G=21.14%
B=23.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.56
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2318910100.610.560.09354.9374.7462.75
HexE7596503D3891634b3f
Octal347131145075701154311377
Binary1110011110110011100101011110111100010011011000111001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E75965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E75965; }

 p { color: rgb(231,89,101); }

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

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

 a { background-color: rgb(231,89,101); }

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

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

 span { border-color: rgb(231,89,101); }

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