Shades of Froly #ED667A
Tints of Froly #ED667A
RGB
CMYK
RGB Variations
Color information
#ED667A (or 0xED667A) is known color: Froly. HEX triplet: ED, 66 and 7A. RGB value is (237,102,122). Sum of RGB (Red+Green+Blue) = 237+102+122=461 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.41% from 461); Green value is 102 (40.23% from 255 or 22.13% from 461); Blue value is 122 (48.05% from 255 or 26.46% from 461); Max value from RGB is 237 - color contains mainly: red. Hex color #ED667A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED667A is #129985. Grayscale: #909090. Windows color (decimal): -1218950 or 8021741. OLE color: 8021741.
HSL color Cylindrical-coordinate representation of color #ED667A: hue angle of 351.11º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ED667A is Cyan = 0, Magento = 0.57, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 102 | 122 | - |
| CMYK | 0 | 0.57 | 0.49 | 0.07 |
| HSL | 351.11º | 0.79% | 0.66% | - |
| HSV(B) | 351.11º | 0.57% | 0.93% | - |
| XYZ | 43.19 | 28.91 | 21.72 | - |
| YUV | 144.65 | 115.23 | 193.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 102 | 122 | 0 | 0.57 | 0.49 | 0.07 | 351.11 | 0.79 | 0.66 |
| Hex | ED | 66 | 7A | 0 | 39 | 31 | 7 | 15F | 4F | 42 |
| Octal | 355 | 146 | 172 | 0 | 71 | 61 | 7 | 537 | 117 | 102 |
| Binary | 11101101 | 1100110 | 1111010 | 0 | 111001 | 110001 | 111 | 101011111 | 1001111 | 1000010 |
Color Harmonies of #ED667A
Complementary color
Monochromatic Colors of #ED667A
Black with #ED667A
Text Example
Text Example
White with #ED667A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED667A; }
p { color: rgb(237,102,122); }
H1.HeaderClassName
{
color: #ED667A;
}
.AnyTagClassName
{
color: #ED667A;
}
</style>
background-color css
<style>
a { background-color: #ED667A; }
a { background-color: rgb(237,102,122); }
div.DivClassName
{
background-color: #ED667A;
}
.BgClassName
{
background-color: #ED667A;
}
</style>
border-color css
<style>
span { border-color: #ED667A; }
span { border-color: rgb(237,102,122); }
td.TdClassName
{
border-color: #ED667A;
}
.TagClassName
{
border-color: #ED667A;
}
</style>