Shades of Froly #E96878
Tints of Froly #E96878
RGB
CMYK
RGB Variations
Color information
#E96878 (or 0xE96878) is known color: Froly. HEX triplet: E9, 68 and 78. RGB value is (233,104,120). Sum of RGB (Red+Green+Blue) = 233+104+120=457 (60% of max value = 765). Red value is 233 (91.41% from 255 or 50.98% from 457); Green value is 104 (41.02% from 255 or 22.76% from 457); Blue value is 120 (47.27% from 255 or 26.26% from 457); Max value from RGB is 233 - color contains mainly: red. Hex color #E96878 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96878 is #169787. Grayscale: #909090. Windows color (decimal): -1480584 or 7891177. OLE color: 7891177.
HSL color Cylindrical-coordinate representation of color #E96878: hue angle of 352.56º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E96878 is Cyan = 0, Magento = 0.55, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 104 | 120 | - |
| CMYK | 0 | 0.55 | 0.48 | 0.09 |
| HSL | 352.56º | 0.75% | 0.66% | - |
| HSV(B) | 352.56º | 0.55% | 0.91% | - |
| XYZ | 41.94 | 28.58 | 21.08 | - |
| YUV | 144.4 | 114.24 | 191.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 104 | 120 | 0 | 0.55 | 0.48 | 0.09 | 352.56 | 0.75 | 0.66 |
| Hex | E9 | 68 | 78 | 0 | 37 | 30 | 9 | 161 | 4B | 42 |
| Octal | 351 | 150 | 170 | 0 | 67 | 60 | 11 | 541 | 113 | 102 |
| Binary | 11101001 | 1101000 | 1111000 | 0 | 110111 | 110000 | 1001 | 101100001 | 1001011 | 1000010 |
Color Harmonies of #E96878
Complementary color
Monochromatic Colors of #E96878
Black with #E96878
Text Example
Text Example
White with #E96878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96878; }
p { color: rgb(233,104,120); }
H1.HeaderClassName
{
color: #E96878;
}
.AnyTagClassName
{
color: #E96878;
}
</style>
background-color css
<style>
a { background-color: #E96878; }
a { background-color: rgb(233,104,120); }
div.DivClassName
{
background-color: #E96878;
}
.BgClassName
{
background-color: #E96878;
}
</style>
border-color css
<style>
span { border-color: #E96878; }
span { border-color: rgb(233,104,120); }
td.TdClassName
{
border-color: #E96878;
}
.TagClassName
{
border-color: #E96878;
}
</style>