Shades of Froly #E06274
Tints of Froly #E06274
RGB
CMYK
RGB Variations
Color information
#E06274 (or 0xE06274) is known color: Froly. HEX triplet: E0, 62 and 74. RGB value is (224,98,116). Sum of RGB (Red+Green+Blue) = 224+98+116=438 (58% of max value = 765). Red value is 224 (87.89% from 255 or 51.14% from 438); Green value is 98 (38.67% from 255 or 22.37% from 438); Blue value is 116 (45.70% from 255 or 26.48% from 438); Max value from RGB is 224 - color contains mainly: red. Hex color #E06274 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06274 is #1F9D8B. Grayscale: #898989. Windows color (decimal): -2071948 or 7627488. OLE color: 7627488.
HSL color Cylindrical-coordinate representation of color #E06274: hue angle of 351.43º 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 #E06274 is Cyan = 0, Magento = 0.56, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 98 | 116 | - |
| CMYK | 0 | 0.56 | 0.48 | 0.12 |
| HSL | 351.43º | 0.67% | 0.63% | - |
| HSV(B) | 351.43º | 0.56% | 0.88% | - |
| XYZ | 38.26 | 25.84 | 19.49 | - |
| YUV | 137.73 | 115.74 | 189.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 98 | 116 | 0 | 0.56 | 0.48 | 0.12 | 351.43 | 0.67 | 0.63 |
| Hex | E0 | 62 | 74 | 0 | 38 | 30 | C | 15F | 43 | 3F |
| Octal | 340 | 142 | 164 | 0 | 70 | 60 | 14 | 537 | 103 | 77 |
| Binary | 11100000 | 1100010 | 1110100 | 0 | 111000 | 110000 | 1100 | 101011111 | 1000011 | 111111 |
Color Harmonies of #E06274
Complementary color
Monochromatic Colors of #E06274
Black with #E06274
Text Example
Text Example
White with #E06274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06274; }
p { color: rgb(224,98,116); }
H1.HeaderClassName
{
color: #E06274;
}
.AnyTagClassName
{
color: #E06274;
}
</style>
background-color css
<style>
a { background-color: #E06274; }
a { background-color: rgb(224,98,116); }
div.DivClassName
{
background-color: #E06274;
}
.BgClassName
{
background-color: #E06274;
}
</style>
border-color css
<style>
span { border-color: #E06274; }
span { border-color: rgb(224,98,116); }
td.TdClassName
{
border-color: #E06274;
}
.TagClassName
{
border-color: #E06274;
}
</style>