Shades of Froly #EE6073
Tints of Froly #EE6073
RGB
CMYK
RGB Variations
Color information
#EE6073 (or 0xEE6073) is known color: Froly. HEX triplet: EE, 60 and 73. RGB value is (238,96,115). Sum of RGB (Red+Green+Blue) = 238+96+115=449 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.01% from 449); Green value is 96 (37.89% from 255 or 21.38% from 449); Blue value is 115 (45.31% from 255 or 25.61% from 449); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6073 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6073 is #119F8C. Grayscale: #8C8C8C. Windows color (decimal): -1154957 or 7561454. OLE color: 7561454.
HSL color Cylindrical-coordinate representation of color #EE6073: hue angle of 351.97º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EE6073 is Cyan = 0, Magento = 0.60, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 96 | 115 | - |
| CMYK | 0 | 0.60 | 0.52 | 0.07 |
| HSL | 351.97º | 0.81% | 0.65% | - |
| HSV(B) | 351.97º | 0.6% | 0.93% | - |
| XYZ | 42.54 | 27.78 | 19.34 | - |
| YUV | 140.62 | 113.54 | 197.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 96 | 115 | 0 | 0.60 | 0.52 | 0.07 | 351.97 | 0.81 | 0.65 |
| Hex | EE | 60 | 73 | 0 | 3C | 34 | 7 | 160 | 51 | 41 |
| Octal | 356 | 140 | 163 | 0 | 74 | 64 | 7 | 540 | 121 | 101 |
| Binary | 11101110 | 1100000 | 1110011 | 0 | 111100 | 110100 | 111 | 101100000 | 1010001 | 1000001 |
Color Harmonies of #EE6073
Complementary color
Monochromatic Colors of #EE6073
Black with #EE6073
Text Example
Text Example
White with #EE6073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6073; }
p { color: rgb(238,96,115); }
H1.HeaderClassName
{
color: #EE6073;
}
.AnyTagClassName
{
color: #EE6073;
}
</style>
background-color css
<style>
a { background-color: #EE6073; }
a { background-color: rgb(238,96,115); }
div.DivClassName
{
background-color: #EE6073;
}
.BgClassName
{
background-color: #EE6073;
}
</style>
border-color css
<style>
span { border-color: #EE6073; }
span { border-color: rgb(238,96,115); }
td.TdClassName
{
border-color: #EE6073;
}
.TagClassName
{
border-color: #EE6073;
}
</style>