Shades of Froly #E66073
Tints of Froly #E66073
RGB
CMYK
RGB Variations
Color information
#E66073 (or 0xE66073) is known color: Froly. HEX triplet: E6, 60 and 73. RGB value is (230,96,115). Sum of RGB (Red+Green+Blue) = 230+96+115=441 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.15% from 441); Green value is 96 (37.89% from 255 or 21.77% from 441); Blue value is 115 (45.31% from 255 or 26.08% from 441); Max value from RGB is 230 - color contains mainly: red. Hex color #E66073 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66073 is #199F8C. Grayscale: #8A8A8A. Windows color (decimal): -1679245 or 7561446. OLE color: 7561446.
HSL color Cylindrical-coordinate representation of color #E66073: hue angle of 351.49º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E66073 is Cyan = 0, Magento = 0.58, Yellow = 0.5 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 96 | 115 | - |
| CMYK | 0 | 0.58 | 0.5 | 0.10 |
| HSL | 351.49º | 0.73% | 0.64% | - |
| HSV(B) | 351.49º | 0.58% | 0.9% | - |
| XYZ | 39.91 | 26.43 | 19.22 | - |
| YUV | 138.23 | 114.89 | 193.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 96 | 115 | 0 | 0.58 | 0.5 | 0.10 | 351.49 | 0.73 | 0.64 |
| Hex | E6 | 60 | 73 | 0 | 3A | 32 | A | 15F | 49 | 40 |
| Octal | 346 | 140 | 163 | 0 | 72 | 62 | 12 | 537 | 111 | 100 |
| Binary | 11100110 | 1100000 | 1110011 | 0 | 111010 | 110010 | 1010 | 101011111 | 1001001 | 1000000 |
Color Harmonies of #E66073
Complementary color
Monochromatic Colors of #E66073
Black with #E66073
Text Example
Text Example
White with #E66073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66073; }
p { color: rgb(230,96,115); }
H1.HeaderClassName
{
color: #E66073;
}
.AnyTagClassName
{
color: #E66073;
}
</style>
background-color css
<style>
a { background-color: #E66073; }
a { background-color: rgb(230,96,115); }
div.DivClassName
{
background-color: #E66073;
}
.BgClassName
{
background-color: #E66073;
}
</style>
border-color css
<style>
span { border-color: #E66073; }
span { border-color: rgb(230,96,115); }
td.TdClassName
{
border-color: #E66073;
}
.TagClassName
{
border-color: #E66073;
}
</style>