Shades of Froly #EE6375
Tints of Froly #EE6375
RGB
CMYK
RGB Variations
Color information
#EE6375 (or 0xEE6375) is known color: Froly. HEX triplet: EE, 63 and 75. RGB value is (238,99,117). Sum of RGB (Red+Green+Blue) = 238+99+117=454 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.42% from 454); Green value is 99 (39.06% from 255 or 21.81% from 454); Blue value is 117 (46.09% from 255 or 25.77% from 454); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6375 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6375 is #119C8A. Grayscale: #8E8E8E. Windows color (decimal): -1154187 or 7693294. OLE color: 7693294.
HSL color Cylindrical-coordinate representation of color #EE6375: hue angle of 352.23º 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 #EE6375 is Cyan = 0, Magento = 0.58, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 99 | 117 | - |
| CMYK | 0 | 0.58 | 0.51 | 0.07 |
| HSL | 352.23º | 0.8% | 0.66% | - |
| HSV(B) | 352.23º | 0.58% | 0.93% | - |
| XYZ | 42.93 | 28.39 | 20.05 | - |
| YUV | 142.61 | 113.55 | 196.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 99 | 117 | 0 | 0.58 | 0.51 | 0.07 | 352.23 | 0.8 | 0.66 |
| Hex | EE | 63 | 75 | 0 | 3A | 33 | 7 | 160 | 50 | 42 |
| Octal | 356 | 143 | 165 | 0 | 72 | 63 | 7 | 540 | 120 | 102 |
| Binary | 11101110 | 1100011 | 1110101 | 0 | 111010 | 110011 | 111 | 101100000 | 1010000 | 1000010 |
Color Harmonies of #EE6375
Complementary color
Monochromatic Colors of #EE6375
Black with #EE6375
Text Example
Text Example
White with #EE6375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6375; }
p { color: rgb(238,99,117); }
H1.HeaderClassName
{
color: #EE6375;
}
.AnyTagClassName
{
color: #EE6375;
}
</style>
background-color css
<style>
a { background-color: #EE6375; }
a { background-color: rgb(238,99,117); }
div.DivClassName
{
background-color: #EE6375;
}
.BgClassName
{
background-color: #EE6375;
}
</style>
border-color css
<style>
span { border-color: #EE6375; }
span { border-color: rgb(238,99,117); }
td.TdClassName
{
border-color: #EE6375;
}
.TagClassName
{
border-color: #EE6375;
}
</style>