Shades of Froly #E0626C
Tints of Froly #E0626C
RGB
CMYK
RGB Variations
Color information
#E0626C (or 0xE0626C) is known color: Froly. HEX triplet: E0, 62 and 6C. RGB value is (224,98,108). Sum of RGB (Red+Green+Blue) = 224+98+108=430 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.09% from 430); Green value is 98 (38.67% from 255 or 22.79% from 430); Blue value is 108 (42.58% from 255 or 25.12% from 430); Max value from RGB is 224 - color contains mainly: red. Hex color #E0626C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0626C is #1F9D93. Grayscale: #888888. Windows color (decimal): -2071956 or 7103200. OLE color: 7103200.
HSL color Cylindrical-coordinate representation of color #E0626C: hue angle of 355.24º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E0626C is Cyan = 0, Magento = 0.56, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 98 | 108 | - |
| CMYK | 0 | 0.56 | 0.52 | 0.12 |
| HSL | 355.24º | 0.67% | 0.63% | - |
| HSV(B) | 355.24º | 0.56% | 0.88% | - |
| XYZ | 37.81 | 25.67 | 17.15 | - |
| YUV | 136.81 | 111.74 | 190.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 98 | 108 | 0 | 0.56 | 0.52 | 0.12 | 355.24 | 0.67 | 0.63 |
| Hex | E0 | 62 | 6C | 0 | 38 | 34 | C | 163 | 43 | 3F |
| Octal | 340 | 142 | 154 | 0 | 70 | 64 | 14 | 543 | 103 | 77 |
| Binary | 11100000 | 1100010 | 1101100 | 0 | 111000 | 110100 | 1100 | 101100011 | 1000011 | 111111 |
Color Harmonies of #E0626C
Complementary color
Monochromatic Colors of #E0626C
Black with #E0626C
Text Example
Text Example
White with #E0626C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0626C; }
p { color: rgb(224,98,108); }
H1.HeaderClassName
{
color: #E0626C;
}
.AnyTagClassName
{
color: #E0626C;
}
</style>
background-color css
<style>
a { background-color: #E0626C; }
a { background-color: rgb(224,98,108); }
div.DivClassName
{
background-color: #E0626C;
}
.BgClassName
{
background-color: #E0626C;
}
</style>
border-color css
<style>
span { border-color: #E0626C; }
span { border-color: rgb(224,98,108); }
td.TdClassName
{
border-color: #E0626C;
}
.TagClassName
{
border-color: #E0626C;
}
</style>