Shades of Froly #ED6375
Tints of Froly #ED6375
RGB
CMYK
RGB Variations
Color information
#ED6375 (or 0xED6375) is known color: Froly. HEX triplet: ED, 63 and 75. RGB value is (237,99,117). Sum of RGB (Red+Green+Blue) = 237+99+117=453 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.32% from 453); Green value is 99 (39.06% from 255 or 21.85% from 453); Blue value is 117 (46.09% from 255 or 25.83% from 453); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6375 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED6375 is #129C8A. Grayscale: #8E8E8E. Windows color (decimal): -1219723 or 7693293. OLE color: 7693293.
HSL color Cylindrical-coordinate representation of color #ED6375: hue angle of 352.17º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ED6375 is Cyan = 0, Magento = 0.58, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 99 | 117 | - |
| CMYK | 0 | 0.58 | 0.51 | 0.07 |
| HSL | 352.17º | 0.79% | 0.66% | - |
| HSV(B) | 352.17º | 0.58% | 0.93% | - |
| XYZ | 42.6 | 28.21 | 20.03 | - |
| YUV | 142.31 | 113.72 | 195.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 99 | 117 | 0 | 0.58 | 0.51 | 0.07 | 352.17 | 0.79 | 0.66 |
| Hex | ED | 63 | 75 | 0 | 3A | 33 | 7 | 160 | 4F | 42 |
| Octal | 355 | 143 | 165 | 0 | 72 | 63 | 7 | 540 | 117 | 102 |
| Binary | 11101101 | 1100011 | 1110101 | 0 | 111010 | 110011 | 111 | 101100000 | 1001111 | 1000010 |
Color Harmonies of #ED6375
Complementary color
Monochromatic Colors of #ED6375
Black with #ED6375
Text Example
Text Example
White with #ED6375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6375; }
p { color: rgb(237,99,117); }
H1.HeaderClassName
{
color: #ED6375;
}
.AnyTagClassName
{
color: #ED6375;
}
</style>
background-color css
<style>
a { background-color: #ED6375; }
a { background-color: rgb(237,99,117); }
div.DivClassName
{
background-color: #ED6375;
}
.BgClassName
{
background-color: #ED6375;
}
</style>
border-color css
<style>
span { border-color: #ED6375; }
span { border-color: rgb(237,99,117); }
td.TdClassName
{
border-color: #ED6375;
}
.TagClassName
{
border-color: #ED6375;
}
</style>