Shades of Froly #ED7A7B
Tints of Froly #ED7A7B
RGB
CMYK
RGB Variations
Color information
#ED7A7B (or 0xED7A7B) is known color: Froly. HEX triplet: ED, 7A and 7B. RGB value is (237,122,123). Sum of RGB (Red+Green+Blue) = 237+122+123=482 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.17% from 482); Green value is 122 (48.05% from 255 or 25.31% from 482); Blue value is 123 (48.44% from 255 or 25.52% from 482); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7A7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7A7B is #128584. Grayscale: #9C9C9C. Windows color (decimal): -1213829 or 8092397. OLE color: 8092397.
HSL color Cylindrical-coordinate representation of color #ED7A7B: hue angle of 359.48º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ED7A7B is Cyan = 0, Magento = 0.49, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 122 | 123 | - |
| CMYK | 0 | 0.49 | 0.48 | 0.07 |
| HSL | 359.48º | 0.76% | 0.7% | - |
| HSV(B) | 359.48º | 0.49% | 0.93% | - |
| XYZ | 45.46 | 33.35 | 22.78 | - |
| YUV | 156.5 | 109.1 | 185.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 122 | 123 | 0 | 0.49 | 0.48 | 0.07 | 359.48 | 0.76 | 0.7 |
| Hex | ED | 7A | 7B | 0 | 31 | 30 | 7 | 167 | 4C | 46 |
| Octal | 355 | 172 | 173 | 0 | 61 | 60 | 7 | 547 | 114 | 106 |
| Binary | 11101101 | 1111010 | 1111011 | 0 | 110001 | 110000 | 111 | 101100111 | 1001100 | 1000110 |
Color Harmonies of #ED7A7B
Complementary color
Monochromatic Colors of #ED7A7B
Black with #ED7A7B
Text Example
Text Example
White with #ED7A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7A7B; }
p { color: rgb(237,122,123); }
H1.HeaderClassName
{
color: #ED7A7B;
}
.AnyTagClassName
{
color: #ED7A7B;
}
</style>
background-color css
<style>
a { background-color: #ED7A7B; }
a { background-color: rgb(237,122,123); }
div.DivClassName
{
background-color: #ED7A7B;
}
.BgClassName
{
background-color: #ED7A7B;
}
</style>
border-color css
<style>
span { border-color: #ED7A7B; }
span { border-color: rgb(237,122,123); }
td.TdClassName
{
border-color: #ED7A7B;
}
.TagClassName
{
border-color: #ED7A7B;
}
</style>