Shades of Froly #EE6470
Tints of Froly #EE6470
RGB
CMYK
RGB Variations
Color information
#EE6470 (or 0xEE6470) is known color: Froly. HEX triplet: EE, 64 and 70. RGB value is (238,100,112). Sum of RGB (Red+Green+Blue) = 238+100+112=450 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.89% from 450); Green value is 100 (39.45% from 255 or 22.22% from 450); Blue value is 112 (44.14% from 255 or 24.89% from 450); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6470 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6470 is #119B8F. Grayscale: #8E8E8E. Windows color (decimal): -1153936 or 7365870. OLE color: 7365870.
HSL color Cylindrical-coordinate representation of color #EE6470: hue angle of 354.78º 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 #EE6470 is Cyan = 0, Magento = 0.58, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 100 | 112 | - |
| CMYK | 0 | 0.58 | 0.53 | 0.07 |
| HSL | 354.78º | 0.8% | 0.66% | - |
| HSV(B) | 354.78º | 0.58% | 0.93% | - |
| XYZ | 42.74 | 28.46 | 18.57 | - |
| YUV | 142.63 | 110.72 | 196.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 100 | 112 | 0 | 0.58 | 0.53 | 0.07 | 354.78 | 0.8 | 0.66 |
| Hex | EE | 64 | 70 | 0 | 3A | 35 | 7 | 163 | 50 | 42 |
| Octal | 356 | 144 | 160 | 0 | 72 | 65 | 7 | 543 | 120 | 102 |
| Binary | 11101110 | 1100100 | 1110000 | 0 | 111010 | 110101 | 111 | 101100011 | 1010000 | 1000010 |
Color Harmonies of #EE6470
Complementary color
Monochromatic Colors of #EE6470
Black with #EE6470
Text Example
Text Example
White with #EE6470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6470; }
p { color: rgb(238,100,112); }
H1.HeaderClassName
{
color: #EE6470;
}
.AnyTagClassName
{
color: #EE6470;
}
</style>
background-color css
<style>
a { background-color: #EE6470; }
a { background-color: rgb(238,100,112); }
div.DivClassName
{
background-color: #EE6470;
}
.BgClassName
{
background-color: #EE6470;
}
</style>
border-color css
<style>
span { border-color: #EE6470; }
span { border-color: rgb(238,100,112); }
td.TdClassName
{
border-color: #EE6470;
}
.TagClassName
{
border-color: #EE6470;
}
</style>