Shades of Froly #EE6574
Tints of Froly #EE6574
RGB
CMYK
RGB Variations
Color information
#EE6574 (or 0xEE6574) is known color: Froly. HEX triplet: EE, 65 and 74. RGB value is (238,101,116). Sum of RGB (Red+Green+Blue) = 238+101+116=455 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.31% from 455); Green value is 101 (39.84% from 255 or 22.20% from 455); Blue value is 116 (45.70% from 255 or 25.49% from 455); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6574 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6574 is #119A8B. Grayscale: #8F8F8F. Windows color (decimal): -1153676 or 7628270. OLE color: 7628270.
HSL color Cylindrical-coordinate representation of color #EE6574: hue angle of 353.43º 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 #EE6574 is Cyan = 0, Magento = 0.58, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 101 | 116 | - |
| CMYK | 0 | 0.58 | 0.51 | 0.07 |
| HSL | 353.43º | 0.8% | 0.66% | - |
| HSV(B) | 353.43º | 0.58% | 0.93% | - |
| XYZ | 43.07 | 28.75 | 19.8 | - |
| YUV | 143.67 | 112.39 | 195.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 101 | 116 | 0 | 0.58 | 0.51 | 0.07 | 353.43 | 0.8 | 0.66 |
| Hex | EE | 65 | 74 | 0 | 3A | 33 | 7 | 161 | 50 | 42 |
| Octal | 356 | 145 | 164 | 0 | 72 | 63 | 7 | 541 | 120 | 102 |
| Binary | 11101110 | 1100101 | 1110100 | 0 | 111010 | 110011 | 111 | 101100001 | 1010000 | 1000010 |
Color Harmonies of #EE6574
Complementary color
Monochromatic Colors of #EE6574
Black with #EE6574
Text Example
Text Example
White with #EE6574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6574; }
p { color: rgb(238,101,116); }
H1.HeaderClassName
{
color: #EE6574;
}
.AnyTagClassName
{
color: #EE6574;
}
</style>
background-color css
<style>
a { background-color: #EE6574; }
a { background-color: rgb(238,101,116); }
div.DivClassName
{
background-color: #EE6574;
}
.BgClassName
{
background-color: #EE6574;
}
</style>
border-color css
<style>
span { border-color: #EE6574; }
span { border-color: rgb(238,101,116); }
td.TdClassName
{
border-color: #EE6574;
}
.TagClassName
{
border-color: #EE6574;
}
</style>