Shades of Froly #ED6572
Tints of Froly #ED6572
RGB
CMYK
RGB Variations
Color information
#ED6572 (or 0xED6572) is known color: Froly. HEX triplet: ED, 65 and 72. RGB value is (237,101,114). Sum of RGB (Red+Green+Blue) = 237+101+114=452 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.43% from 452); Green value is 101 (39.84% from 255 or 22.35% from 452); Blue value is 114 (44.92% from 255 or 25.22% from 452); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6572 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED6572 is #129A8D. Grayscale: #8F8F8F. Windows color (decimal): -1219214 or 7497197. OLE color: 7497197.
HSL color Cylindrical-coordinate representation of color #ED6572: hue angle of 354.26º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ED6572 is Cyan = 0, Magento = 0.57, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 101 | 114 | - |
| CMYK | 0 | 0.57 | 0.52 | 0.07 |
| HSL | 354.26º | 0.79% | 0.66% | - |
| HSV(B) | 354.26º | 0.57% | 0.93% | - |
| XYZ | 42.62 | 28.53 | 19.18 | - |
| YUV | 143.15 | 111.56 | 194.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 101 | 114 | 0 | 0.57 | 0.52 | 0.07 | 354.26 | 0.79 | 0.66 |
| Hex | ED | 65 | 72 | 0 | 39 | 34 | 7 | 162 | 4F | 42 |
| Octal | 355 | 145 | 162 | 0 | 71 | 64 | 7 | 542 | 117 | 102 |
| Binary | 11101101 | 1100101 | 1110010 | 0 | 111001 | 110100 | 111 | 101100010 | 1001111 | 1000010 |
Color Harmonies of #ED6572
Complementary color
Monochromatic Colors of #ED6572
Black with #ED6572
Text Example
Text Example
White with #ED6572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6572; }
p { color: rgb(237,101,114); }
H1.HeaderClassName
{
color: #ED6572;
}
.AnyTagClassName
{
color: #ED6572;
}
</style>
background-color css
<style>
a { background-color: #ED6572; }
a { background-color: rgb(237,101,114); }
div.DivClassName
{
background-color: #ED6572;
}
.BgClassName
{
background-color: #ED6572;
}
</style>
border-color css
<style>
span { border-color: #ED6572; }
span { border-color: rgb(237,101,114); }
td.TdClassName
{
border-color: #ED6572;
}
.TagClassName
{
border-color: #ED6572;
}
</style>