Shades of Froly #EE7078
Tints of Froly #EE7078
RGB
CMYK
RGB Variations
Color information
#EE7078 (or 0xEE7078) is known color: Froly. HEX triplet: EE, 70 and 78. RGB value is (238,112,120). Sum of RGB (Red+Green+Blue) = 238+112+120=470 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.64% from 470); Green value is 112 (44.14% from 255 or 23.83% from 470); Blue value is 120 (47.27% from 255 or 25.53% from 470); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7078 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE7078 is #118F87. Grayscale: #969696. Windows color (decimal): -1150856 or 7893230. OLE color: 7893230.
HSL color Cylindrical-coordinate representation of color #EE7078: hue angle of 356.19º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EE7078 is Cyan = 0, Magento = 0.53, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 112 | 120 | - |
| CMYK | 0 | 0.53 | 0.50 | 0.07 |
| HSL | 356.19º | 0.79% | 0.69% | - |
| HSV(B) | 356.19º | 0.53% | 0.93% | - |
| XYZ | 44.44 | 31.12 | 21.43 | - |
| YUV | 150.59 | 110.74 | 190.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 112 | 120 | 0 | 0.53 | 0.50 | 0.07 | 356.19 | 0.79 | 0.69 |
| Hex | EE | 70 | 78 | 0 | 35 | 32 | 7 | 164 | 4F | 45 |
| Octal | 356 | 160 | 170 | 0 | 65 | 62 | 7 | 544 | 117 | 105 |
| Binary | 11101110 | 1110000 | 1111000 | 0 | 110101 | 110010 | 111 | 101100100 | 1001111 | 1000101 |
Color Harmonies of #EE7078
Complementary color
Monochromatic Colors of #EE7078
Black with #EE7078
Text Example
Text Example
White with #EE7078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7078; }
p { color: rgb(238,112,120); }
H1.HeaderClassName
{
color: #EE7078;
}
.AnyTagClassName
{
color: #EE7078;
}
</style>
background-color css
<style>
a { background-color: #EE7078; }
a { background-color: rgb(238,112,120); }
div.DivClassName
{
background-color: #EE7078;
}
.BgClassName
{
background-color: #EE7078;
}
</style>
border-color css
<style>
span { border-color: #EE7078; }
span { border-color: rgb(238,112,120); }
td.TdClassName
{
border-color: #EE7078;
}
.TagClassName
{
border-color: #EE7078;
}
</style>