Shades of Froly #ED606A
Tints of Froly #ED606A
RGB
CMYK
RGB Variations
Color information
#ED606A (or 0xED606A) is known color: Froly. HEX triplet: ED, 60 and 6A. RGB value is (237,96,106). Sum of RGB (Red+Green+Blue) = 237+96+106=439 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.99% from 439); Green value is 96 (37.89% from 255 or 21.87% from 439); Blue value is 106 (41.80% from 255 or 24.15% from 439); Max value from RGB is 237 - color contains mainly: red. Hex color #ED606A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED606A is #129F95. Grayscale: #8B8B8B. Windows color (decimal): -1220502 or 6971629. OLE color: 6971629.
HSL color Cylindrical-coordinate representation of color #ED606A: hue angle of 355.74º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ED606A is Cyan = 0, Magento = 0.59, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 96 | 106 | - |
| CMYK | 0 | 0.59 | 0.55 | 0.07 |
| HSL | 355.74º | 0.8% | 0.65% | - |
| HSV(B) | 355.74º | 0.59% | 0.93% | - |
| XYZ | 41.71 | 27.41 | 16.73 | - |
| YUV | 139.3 | 109.21 | 197.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 96 | 106 | 0 | 0.59 | 0.55 | 0.07 | 355.74 | 0.8 | 0.65 |
| Hex | ED | 60 | 6A | 0 | 3B | 37 | 7 | 164 | 50 | 41 |
| Octal | 355 | 140 | 152 | 0 | 73 | 67 | 7 | 544 | 120 | 101 |
| Binary | 11101101 | 1100000 | 1101010 | 0 | 111011 | 110111 | 111 | 101100100 | 1010000 | 1000001 |
Color Harmonies of #ED606A
Complementary color
Monochromatic Colors of #ED606A
Black with #ED606A
Text Example
Text Example
White with #ED606A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED606A; }
p { color: rgb(237,96,106); }
H1.HeaderClassName
{
color: #ED606A;
}
.AnyTagClassName
{
color: #ED606A;
}
</style>
background-color css
<style>
a { background-color: #ED606A; }
a { background-color: rgb(237,96,106); }
div.DivClassName
{
background-color: #ED606A;
}
.BgClassName
{
background-color: #ED606A;
}
</style>
border-color css
<style>
span { border-color: #ED606A; }
span { border-color: rgb(237,96,106); }
td.TdClassName
{
border-color: #ED606A;
}
.TagClassName
{
border-color: #ED606A;
}
</style>