Shades of Froly #EE717D
Tints of Froly #EE717D
RGB
CMYK
RGB Variations
Color information
#EE717D (or 0xEE717D) is known color: Froly. HEX triplet: EE, 71 and 7D. RGB value is (238,113,125). Sum of RGB (Red+Green+Blue) = 238+113+125=476 (63% of max value = 765). Red value is 238 (93.36% from 255 or 50% from 476); Green value is 113 (44.53% from 255 or 23.74% from 476); Blue value is 125 (49.22% from 255 or 26.26% from 476); Max value from RGB is 238 - color contains mainly: red. Hex color #EE717D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE717D is #118E82. Grayscale: #979797. Windows color (decimal): -1150595 or 8221166. OLE color: 8221166.
HSL color Cylindrical-coordinate representation of color #EE717D: hue angle of 354.24º 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 #EE717D is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 113 | 125 | - |
| CMYK | 0 | 0.53 | 0.47 | 0.07 |
| HSL | 354.24º | 0.79% | 0.69% | - |
| HSV(B) | 354.24º | 0.53% | 0.93% | - |
| XYZ | 44.87 | 31.47 | 23.11 | - |
| YUV | 151.74 | 112.91 | 189.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 113 | 125 | 0 | 0.53 | 0.47 | 0.07 | 354.24 | 0.79 | 0.69 |
| Hex | EE | 71 | 7D | 0 | 35 | 2F | 7 | 162 | 4F | 45 |
| Octal | 356 | 161 | 175 | 0 | 65 | 57 | 7 | 542 | 117 | 105 |
| Binary | 11101110 | 1110001 | 1111101 | 0 | 110101 | 101111 | 111 | 101100010 | 1001111 | 1000101 |
Color Harmonies of #EE717D
Complementary color
Monochromatic Colors of #EE717D
Black with #EE717D
Text Example
Text Example
White with #EE717D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE717D; }
p { color: rgb(238,113,125); }
H1.HeaderClassName
{
color: #EE717D;
}
.AnyTagClassName
{
color: #EE717D;
}
</style>
background-color css
<style>
a { background-color: #EE717D; }
a { background-color: rgb(238,113,125); }
div.DivClassName
{
background-color: #EE717D;
}
.BgClassName
{
background-color: #EE717D;
}
</style>
border-color css
<style>
span { border-color: #EE717D; }
span { border-color: rgb(238,113,125); }
td.TdClassName
{
border-color: #EE717D;
}
.TagClassName
{
border-color: #EE717D;
}
</style>