#ED6070

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

Shades of Froly #ED6070

Tints of Froly #ED6070

Color information

#ED6070 (or 0xED6070) is unknown color: approx Froly. HEX triplet: ED, 60 and 70. RGB value is (237,96,112). Sum of RGB (Red+Green+Blue) = 237+96+112=445 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.26% from 445); Green value is 96 (37.89% from 255 or 21.57% from 445); Blue value is 112 (44.14% from 255 or 25.17% from 445); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6070 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED6070 is #129F8F. Grayscale: #8C8C8C. Windows color (decimal): -1220496 or 7364845. OLE color: 7364845.

HSL color Cylindrical-coordinate representation of color #ED6070: hue angle of 353.19º 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 #ED6070 is Cyan = 0, Magento = 0.59, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB23796112-
CMYK00.590.530.07
HSL353.19º79.66%65.29%-
HSV(B)353.19º59.49%92.94%-
XYZ42.0327.5418.43-
YUV139.98112.21197.2-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 53.26%
GREEN value IS 96 (37.89% from 255) = 21.57%
BLUE value IS 112 (44.14% from 255) = 25.17%
R=53.26%
G=21.57%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.53
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2379611200.590.530.07353.1979.6665.29
HexED607003B3571615041
Octal355140160073657541120101
Binary1110110111000001110000011101111010111110110000110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED6070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED6070; }

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

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

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

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

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

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

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

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