Shades of Froly #ED6367
Tints of Froly #ED6367
RGB
CMYK
RGB Variations
Color information
#ED6367 (or 0xED6367) is known color: Froly. HEX triplet: ED, 63 and 67. RGB value is (237,99,103). Sum of RGB (Red+Green+Blue) = 237+99+103=439 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.99% from 439); Green value is 99 (39.06% from 255 or 22.55% from 439); Blue value is 103 (40.62% from 255 or 23.46% from 439); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6367 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED6367 is #129C98. Grayscale: #8C8C8C. Windows color (decimal): -1219737 or 6775789. OLE color: 6775789.
HSL color Cylindrical-coordinate representation of color #ED6367: hue angle of 358.26º 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 #ED6367 is Cyan = 0, Magento = 0.58, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 99 | 103 | - |
| CMYK | 0 | 0.58 | 0.57 | 0.07 |
| HSL | 358.26º | 0.79% | 0.66% | - |
| HSV(B) | 358.26º | 0.58% | 0.93% | - |
| XYZ | 41.84 | 27.91 | 16.01 | - |
| YUV | 140.72 | 106.72 | 196.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 99 | 103 | 0 | 0.58 | 0.57 | 0.07 | 358.26 | 0.79 | 0.66 |
| Hex | ED | 63 | 67 | 0 | 3A | 39 | 7 | 166 | 4F | 42 |
| Octal | 355 | 143 | 147 | 0 | 72 | 71 | 7 | 546 | 117 | 102 |
| Binary | 11101101 | 1100011 | 1100111 | 0 | 111010 | 111001 | 111 | 101100110 | 1001111 | 1000010 |
Color Harmonies of #ED6367
Complementary color
Monochromatic Colors of #ED6367
Black with #ED6367
Text Example
Text Example
White with #ED6367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6367; }
p { color: rgb(237,99,103); }
H1.HeaderClassName
{
color: #ED6367;
}
.AnyTagClassName
{
color: #ED6367;
}
</style>
background-color css
<style>
a { background-color: #ED6367; }
a { background-color: rgb(237,99,103); }
div.DivClassName
{
background-color: #ED6367;
}
.BgClassName
{
background-color: #ED6367;
}
</style>
border-color css
<style>
span { border-color: #ED6367; }
span { border-color: rgb(237,99,103); }
td.TdClassName
{
border-color: #ED6367;
}
.TagClassName
{
border-color: #ED6367;
}
</style>