Shades of Froly #EE6A74
Tints of Froly #EE6A74
RGB
CMYK
RGB Variations
Color information
#EE6A74 (or 0xEE6A74) is known color: Froly. HEX triplet: EE, 6A and 74. RGB value is (238,106,116). Sum of RGB (Red+Green+Blue) = 238+106+116=460 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.74% from 460); Green value is 106 (41.80% from 255 or 23.04% from 460); Blue value is 116 (45.70% from 255 or 25.22% from 460); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6A74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6A74 is #11958B. Grayscale: #929292. Windows color (decimal): -1152396 or 7629550. OLE color: 7629550.
HSL color Cylindrical-coordinate representation of color #EE6A74: hue angle of 355.45º 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 #EE6A74 is Cyan = 0, Magento = 0.55, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 106 | 116 | - |
| CMYK | 0 | 0.55 | 0.51 | 0.07 |
| HSL | 355.45º | 0.8% | 0.67% | - |
| HSV(B) | 355.45º | 0.55% | 0.93% | - |
| XYZ | 43.57 | 29.75 | 19.97 | - |
| YUV | 146.61 | 110.73 | 193.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 106 | 116 | 0 | 0.55 | 0.51 | 0.07 | 355.45 | 0.8 | 0.67 |
| Hex | EE | 6A | 74 | 0 | 37 | 33 | 7 | 163 | 50 | 43 |
| Octal | 356 | 152 | 164 | 0 | 67 | 63 | 7 | 543 | 120 | 103 |
| Binary | 11101110 | 1101010 | 1110100 | 0 | 110111 | 110011 | 111 | 101100011 | 1010000 | 1000011 |
Color Harmonies of #EE6A74
Complementary color
Monochromatic Colors of #EE6A74
Black with #EE6A74
Text Example
Text Example
White with #EE6A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6A74; }
p { color: rgb(238,106,116); }
H1.HeaderClassName
{
color: #EE6A74;
}
.AnyTagClassName
{
color: #EE6A74;
}
</style>
background-color css
<style>
a { background-color: #EE6A74; }
a { background-color: rgb(238,106,116); }
div.DivClassName
{
background-color: #EE6A74;
}
.BgClassName
{
background-color: #EE6A74;
}
</style>
border-color css
<style>
span { border-color: #EE6A74; }
span { border-color: rgb(238,106,116); }
td.TdClassName
{
border-color: #EE6A74;
}
.TagClassName
{
border-color: #EE6A74;
}
</style>