Shades of Froly #ED7380
Tints of Froly #ED7380
RGB
CMYK
RGB Variations
Color information
#ED7380 (or 0xED7380) is known color: Froly. HEX triplet: ED, 73 and 80. RGB value is (237,115,128). Sum of RGB (Red+Green+Blue) = 237+115+128=480 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.38% from 480); Green value is 115 (45.31% from 255 or 23.96% from 480); Blue value is 128 (50.39% from 255 or 26.67% from 480); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7380 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7380 is #128C7F. Grayscale: #999999. Windows color (decimal): -1215616 or 8418285. OLE color: 8418285.
HSL color Cylindrical-coordinate representation of color #ED7380: hue angle of 353.61º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ED7380 is Cyan = 0, Magento = 0.51, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 115 | 128 | - |
| CMYK | 0 | 0.51 | 0.46 | 0.07 |
| HSL | 353.61º | 0.77% | 0.69% | - |
| HSV(B) | 353.61º | 0.51% | 0.93% | - |
| XYZ | 44.95 | 31.82 | 24.2 | - |
| YUV | 152.96 | 113.92 | 187.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 115 | 128 | 0 | 0.51 | 0.46 | 0.07 | 353.61 | 0.77 | 0.69 |
| Hex | ED | 73 | 80 | 0 | 33 | 2E | 7 | 162 | 4D | 45 |
| Octal | 355 | 163 | 200 | 0 | 63 | 56 | 7 | 542 | 115 | 105 |
| Binary | 11101101 | 1110011 | 10000000 | 0 | 110011 | 101110 | 111 | 101100010 | 1001101 | 1000101 |
Color Harmonies of #ED7380
Complementary color
Monochromatic Colors of #ED7380
Black with #ED7380
Text Example
Text Example
White with #ED7380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7380; }
p { color: rgb(237,115,128); }
H1.HeaderClassName
{
color: #ED7380;
}
.AnyTagClassName
{
color: #ED7380;
}
</style>
background-color css
<style>
a { background-color: #ED7380; }
a { background-color: rgb(237,115,128); }
div.DivClassName
{
background-color: #ED7380;
}
.BgClassName
{
background-color: #ED7380;
}
</style>
border-color css
<style>
span { border-color: #ED7380; }
span { border-color: rgb(237,115,128); }
td.TdClassName
{
border-color: #ED7380;
}
.TagClassName
{
border-color: #ED7380;
}
</style>