Shades of Froly #EE6469
Tints of Froly #EE6469
RGB
CMYK
RGB Variations
Color information
#EE6469 (or 0xEE6469) is known color: Froly. HEX triplet: EE, 64 and 69. RGB value is (238,100,105). Sum of RGB (Red+Green+Blue) = 238+100+105=443 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.72% from 443); Green value is 100 (39.45% from 255 or 22.57% from 443); Blue value is 105 (41.41% from 255 or 23.70% from 443); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6469 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6469 is #119B96. Grayscale: #8D8D8D. Windows color (decimal): -1153943 or 6907118. OLE color: 6907118.
HSL color Cylindrical-coordinate representation of color #EE6469: hue angle of 357.83º 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 #EE6469 is Cyan = 0, Magento = 0.58, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 100 | 105 | - |
| CMYK | 0 | 0.58 | 0.56 | 0.07 |
| HSL | 357.83º | 0.8% | 0.66% | - |
| HSV(B) | 357.83º | 0.58% | 0.93% | - |
| XYZ | 42.37 | 28.31 | 16.6 | - |
| YUV | 141.83 | 107.22 | 196.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 100 | 105 | 0 | 0.58 | 0.56 | 0.07 | 357.83 | 0.8 | 0.66 |
| Hex | EE | 64 | 69 | 0 | 3A | 38 | 7 | 166 | 50 | 42 |
| Octal | 356 | 144 | 151 | 0 | 72 | 70 | 7 | 546 | 120 | 102 |
| Binary | 11101110 | 1100100 | 1101001 | 0 | 111010 | 111000 | 111 | 101100110 | 1010000 | 1000010 |
Color Harmonies of #EE6469
Complementary color
Monochromatic Colors of #EE6469
Black with #EE6469
Text Example
Text Example
White with #EE6469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6469; }
p { color: rgb(238,100,105); }
H1.HeaderClassName
{
color: #EE6469;
}
.AnyTagClassName
{
color: #EE6469;
}
</style>
background-color css
<style>
a { background-color: #EE6469; }
a { background-color: rgb(238,100,105); }
div.DivClassName
{
background-color: #EE6469;
}
.BgClassName
{
background-color: #EE6469;
}
</style>
border-color css
<style>
span { border-color: #EE6469; }
span { border-color: rgb(238,100,105); }
td.TdClassName
{
border-color: #EE6469;
}
.TagClassName
{
border-color: #EE6469;
}
</style>