Shades of Froly #EE585D
Tints of Froly #EE585D
RGB
CMYK
RGB Variations
Color information
#EE585D (or 0xEE585D) is known color: Froly. HEX triplet: EE, 58 and 5D. RGB value is (238,88,93). Sum of RGB (Red+Green+Blue) = 238+88+93=419 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.80% from 419); Green value is 88 (34.77% from 255 or 21.00% from 419); Blue value is 93 (36.72% from 255 or 22.20% from 419); Max value from RGB is 238 - color contains mainly: red. Hex color #EE585D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE585D is #11A7A2. Grayscale: #858585. Windows color (decimal): -1157027 or 6117614. OLE color: 6117614.
HSL color Cylindrical-coordinate representation of color #EE585D: hue angle of 358º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EE585D is Cyan = 0, Magento = 0.63, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 88 | 93 | - |
| CMYK | 0 | 0.63 | 0.61 | 0.07 |
| HSL | 358º | 0.82% | 0.64% | - |
| HSV(B) | 358º | 0.63% | 0.93% | - |
| XYZ | 40.73 | 25.95 | 13.22 | - |
| YUV | 133.42 | 105.2 | 202.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 88 | 93 | 0 | 0.63 | 0.61 | 0.07 | 358 | 0.82 | 0.64 |
| Hex | EE | 58 | 5D | 0 | 3F | 3D | 7 | 166 | 52 | 40 |
| Octal | 356 | 130 | 135 | 0 | 77 | 75 | 7 | 546 | 122 | 100 |
| Binary | 11101110 | 1011000 | 1011101 | 0 | 111111 | 111101 | 111 | 101100110 | 1010010 | 1000000 |
Color Harmonies of #EE585D
Complementary color
Monochromatic Colors of #EE585D
Black with #EE585D
Text Example
Text Example
White with #EE585D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE585D; }
p { color: rgb(238,88,93); }
H1.HeaderClassName
{
color: #EE585D;
}
.AnyTagClassName
{
color: #EE585D;
}
</style>
background-color css
<style>
a { background-color: #EE585D; }
a { background-color: rgb(238,88,93); }
div.DivClassName
{
background-color: #EE585D;
}
.BgClassName
{
background-color: #EE585D;
}
</style>
border-color css
<style>
span { border-color: #EE585D; }
span { border-color: rgb(238,88,93); }
td.TdClassName
{
border-color: #EE585D;
}
.TagClassName
{
border-color: #EE585D;
}
</style>