Shades of Froly #ED6471
Tints of Froly #ED6471
RGB
CMYK
RGB Variations
Color information
#ED6471 (or 0xED6471) is known color: Froly. HEX triplet: ED, 64 and 71. RGB value is (237,100,113). Sum of RGB (Red+Green+Blue) = 237+100+113=450 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.67% from 450); Green value is 100 (39.45% from 255 or 22.22% from 450); Blue value is 113 (44.53% from 255 or 25.11% from 450); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6471 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED6471 is #129B8E. Grayscale: #8E8E8E. Windows color (decimal): -1219471 or 7431405. OLE color: 7431405.
HSL color Cylindrical-coordinate representation of color #ED6471: hue angle of 354.31º 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 #ED6471 is Cyan = 0, Magento = 0.58, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 100 | 113 | - |
| CMYK | 0 | 0.58 | 0.52 | 0.07 |
| HSL | 354.31º | 0.79% | 0.66% | - |
| HSV(B) | 354.31º | 0.58% | 0.93% | - |
| XYZ | 42.46 | 28.31 | 18.85 | - |
| YUV | 142.45 | 111.39 | 195.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 100 | 113 | 0 | 0.58 | 0.52 | 0.07 | 354.31 | 0.79 | 0.66 |
| Hex | ED | 64 | 71 | 0 | 3A | 34 | 7 | 162 | 4F | 42 |
| Octal | 355 | 144 | 161 | 0 | 72 | 64 | 7 | 542 | 117 | 102 |
| Binary | 11101101 | 1100100 | 1110001 | 0 | 111010 | 110100 | 111 | 101100010 | 1001111 | 1000010 |
Color Harmonies of #ED6471
Complementary color
Monochromatic Colors of #ED6471
Black with #ED6471
Text Example
Text Example
White with #ED6471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6471; }
p { color: rgb(237,100,113); }
H1.HeaderClassName
{
color: #ED6471;
}
.AnyTagClassName
{
color: #ED6471;
}
</style>
background-color css
<style>
a { background-color: #ED6471; }
a { background-color: rgb(237,100,113); }
div.DivClassName
{
background-color: #ED6471;
}
.BgClassName
{
background-color: #ED6471;
}
</style>
border-color css
<style>
span { border-color: #ED6471; }
span { border-color: rgb(237,100,113); }
td.TdClassName
{
border-color: #ED6471;
}
.TagClassName
{
border-color: #ED6471;
}
</style>