Shades of Froly #ED647A
Tints of Froly #ED647A
RGB
CMYK
RGB Variations
Color information
#ED647A (or 0xED647A) is known color: Froly. HEX triplet: ED, 64 and 7A. RGB value is (237,100,122). Sum of RGB (Red+Green+Blue) = 237+100+122=459 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.63% from 459); Green value is 100 (39.45% from 255 or 21.79% from 459); Blue value is 122 (48.05% from 255 or 26.58% from 459); Max value from RGB is 237 - color contains mainly: red. Hex color #ED647A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED647A is #129B85. Grayscale: #8F8F8F. Windows color (decimal): -1219462 or 8021229. OLE color: 8021229.
HSL color Cylindrical-coordinate representation of color #ED647A: hue angle of 350.36º 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 #ED647A is Cyan = 0, Magento = 0.58, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 100 | 122 | - |
| CMYK | 0 | 0.58 | 0.49 | 0.07 |
| HSL | 350.37º | 0.79% | 0.66% | - |
| HSV(B) | 350.37º | 0.58% | 0.93% | - |
| XYZ | 43 | 28.52 | 21.65 | - |
| YUV | 143.47 | 115.89 | 194.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 100 | 122 | 0 | 0.58 | 0.49 | 0.07 | 350.37 | 0.79 | 0.66 |
| Hex | ED | 64 | 7A | 0 | 3A | 31 | 7 | 15E | 4F | 42 |
| Octal | 355 | 144 | 172 | 0 | 72 | 61 | 7 | 536 | 117 | 102 |
| Binary | 11101101 | 1100100 | 1111010 | 0 | 111010 | 110001 | 111 | 101011110 | 1001111 | 1000010 |
Color Harmonies of #ED647A
Complementary color
Monochromatic Colors of #ED647A
Black with #ED647A
Text Example
Text Example
White with #ED647A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED647A; }
p { color: rgb(237,100,122); }
H1.HeaderClassName
{
color: #ED647A;
}
.AnyTagClassName
{
color: #ED647A;
}
</style>
background-color css
<style>
a { background-color: #ED647A; }
a { background-color: rgb(237,100,122); }
div.DivClassName
{
background-color: #ED647A;
}
.BgClassName
{
background-color: #ED647A;
}
</style>
border-color css
<style>
span { border-color: #ED647A; }
span { border-color: rgb(237,100,122); }
td.TdClassName
{
border-color: #ED647A;
}
.TagClassName
{
border-color: #ED647A;
}
</style>