Shades of Froly #EE7273
Tints of Froly #EE7273
RGB
CMYK
RGB Variations
Color information
#EE7273 (or 0xEE7273) is known color: Froly. HEX triplet: EE, 72 and 73. RGB value is (238,114,115). Sum of RGB (Red+Green+Blue) = 238+114+115=467 (61% of max value = 765). Red value is 238 (93.36% from 255 or 50.96% from 467); Green value is 114 (44.92% from 255 or 24.41% from 467); Blue value is 115 (45.31% from 255 or 24.63% from 467); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7273 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE7273 is #118D8C. Grayscale: #979797. Windows color (decimal): -1150349 or 7566062. OLE color: 7566062.
HSL color Cylindrical-coordinate representation of color #EE7273: hue angle of 359.52º degrees, saturation: 0.78, 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 #EE7273 is Cyan = 0, Magento = 0.52, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 114 | 115 | - |
| CMYK | 0 | 0.52 | 0.52 | 0.07 |
| HSL | 359.52º | 0.78% | 0.69% | - |
| HSV(B) | 359.52º | 0.52% | 0.93% | - |
| XYZ | 44.37 | 31.45 | 19.95 | - |
| YUV | 151.19 | 107.58 | 189.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 114 | 115 | 0 | 0.52 | 0.52 | 0.07 | 359.52 | 0.78 | 0.69 |
| Hex | EE | 72 | 73 | 0 | 34 | 34 | 7 | 168 | 4E | 45 |
| Octal | 356 | 162 | 163 | 0 | 64 | 64 | 7 | 550 | 116 | 105 |
| Binary | 11101110 | 1110010 | 1110011 | 0 | 110100 | 110100 | 111 | 101101000 | 1001110 | 1000101 |
Color Harmonies of #EE7273
Complementary color
Monochromatic Colors of #EE7273
Black with #EE7273
Text Example
Text Example
White with #EE7273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7273; }
p { color: rgb(238,114,115); }
H1.HeaderClassName
{
color: #EE7273;
}
.AnyTagClassName
{
color: #EE7273;
}
</style>
background-color css
<style>
a { background-color: #EE7273; }
a { background-color: rgb(238,114,115); }
div.DivClassName
{
background-color: #EE7273;
}
.BgClassName
{
background-color: #EE7273;
}
</style>
border-color css
<style>
span { border-color: #EE7273; }
span { border-color: rgb(238,114,115); }
td.TdClassName
{
border-color: #EE7273;
}
.TagClassName
{
border-color: #EE7273;
}
</style>