Shades of Froly #ED7281
Tints of Froly #ED7281
RGB
CMYK
RGB Variations
Color information
#ED7281 (or 0xED7281) is known color: Froly. HEX triplet: ED, 72 and 81. RGB value is (237,114,129). Sum of RGB (Red+Green+Blue) = 237+114+129=480 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.38% from 480); Green value is 114 (44.92% from 255 or 23.75% from 480); Blue value is 129 (50.78% from 255 or 26.88% from 480); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7281 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7281 is #128D7E. Grayscale: #989898. Windows color (decimal): -1215871 or 8483565. OLE color: 8483565.
HSL color Cylindrical-coordinate representation of color #ED7281: hue angle of 352.68º 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 #ED7281 is Cyan = 0, Magento = 0.52, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 114 | 129 | - |
| CMYK | 0 | 0.52 | 0.46 | 0.07 |
| HSL | 352.68º | 0.77% | 0.69% | - |
| HSV(B) | 352.68º | 0.52% | 0.93% | - |
| XYZ | 44.9 | 31.62 | 24.51 | - |
| YUV | 152.49 | 114.75 | 188.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 114 | 129 | 0 | 0.52 | 0.46 | 0.07 | 352.68 | 0.77 | 0.69 |
| Hex | ED | 72 | 81 | 0 | 34 | 2E | 7 | 161 | 4D | 45 |
| Octal | 355 | 162 | 201 | 0 | 64 | 56 | 7 | 541 | 115 | 105 |
| Binary | 11101101 | 1110010 | 10000001 | 0 | 110100 | 101110 | 111 | 101100001 | 1001101 | 1000101 |
Color Harmonies of #ED7281
Complementary color
Monochromatic Colors of #ED7281
Black with #ED7281
Text Example
Text Example
White with #ED7281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7281; }
p { color: rgb(237,114,129); }
H1.HeaderClassName
{
color: #ED7281;
}
.AnyTagClassName
{
color: #ED7281;
}
</style>
background-color css
<style>
a { background-color: #ED7281; }
a { background-color: rgb(237,114,129); }
div.DivClassName
{
background-color: #ED7281;
}
.BgClassName
{
background-color: #ED7281;
}
</style>
border-color css
<style>
span { border-color: #ED7281; }
span { border-color: rgb(237,114,129); }
td.TdClassName
{
border-color: #ED7281;
}
.TagClassName
{
border-color: #ED7281;
}
</style>