Shades of Froly #EE6474
Tints of Froly #EE6474
RGB
CMYK
RGB Variations
Color information
#EE6474 (or 0xEE6474) is known color: Froly. HEX triplet: EE, 64 and 74. RGB value is (238,100,116). Sum of RGB (Red+Green+Blue) = 238+100+116=454 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.42% from 454); Green value is 100 (39.45% from 255 or 22.03% from 454); Blue value is 116 (45.70% from 255 or 25.55% from 454); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6474 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6474 is #119B8B. Grayscale: #8F8F8F. Windows color (decimal): -1153932 or 7628014. OLE color: 7628014.
HSL color Cylindrical-coordinate representation of color #EE6474: hue angle of 353.04º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EE6474 is Cyan = 0, Magento = 0.58, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 100 | 116 | - |
| CMYK | 0 | 0.58 | 0.51 | 0.07 |
| HSL | 353.04º | 0.8% | 0.66% | - |
| HSV(B) | 353.04º | 0.58% | 0.93% | - |
| XYZ | 42.97 | 28.55 | 19.77 | - |
| YUV | 143.09 | 112.72 | 195.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 100 | 116 | 0 | 0.58 | 0.51 | 0.07 | 353.04 | 0.8 | 0.66 |
| Hex | EE | 64 | 74 | 0 | 3A | 33 | 7 | 161 | 50 | 42 |
| Octal | 356 | 144 | 164 | 0 | 72 | 63 | 7 | 541 | 120 | 102 |
| Binary | 11101110 | 1100100 | 1110100 | 0 | 111010 | 110011 | 111 | 101100001 | 1010000 | 1000010 |
Color Harmonies of #EE6474
Complementary color
Monochromatic Colors of #EE6474
Black with #EE6474
Text Example
Text Example
White with #EE6474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6474; }
p { color: rgb(238,100,116); }
H1.HeaderClassName
{
color: #EE6474;
}
.AnyTagClassName
{
color: #EE6474;
}
</style>
background-color css
<style>
a { background-color: #EE6474; }
a { background-color: rgb(238,100,116); }
div.DivClassName
{
background-color: #EE6474;
}
.BgClassName
{
background-color: #EE6474;
}
</style>
border-color css
<style>
span { border-color: #EE6474; }
span { border-color: rgb(238,100,116); }
td.TdClassName
{
border-color: #EE6474;
}
.TagClassName
{
border-color: #EE6474;
}
</style>