Shades of Froly #ED7180
Tints of Froly #ED7180
RGB
CMYK
RGB Variations
Color information
#ED7180 (or 0xED7180) is known color: Froly. HEX triplet: ED, 71 and 80. RGB value is (237,113,128). Sum of RGB (Red+Green+Blue) = 237+113+128=478 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.58% from 478); Green value is 113 (44.53% from 255 or 23.64% from 478); Blue value is 128 (50.39% from 255 or 26.78% from 478); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7180 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7180 is #128E7F. Grayscale: #979797. Windows color (decimal): -1216128 or 8417773. OLE color: 8417773.
HSL color Cylindrical-coordinate representation of color #ED7180: hue angle of 352.74º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ED7180 is Cyan = 0, Magento = 0.52, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 113 | 128 | - |
| CMYK | 0 | 0.52 | 0.46 | 0.07 |
| HSL | 352.74º | 0.78% | 0.69% | - |
| HSV(B) | 352.74º | 0.52% | 0.93% | - |
| XYZ | 44.73 | 31.37 | 24.12 | - |
| YUV | 151.79 | 114.58 | 188.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 113 | 128 | 0 | 0.52 | 0.46 | 0.07 | 352.74 | 0.78 | 0.69 |
| Hex | ED | 71 | 80 | 0 | 34 | 2E | 7 | 161 | 4E | 45 |
| Octal | 355 | 161 | 200 | 0 | 64 | 56 | 7 | 541 | 116 | 105 |
| Binary | 11101101 | 1110001 | 10000000 | 0 | 110100 | 101110 | 111 | 101100001 | 1001110 | 1000101 |
Color Harmonies of #ED7180
Complementary color
Monochromatic Colors of #ED7180
Black with #ED7180
Text Example
Text Example
White with #ED7180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7180; }
p { color: rgb(237,113,128); }
H1.HeaderClassName
{
color: #ED7180;
}
.AnyTagClassName
{
color: #ED7180;
}
</style>
background-color css
<style>
a { background-color: #ED7180; }
a { background-color: rgb(237,113,128); }
div.DivClassName
{
background-color: #ED7180;
}
.BgClassName
{
background-color: #ED7180;
}
</style>
border-color css
<style>
span { border-color: #ED7180; }
span { border-color: rgb(237,113,128); }
td.TdClassName
{
border-color: #ED7180;
}
.TagClassName
{
border-color: #ED7180;
}
</style>