Shades of Froly #EE7F81
Tints of Froly #EE7F81
RGB
CMYK
RGB Variations
Color information
#EE7F81 (or 0xEE7F81) is known color: Froly. HEX triplet: EE, 7F and 81. RGB value is (238,127,129). Sum of RGB (Red+Green+Blue) = 238+127+129=494 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.18% from 494); Green value is 127 (50% from 255 or 25.71% from 494); Blue value is 129 (50.78% from 255 or 26.11% from 494); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7F81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE7F81 is #11807E. Grayscale: #A0A0A0. Windows color (decimal): -1147007 or 8486894. OLE color: 8486894.
HSL color Cylindrical-coordinate representation of color #EE7F81: hue angle of 358.92º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EE7F81 is Cyan = 0, Magento = 0.47, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 127 | 129 | - |
| CMYK | 0 | 0.47 | 0.46 | 0.07 |
| HSL | 358.92º | 0.77% | 0.72% | - |
| HSV(B) | 358.92º | 0.47% | 0.93% | - |
| XYZ | 46.81 | 34.94 | 25.05 | - |
| YUV | 160.42 | 110.27 | 183.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 127 | 129 | 0 | 0.47 | 0.46 | 0.07 | 358.92 | 0.77 | 0.72 |
| Hex | EE | 7F | 81 | 0 | 2F | 2E | 7 | 167 | 4D | 48 |
| Octal | 356 | 177 | 201 | 0 | 57 | 56 | 7 | 547 | 115 | 110 |
| Binary | 11101110 | 1111111 | 10000001 | 0 | 101111 | 101110 | 111 | 101100111 | 1001101 | 1001000 |
Color Harmonies of #EE7F81
Complementary color
Monochromatic Colors of #EE7F81
Black with #EE7F81
Text Example
Text Example
White with #EE7F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7F81; }
p { color: rgb(238,127,129); }
H1.HeaderClassName
{
color: #EE7F81;
}
.AnyTagClassName
{
color: #EE7F81;
}
</style>
background-color css
<style>
a { background-color: #EE7F81; }
a { background-color: rgb(238,127,129); }
div.DivClassName
{
background-color: #EE7F81;
}
.BgClassName
{
background-color: #EE7F81;
}
</style>
border-color css
<style>
span { border-color: #EE7F81; }
span { border-color: rgb(238,127,129); }
td.TdClassName
{
border-color: #EE7F81;
}
.TagClassName
{
border-color: #EE7F81;
}
</style>