Shades of Froly #ED8082
Tints of Froly #ED8082
RGB
CMYK
RGB Variations
Color information
#ED8082 (or 0xED8082) is known color: Froly. HEX triplet: ED, 80 and 82. RGB value is (237,128,130). Sum of RGB (Red+Green+Blue) = 237+128+130=495 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.88% from 495); Green value is 128 (50.39% from 255 or 25.86% from 495); Blue value is 130 (51.17% from 255 or 26.26% from 495); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8082 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8082 is #127F7D. Grayscale: #A0A0A0. Windows color (decimal): -1212286 or 8552685. OLE color: 8552685.
HSL color Cylindrical-coordinate representation of color #ED8082: hue angle of 358.9º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ED8082 is Cyan = 0, Magento = 0.46, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 128 | 130 | - |
| CMYK | 0 | 0.46 | 0.45 | 0.07 |
| HSL | 358.9º | 0.75% | 0.72% | - |
| HSV(B) | 358.9º | 0.46% | 0.93% | - |
| XYZ | 46.67 | 35.05 | 25.43 | - |
| YUV | 160.82 | 110.61 | 182.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 128 | 130 | 0 | 0.46 | 0.45 | 0.07 | 358.9 | 0.75 | 0.72 |
| Hex | ED | 80 | 82 | 0 | 2E | 2D | 7 | 167 | 4B | 48 |
| Octal | 355 | 200 | 202 | 0 | 56 | 55 | 7 | 547 | 113 | 110 |
| Binary | 11101101 | 10000000 | 10000010 | 0 | 101110 | 101101 | 111 | 101100111 | 1001011 | 1001000 |
Color Harmonies of #ED8082
Complementary color
Monochromatic Colors of #ED8082
Black with #ED8082
Text Example
Text Example
White with #ED8082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8082; }
p { color: rgb(237,128,130); }
H1.HeaderClassName
{
color: #ED8082;
}
.AnyTagClassName
{
color: #ED8082;
}
</style>
background-color css
<style>
a { background-color: #ED8082; }
a { background-color: rgb(237,128,130); }
div.DivClassName
{
background-color: #ED8082;
}
.BgClassName
{
background-color: #ED8082;
}
</style>
border-color css
<style>
span { border-color: #ED8082; }
span { border-color: rgb(237,128,130); }
td.TdClassName
{
border-color: #ED8082;
}
.TagClassName
{
border-color: #ED8082;
}
</style>