Shades of Froly #EE6774
Tints of Froly #EE6774
RGB
CMYK
RGB Variations
Color information
#EE6774 (or 0xEE6774) is known color: Froly. HEX triplet: EE, 67 and 74. RGB value is (238,103,116). Sum of RGB (Red+Green+Blue) = 238+103+116=457 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.08% from 457); Green value is 103 (40.62% from 255 or 22.54% from 457); Blue value is 116 (45.70% from 255 or 25.38% from 457); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6774 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6774 is #11988B. Grayscale: #909090. Windows color (decimal): -1153164 or 7628782. OLE color: 7628782.
HSL color Cylindrical-coordinate representation of color #EE6774: hue angle of 354.22º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EE6774 is Cyan = 0, Magento = 0.57, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 103 | 116 | - |
| CMYK | 0 | 0.57 | 0.51 | 0.07 |
| HSL | 354.22º | 0.8% | 0.67% | - |
| HSV(B) | 354.22º | 0.57% | 0.93% | - |
| XYZ | 43.26 | 29.14 | 19.87 | - |
| YUV | 144.85 | 111.73 | 194.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 103 | 116 | 0 | 0.57 | 0.51 | 0.07 | 354.22 | 0.8 | 0.67 |
| Hex | EE | 67 | 74 | 0 | 39 | 33 | 7 | 162 | 50 | 43 |
| Octal | 356 | 147 | 164 | 0 | 71 | 63 | 7 | 542 | 120 | 103 |
| Binary | 11101110 | 1100111 | 1110100 | 0 | 111001 | 110011 | 111 | 101100010 | 1010000 | 1000011 |
Color Harmonies of #EE6774
Complementary color
Monochromatic Colors of #EE6774
Black with #EE6774
Text Example
Text Example
White with #EE6774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6774; }
p { color: rgb(238,103,116); }
H1.HeaderClassName
{
color: #EE6774;
}
.AnyTagClassName
{
color: #EE6774;
}
</style>
background-color css
<style>
a { background-color: #EE6774; }
a { background-color: rgb(238,103,116); }
div.DivClassName
{
background-color: #EE6774;
}
.BgClassName
{
background-color: #EE6774;
}
</style>
border-color css
<style>
span { border-color: #EE6774; }
span { border-color: rgb(238,103,116); }
td.TdClassName
{
border-color: #EE6774;
}
.TagClassName
{
border-color: #EE6774;
}
</style>