Shades of Froly #ED727A
Tints of Froly #ED727A
RGB
CMYK
RGB Variations
Color information
#ED727A (or 0xED727A) is known color: Froly. HEX triplet: ED, 72 and 7A. RGB value is (237,114,122). Sum of RGB (Red+Green+Blue) = 237+114+122=473 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.11% from 473); Green value is 114 (44.92% from 255 or 24.10% from 473); Blue value is 122 (48.05% from 255 or 25.79% from 473); Max value from RGB is 237 - color contains mainly: red. Hex color #ED727A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED727A is #128D85. Grayscale: #979797. Windows color (decimal): -1215878 or 8024813. OLE color: 8024813.
HSL color Cylindrical-coordinate representation of color #ED727A: hue angle of 356.1º 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 #ED727A is Cyan = 0, Magento = 0.52, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 114 | 122 | - |
| CMYK | 0 | 0.52 | 0.49 | 0.07 |
| HSL | 356.1º | 0.77% | 0.69% | - |
| HSV(B) | 356.1º | 0.52% | 0.93% | - |
| XYZ | 44.46 | 31.44 | 22.14 | - |
| YUV | 151.69 | 111.25 | 188.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 114 | 122 | 0 | 0.52 | 0.49 | 0.07 | 356.1 | 0.77 | 0.69 |
| Hex | ED | 72 | 7A | 0 | 34 | 31 | 7 | 164 | 4D | 45 |
| Octal | 355 | 162 | 172 | 0 | 64 | 61 | 7 | 544 | 115 | 105 |
| Binary | 11101101 | 1110010 | 1111010 | 0 | 110100 | 110001 | 111 | 101100100 | 1001101 | 1000101 |
Color Harmonies of #ED727A
Complementary color
Monochromatic Colors of #ED727A
Black with #ED727A
Text Example
Text Example
White with #ED727A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED727A; }
p { color: rgb(237,114,122); }
H1.HeaderClassName
{
color: #ED727A;
}
.AnyTagClassName
{
color: #ED727A;
}
</style>
background-color css
<style>
a { background-color: #ED727A; }
a { background-color: rgb(237,114,122); }
div.DivClassName
{
background-color: #ED727A;
}
.BgClassName
{
background-color: #ED727A;
}
</style>
border-color css
<style>
span { border-color: #ED727A; }
span { border-color: rgb(237,114,122); }
td.TdClassName
{
border-color: #ED727A;
}
.TagClassName
{
border-color: #ED727A;
}
</style>