Shades of Froly #EE6275
Tints of Froly #EE6275
RGB
CMYK
RGB Variations
Color information
#EE6275 (or 0xEE6275) is known color: Froly. HEX triplet: EE, 62 and 75. RGB value is (238,98,117). Sum of RGB (Red+Green+Blue) = 238+98+117=453 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.54% from 453); Green value is 98 (38.67% from 255 or 21.63% from 453); Blue value is 117 (46.09% from 255 or 25.83% from 453); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6275 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6275 is #119D8A. Grayscale: #8E8E8E. Windows color (decimal): -1154443 or 7693038. OLE color: 7693038.
HSL color Cylindrical-coordinate representation of color #EE6275: hue angle of 351.86º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EE6275 is Cyan = 0, Magento = 0.59, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 98 | 117 | - |
| CMYK | 0 | 0.59 | 0.51 | 0.07 |
| HSL | 351.86º | 0.8% | 0.66% | - |
| HSV(B) | 351.86º | 0.59% | 0.93% | - |
| XYZ | 42.84 | 28.2 | 20.01 | - |
| YUV | 142.03 | 113.88 | 196.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 98 | 117 | 0 | 0.59 | 0.51 | 0.07 | 351.86 | 0.8 | 0.66 |
| Hex | EE | 62 | 75 | 0 | 3B | 33 | 7 | 160 | 50 | 42 |
| Octal | 356 | 142 | 165 | 0 | 73 | 63 | 7 | 540 | 120 | 102 |
| Binary | 11101110 | 1100010 | 1110101 | 0 | 111011 | 110011 | 111 | 101100000 | 1010000 | 1000010 |
Color Harmonies of #EE6275
Complementary color
Monochromatic Colors of #EE6275
Black with #EE6275
Text Example
Text Example
White with #EE6275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6275; }
p { color: rgb(238,98,117); }
H1.HeaderClassName
{
color: #EE6275;
}
.AnyTagClassName
{
color: #EE6275;
}
</style>
background-color css
<style>
a { background-color: #EE6275; }
a { background-color: rgb(238,98,117); }
div.DivClassName
{
background-color: #EE6275;
}
.BgClassName
{
background-color: #EE6275;
}
</style>
border-color css
<style>
span { border-color: #EE6275; }
span { border-color: rgb(238,98,117); }
td.TdClassName
{
border-color: #EE6275;
}
.TagClassName
{
border-color: #EE6275;
}
</style>