Shades of Froly #ED6B7A
Tints of Froly #ED6B7A
RGB
CMYK
RGB Variations
Color information
#ED6B7A (or 0xED6B7A) is known color: Froly. HEX triplet: ED, 6B and 7A. RGB value is (237,107,122). Sum of RGB (Red+Green+Blue) = 237+107+122=466 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.86% from 466); Green value is 107 (42.19% from 255 or 22.96% from 466); Blue value is 122 (48.05% from 255 or 26.18% from 466); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6B7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED6B7A is #129485. Grayscale: #939393. Windows color (decimal): -1217670 or 8023021. OLE color: 8023021.
HSL color Cylindrical-coordinate representation of color #ED6B7A: hue angle of 353.08º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ED6B7A is Cyan = 0, Magento = 0.55, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 107 | 122 | - |
| CMYK | 0 | 0.55 | 0.49 | 0.07 |
| HSL | 353.08º | 0.78% | 0.67% | - |
| HSV(B) | 353.08º | 0.55% | 0.93% | - |
| XYZ | 43.7 | 29.93 | 21.89 | - |
| YUV | 147.58 | 113.57 | 191.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 107 | 122 | 0 | 0.55 | 0.49 | 0.07 | 353.08 | 0.78 | 0.67 |
| Hex | ED | 6B | 7A | 0 | 37 | 31 | 7 | 161 | 4E | 43 |
| Octal | 355 | 153 | 172 | 0 | 67 | 61 | 7 | 541 | 116 | 103 |
| Binary | 11101101 | 1101011 | 1111010 | 0 | 110111 | 110001 | 111 | 101100001 | 1001110 | 1000011 |
Color Harmonies of #ED6B7A
Complementary color
Monochromatic Colors of #ED6B7A
Black with #ED6B7A
Text Example
Text Example
White with #ED6B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6B7A; }
p { color: rgb(237,107,122); }
H1.HeaderClassName
{
color: #ED6B7A;
}
.AnyTagClassName
{
color: #ED6B7A;
}
</style>
background-color css
<style>
a { background-color: #ED6B7A; }
a { background-color: rgb(237,107,122); }
div.DivClassName
{
background-color: #ED6B7A;
}
.BgClassName
{
background-color: #ED6B7A;
}
</style>
border-color css
<style>
span { border-color: #ED6B7A; }
span { border-color: rgb(237,107,122); }
td.TdClassName
{
border-color: #ED6B7A;
}
.TagClassName
{
border-color: #ED6B7A;
}
</style>