Shades of Froly #EF6069
Tints of Froly #EF6069
RGB
CMYK
RGB Variations
Color information
#EF6069 (or 0xEF6069) is known color: Froly. HEX triplet: EF, 60 and 69. RGB value is (239,96,105). Sum of RGB (Red+Green+Blue) = 239+96+105=440 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.32% from 440); Green value is 96 (37.89% from 255 or 21.82% from 440); Blue value is 105 (41.41% from 255 or 23.86% from 440); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6069 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF6069 is #109F96. Grayscale: #8B8B8B. Windows color (decimal): -1089431 or 6906095. OLE color: 6906095.
HSL color Cylindrical-coordinate representation of color #EF6069: hue angle of 356.22º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EF6069 is Cyan = 0, Magento = 0.60, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 96 | 105 | - |
| CMYK | 0 | 0.60 | 0.56 | 0.06 |
| HSL | 356.22º | 0.82% | 0.66% | - |
| HSV(B) | 356.22º | 0.6% | 0.94% | - |
| XYZ | 42.33 | 27.74 | 16.49 | - |
| YUV | 139.78 | 108.38 | 198.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 96 | 105 | 0 | 0.60 | 0.56 | 0.06 | 356.22 | 0.82 | 0.66 |
| Hex | EF | 60 | 69 | 0 | 3C | 38 | 6 | 164 | 52 | 42 |
| Octal | 357 | 140 | 151 | 0 | 74 | 70 | 6 | 544 | 122 | 102 |
| Binary | 11101111 | 1100000 | 1101001 | 0 | 111100 | 111000 | 110 | 101100100 | 1010010 | 1000010 |
Color Harmonies of #EF6069
Complementary color
Monochromatic Colors of #EF6069
Black with #EF6069
Text Example
Text Example
White with #EF6069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6069; }
p { color: rgb(239,96,105); }
H1.HeaderClassName
{
color: #EF6069;
}
.AnyTagClassName
{
color: #EF6069;
}
</style>
background-color css
<style>
a { background-color: #EF6069; }
a { background-color: rgb(239,96,105); }
div.DivClassName
{
background-color: #EF6069;
}
.BgClassName
{
background-color: #EF6069;
}
</style>
border-color css
<style>
span { border-color: #EF6069; }
span { border-color: rgb(239,96,105); }
td.TdClassName
{
border-color: #EF6069;
}
.TagClassName
{
border-color: #EF6069;
}
</style>