Shades of Froly #EE6575
Tints of Froly #EE6575
RGB
CMYK
RGB Variations
Color information
#EE6575 (or 0xEE6575) is known color: Froly. HEX triplet: EE, 65 and 75. RGB value is (238,101,117). Sum of RGB (Red+Green+Blue) = 238+101+117=456 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.19% from 456); Green value is 101 (39.84% from 255 or 22.15% from 456); Blue value is 117 (46.09% from 255 or 25.66% from 456); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6575 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6575 is #119A8A. Grayscale: #8F8F8F. Windows color (decimal): -1153675 or 7693806. OLE color: 7693806.
HSL color Cylindrical-coordinate representation of color #EE6575: hue angle of 352.99º 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 #EE6575 is Cyan = 0, Magento = 0.58, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 101 | 117 | - |
| CMYK | 0 | 0.58 | 0.51 | 0.07 |
| HSL | 352.99º | 0.8% | 0.66% | - |
| HSV(B) | 352.99º | 0.58% | 0.93% | - |
| XYZ | 43.12 | 28.77 | 20.11 | - |
| YUV | 143.79 | 112.89 | 195.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 101 | 117 | 0 | 0.58 | 0.51 | 0.07 | 352.99 | 0.8 | 0.66 |
| Hex | EE | 65 | 75 | 0 | 3A | 33 | 7 | 161 | 50 | 42 |
| Octal | 356 | 145 | 165 | 0 | 72 | 63 | 7 | 541 | 120 | 102 |
| Binary | 11101110 | 1100101 | 1110101 | 0 | 111010 | 110011 | 111 | 101100001 | 1010000 | 1000010 |
Color Harmonies of #EE6575
Complementary color
Monochromatic Colors of #EE6575
Black with #EE6575
Text Example
Text Example
White with #EE6575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6575; }
p { color: rgb(238,101,117); }
H1.HeaderClassName
{
color: #EE6575;
}
.AnyTagClassName
{
color: #EE6575;
}
</style>
background-color css
<style>
a { background-color: #EE6575; }
a { background-color: rgb(238,101,117); }
div.DivClassName
{
background-color: #EE6575;
}
.BgClassName
{
background-color: #EE6575;
}
</style>
border-color css
<style>
span { border-color: #EE6575; }
span { border-color: rgb(238,101,117); }
td.TdClassName
{
border-color: #EE6575;
}
.TagClassName
{
border-color: #EE6575;
}
</style>