#ED6065

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

Shades of Froly #ED6065

Tints of Froly #ED6065

Color information

#ED6065 (or 0xED6065) is unknown color: approx Froly. HEX triplet: ED, 60 and 65. RGB value is (237,96,101). Sum of RGB (Red+Green+Blue) = 237+96+101=434 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.61% from 434); Green value is 96 (37.89% from 255 or 22.12% from 434); Blue value is 101 (39.84% from 255 or 23.27% from 434); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6065 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED6065 is #129F9A. Grayscale: #8A8A8A. Windows color (decimal): -1220507 or 6643949. OLE color: 6643949.

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

Color convert

RGB23796101-
CMYK00.590.570.07
HSL357.87º79.66%65.29%-
HSV(B)357.87º59.49%92.94%-
XYZ41.4627.3115.4-
YUV138.73106.71198.09-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 54.61%
GREEN value IS 96 (37.89% from 255) = 22.12%
BLUE value IS 101 (39.84% from 255) = 23.27%
R=54.61%
G=22.12%
B=23.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.57
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2379610100.590.570.07357.8779.6665.29
HexED606503B3971665041
Octal355140145073717546120101
Binary1110110111000001100101011101111100111110110011010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED6065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED6065; }

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

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

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

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

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

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

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

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