Shades of Froly #EE6A78
Tints of Froly #EE6A78
RGB
CMYK
RGB Variations
Color information
#EE6A78 (or 0xEE6A78) is known color: Froly. HEX triplet: EE, 6A and 78. RGB value is (238,106,120). Sum of RGB (Red+Green+Blue) = 238+106+120=464 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.29% from 464); Green value is 106 (41.80% from 255 or 22.84% from 464); Blue value is 120 (47.27% from 255 or 25.86% from 464); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6A78 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6A78 is #119587. Grayscale: #939393. Windows color (decimal): -1152392 or 7891694. OLE color: 7891694.
HSL color Cylindrical-coordinate representation of color #EE6A78: hue angle of 353.64º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EE6A78 is Cyan = 0, Magento = 0.55, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 106 | 120 | - |
| CMYK | 0 | 0.55 | 0.50 | 0.07 |
| HSL | 353.64º | 0.8% | 0.67% | - |
| HSV(B) | 353.64º | 0.55% | 0.93% | - |
| XYZ | 43.8 | 29.84 | 21.22 | - |
| YUV | 147.06 | 112.73 | 192.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 106 | 120 | 0 | 0.55 | 0.50 | 0.07 | 353.64 | 0.8 | 0.67 |
| Hex | EE | 6A | 78 | 0 | 37 | 32 | 7 | 162 | 50 | 43 |
| Octal | 356 | 152 | 170 | 0 | 67 | 62 | 7 | 542 | 120 | 103 |
| Binary | 11101110 | 1101010 | 1111000 | 0 | 110111 | 110010 | 111 | 101100010 | 1010000 | 1000011 |
Color Harmonies of #EE6A78
Complementary color
Monochromatic Colors of #EE6A78
Black with #EE6A78
Text Example
Text Example
White with #EE6A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6A78; }
p { color: rgb(238,106,120); }
H1.HeaderClassName
{
color: #EE6A78;
}
.AnyTagClassName
{
color: #EE6A78;
}
</style>
background-color css
<style>
a { background-color: #EE6A78; }
a { background-color: rgb(238,106,120); }
div.DivClassName
{
background-color: #EE6A78;
}
.BgClassName
{
background-color: #EE6A78;
}
</style>
border-color css
<style>
span { border-color: #EE6A78; }
span { border-color: rgb(238,106,120); }
td.TdClassName
{
border-color: #EE6A78;
}
.TagClassName
{
border-color: #EE6A78;
}
</style>