#ED6365

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

Shades of Froly #ED6365

Tints of Froly #ED6365

Color information

#ED6365 (or 0xED6365) is unknown color: approx Froly. HEX triplet: ED, 63 and 65. RGB value is (237,99,101). Sum of RGB (Red+Green+Blue) = 237+99+101=437 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.23% from 437); Green value is 99 (39.06% from 255 or 22.65% from 437); Blue value is 101 (39.84% from 255 or 23.11% from 437); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6365 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED6365 is #129C9A. Grayscale: #8C8C8C. Windows color (decimal): -1219739 or 6644717. OLE color: 6644717.

HSL color Cylindrical-coordinate representation of color #ED6365: hue angle of 359.13º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ED6365 is Cyan = 0, Magento = 0.58, Yellow = 0.57 and Black (K on CMYK) = 0.07.

Color convert

RGB23799101-
CMYK00.580.570.07
HSL359.13º79.31%65.88%-
HSV(B)359.13º58.23%92.94%-
XYZ41.7427.8715.49-
YUV140.49105.72196.84-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 54.23%
GREEN value IS 99 (39.06% from 255) = 22.65%
BLUE value IS 101 (39.84% from 255) = 23.11%
R=54.23%
G=22.65%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.57
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2379910100.580.570.07359.1379.3165.88
HexED636503A3971674f42
Octal355143145072717547117102
Binary1110110111000111100101011101011100111110110011110011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED6365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED6365; }

 p { color: rgb(237,99,101); }

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

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

 a { background-color: rgb(237,99,101); }

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

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

 span { border-color: rgb(237,99,101); }

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