Shades of Froly #EE657A
Tints of Froly #EE657A
RGB
CMYK
RGB Variations
Color information
#EE657A (or 0xEE657A) is known color: Froly. HEX triplet: EE, 65 and 7A. RGB value is (238,101,122). Sum of RGB (Red+Green+Blue) = 238+101+122=461 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.63% from 461); Green value is 101 (39.84% from 255 or 21.91% from 461); Blue value is 122 (48.05% from 255 or 26.46% from 461); Max value from RGB is 238 - color contains mainly: red. Hex color #EE657A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE657A is #119A85. Grayscale: #909090. Windows color (decimal): -1153670 or 8021486. OLE color: 8021486.
HSL color Cylindrical-coordinate representation of color #EE657A: hue angle of 350.8º 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 #EE657A is Cyan = 0, Magento = 0.58, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 101 | 122 | - |
| CMYK | 0 | 0.58 | 0.49 | 0.07 |
| HSL | 350.8º | 0.8% | 0.66% | - |
| HSV(B) | 350.8º | 0.58% | 0.93% | - |
| XYZ | 43.43 | 28.89 | 21.7 | - |
| YUV | 144.36 | 115.39 | 194.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 101 | 122 | 0 | 0.58 | 0.49 | 0.07 | 350.8 | 0.8 | 0.66 |
| Hex | EE | 65 | 7A | 0 | 3A | 31 | 7 | 15F | 50 | 42 |
| Octal | 356 | 145 | 172 | 0 | 72 | 61 | 7 | 537 | 120 | 102 |
| Binary | 11101110 | 1100101 | 1111010 | 0 | 111010 | 110001 | 111 | 101011111 | 1010000 | 1000010 |
Color Harmonies of #EE657A
Complementary color
Monochromatic Colors of #EE657A
Black with #EE657A
Text Example
Text Example
White with #EE657A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE657A; }
p { color: rgb(238,101,122); }
H1.HeaderClassName
{
color: #EE657A;
}
.AnyTagClassName
{
color: #EE657A;
}
</style>
background-color css
<style>
a { background-color: #EE657A; }
a { background-color: rgb(238,101,122); }
div.DivClassName
{
background-color: #EE657A;
}
.BgClassName
{
background-color: #EE657A;
}
</style>
border-color css
<style>
span { border-color: #EE657A; }
span { border-color: rgb(238,101,122); }
td.TdClassName
{
border-color: #EE657A;
}
.TagClassName
{
border-color: #EE657A;
}
</style>