Shades of Froly #ED626B
Tints of Froly #ED626B
RGB
CMYK
RGB Variations
Color information
#ED626B (or 0xED626B) is known color: Froly. HEX triplet: ED, 62 and 6B. RGB value is (237,98,107). Sum of RGB (Red+Green+Blue) = 237+98+107=442 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.62% from 442); Green value is 98 (38.67% from 255 or 22.17% from 442); Blue value is 107 (42.19% from 255 or 24.21% from 442); Max value from RGB is 237 - color contains mainly: red. Hex color #ED626B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED626B is #129D94. Grayscale: #8C8C8C. Windows color (decimal): -1219989 or 7037677. OLE color: 7037677.
HSL color Cylindrical-coordinate representation of color #ED626B: hue angle of 356.12º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ED626B is Cyan = 0, Magento = 0.59, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 98 | 107 | - |
| CMYK | 0 | 0.59 | 0.55 | 0.07 |
| HSL | 356.12º | 0.79% | 0.66% | - |
| HSV(B) | 356.12º | 0.59% | 0.93% | - |
| XYZ | 41.95 | 27.8 | 17.07 | - |
| YUV | 140.59 | 109.05 | 196.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 98 | 107 | 0 | 0.59 | 0.55 | 0.07 | 356.12 | 0.79 | 0.66 |
| Hex | ED | 62 | 6B | 0 | 3B | 37 | 7 | 164 | 4F | 42 |
| Octal | 355 | 142 | 153 | 0 | 73 | 67 | 7 | 544 | 117 | 102 |
| Binary | 11101101 | 1100010 | 1101011 | 0 | 111011 | 110111 | 111 | 101100100 | 1001111 | 1000010 |
Color Harmonies of #ED626B
Complementary color
Monochromatic Colors of #ED626B
Black with #ED626B
Text Example
Text Example
White with #ED626B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED626B; }
p { color: rgb(237,98,107); }
H1.HeaderClassName
{
color: #ED626B;
}
.AnyTagClassName
{
color: #ED626B;
}
</style>
background-color css
<style>
a { background-color: #ED626B; }
a { background-color: rgb(237,98,107); }
div.DivClassName
{
background-color: #ED626B;
}
.BgClassName
{
background-color: #ED626B;
}
</style>
border-color css
<style>
span { border-color: #ED626B; }
span { border-color: rgb(237,98,107); }
td.TdClassName
{
border-color: #ED626B;
}
.TagClassName
{
border-color: #ED626B;
}
</style>