#ED7075

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

Shades of Froly #ED7075

Tints of Froly #ED7075

Color information

#ED7075 (or 0xED7075) is unknown color: approx Froly. HEX triplet: ED, 70 and 75. RGB value is (237,112,117). Sum of RGB (Red+Green+Blue) = 237+112+117=466 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.86% from 466); Green value is 112 (44.14% from 255 or 24.03% from 466); Blue value is 117 (46.09% from 255 or 25.11% from 466); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7075 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7075 is #128F8A. Grayscale: #969696. Windows color (decimal): -1216395 or 7696621. OLE color: 7696621.

HSL color Cylindrical-coordinate representation of color #ED7075: hue angle of 357.6º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ED7075 is Cyan = 0, Magento = 0.53, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB237112117-
CMYK00.530.510.07
HSL357.6º77.64%68.43%-
HSV(B)357.6º52.74%92.94%-
XYZ43.9330.8820.47-
YUV149.94109.41190.09-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 50.86%
GREEN value IS 112 (44.14% from 255) = 24.03%
BLUE value IS 117 (46.09% from 255) = 25.11%
R=50.86%
G=24.03%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.51
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23711211700.530.510.07357.677.6468.43
HexED70750353371664e44
Octal355160165065637546116104
Binary1110110111100001110101011010111001111110110011010011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7075; }

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

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

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

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

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

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

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

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