Shades of Froly #ED7275
Tints of Froly #ED7275
RGB
CMYK
RGB Variations
Color information
#ED7275 (or 0xED7275) is known color: Froly. HEX triplet: ED, 72 and 75. RGB value is (237,114,117). Sum of RGB (Red+Green+Blue) = 237+114+117=468 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.64% from 468); Green value is 114 (44.92% from 255 or 24.36% from 468); Blue value is 117 (46.09% from 255 or 25% from 468); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7275 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7275 is #128D8A. Grayscale: #979797. Windows color (decimal): -1215883 or 7697133. OLE color: 7697133.
HSL color Cylindrical-coordinate representation of color #ED7275: hue angle of 358.54º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ED7275 is Cyan = 0, Magento = 0.52, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 114 | 117 | - |
| CMYK | 0 | 0.52 | 0.51 | 0.07 |
| HSL | 358.54º | 0.77% | 0.69% | - |
| HSV(B) | 358.54º | 0.52% | 0.93% | - |
| XYZ | 44.15 | 31.32 | 20.55 | - |
| YUV | 151.12 | 108.75 | 189.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 114 | 117 | 0 | 0.52 | 0.51 | 0.07 | 358.54 | 0.77 | 0.69 |
| Hex | ED | 72 | 75 | 0 | 34 | 33 | 7 | 167 | 4D | 45 |
| Octal | 355 | 162 | 165 | 0 | 64 | 63 | 7 | 547 | 115 | 105 |
| Binary | 11101101 | 1110010 | 1110101 | 0 | 110100 | 110011 | 111 | 101100111 | 1001101 | 1000101 |
Color Harmonies of #ED7275
Complementary color
Monochromatic Colors of #ED7275
Black with #ED7275
Text Example
Text Example
White with #ED7275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7275; }
p { color: rgb(237,114,117); }
H1.HeaderClassName
{
color: #ED7275;
}
.AnyTagClassName
{
color: #ED7275;
}
</style>
background-color css
<style>
a { background-color: #ED7275; }
a { background-color: rgb(237,114,117); }
div.DivClassName
{
background-color: #ED7275;
}
.BgClassName
{
background-color: #ED7275;
}
</style>
border-color css
<style>
span { border-color: #ED7275; }
span { border-color: rgb(237,114,117); }
td.TdClassName
{
border-color: #ED7275;
}
.TagClassName
{
border-color: #ED7275;
}
</style>