Shades of Froly #ED6467
Tints of Froly #ED6467
RGB
CMYK
RGB Variations
Color information
#ED6467 (or 0xED6467) is known color: Froly. HEX triplet: ED, 64 and 67. RGB value is (237,100,103). Sum of RGB (Red+Green+Blue) = 237+100+103=440 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.86% from 440); Green value is 100 (39.45% from 255 or 22.73% from 440); Blue value is 103 (40.62% from 255 or 23.41% from 440); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6467 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED6467 is #129B98. Grayscale: #8D8D8D. Windows color (decimal): -1219481 or 6776045. OLE color: 6776045.
HSL color Cylindrical-coordinate representation of color #ED6467: hue angle of 358.69º 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 #ED6467 is Cyan = 0, Magento = 0.58, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 100 | 103 | - |
| CMYK | 0 | 0.58 | 0.57 | 0.07 |
| HSL | 358.69º | 0.79% | 0.66% | - |
| HSV(B) | 358.69º | 0.58% | 0.93% | - |
| XYZ | 41.93 | 28.1 | 16.05 | - |
| YUV | 141.31 | 106.39 | 196.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 100 | 103 | 0 | 0.58 | 0.57 | 0.07 | 358.69 | 0.79 | 0.66 |
| Hex | ED | 64 | 67 | 0 | 3A | 39 | 7 | 167 | 4F | 42 |
| Octal | 355 | 144 | 147 | 0 | 72 | 71 | 7 | 547 | 117 | 102 |
| Binary | 11101101 | 1100100 | 1100111 | 0 | 111010 | 111001 | 111 | 101100111 | 1001111 | 1000010 |
Color Harmonies of #ED6467
Complementary color
Monochromatic Colors of #ED6467
Black with #ED6467
Text Example
Text Example
White with #ED6467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6467; }
p { color: rgb(237,100,103); }
H1.HeaderClassName
{
color: #ED6467;
}
.AnyTagClassName
{
color: #ED6467;
}
</style>
background-color css
<style>
a { background-color: #ED6467; }
a { background-color: rgb(237,100,103); }
div.DivClassName
{
background-color: #ED6467;
}
.BgClassName
{
background-color: #ED6467;
}
</style>
border-color css
<style>
span { border-color: #ED6467; }
span { border-color: rgb(237,100,103); }
td.TdClassName
{
border-color: #ED6467;
}
.TagClassName
{
border-color: #ED6467;
}
</style>