Shades of Froly #EE717F
Tints of Froly #EE717F
RGB
CMYK
RGB Variations
Color information
#EE717F (or 0xEE717F) is known color: Froly. HEX triplet: EE, 71 and 7F. RGB value is (238,113,127). Sum of RGB (Red+Green+Blue) = 238+113+127=478 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.79% from 478); Green value is 113 (44.53% from 255 or 23.64% from 478); Blue value is 127 (50% from 255 or 26.57% from 478); Max value from RGB is 238 - color contains mainly: red. Hex color #EE717F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE717F is #118E80. Grayscale: #989898. Windows color (decimal): -1150593 or 8352238. OLE color: 8352238.
HSL color Cylindrical-coordinate representation of color #EE717F: hue angle of 353.28º 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 #EE717F is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 113 | 127 | - |
| CMYK | 0 | 0.53 | 0.47 | 0.07 |
| HSL | 353.28º | 0.79% | 0.69% | - |
| HSV(B) | 353.28º | 0.53% | 0.93% | - |
| XYZ | 45 | 31.52 | 23.79 | - |
| YUV | 151.97 | 113.91 | 189.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 113 | 127 | 0 | 0.53 | 0.47 | 0.07 | 353.28 | 0.79 | 0.69 |
| Hex | EE | 71 | 7F | 0 | 35 | 2F | 7 | 161 | 4F | 45 |
| Octal | 356 | 161 | 177 | 0 | 65 | 57 | 7 | 541 | 117 | 105 |
| Binary | 11101110 | 1110001 | 1111111 | 0 | 110101 | 101111 | 111 | 101100001 | 1001111 | 1000101 |
Color Harmonies of #EE717F
Complementary color
Monochromatic Colors of #EE717F
Black with #EE717F
Text Example
Text Example
White with #EE717F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE717F; }
p { color: rgb(238,113,127); }
H1.HeaderClassName
{
color: #EE717F;
}
.AnyTagClassName
{
color: #EE717F;
}
</style>
background-color css
<style>
a { background-color: #EE717F; }
a { background-color: rgb(238,113,127); }
div.DivClassName
{
background-color: #EE717F;
}
.BgClassName
{
background-color: #EE717F;
}
</style>
border-color css
<style>
span { border-color: #EE717F; }
span { border-color: rgb(238,113,127); }
td.TdClassName
{
border-color: #EE717F;
}
.TagClassName
{
border-color: #EE717F;
}
</style>