Shades of Pink Flamingo #EE58F0
Tints of Pink Flamingo #EE58F0
RGB
CMYK
RGB Variations
Color information
#EE58F0 (or 0xEE58F0) is known color: Pink Flamingo. HEX triplet: EE, 58 and F0. RGB value is (238,88,240). Sum of RGB (Red+Green+Blue) = 238+88+240=566 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.05% from 566); Green value is 88 (34.77% from 255 or 15.55% from 566); Blue value is 240 (94.14% from 255 or 42.40% from 566); Max value from RGB is 240 - color contains mainly: blue. Hex color #EE58F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE58F0 is #11A70F. Grayscale: #959595. Windows color (decimal): -1156880 or 15751406. OLE color: 15751406.
HSL color Cylindrical-coordinate representation of color #EE58F0: hue angle of 299.21º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EE58F0 is Cyan = 0.01, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 88 | 240 | - |
| CMYK | 0.01 | 0.63 | 0 | 0.06 |
| HSL | 299.21º | 0.84% | 0.64% | - |
| HSV(B) | 299.21º | 0.63% | 0.94% | - |
| XYZ | 54.48 | 31.45 | 85.64 | - |
| YUV | 150.18 | 178.7 | 190.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 88 | 240 | 0.01 | 0.63 | 0 | 0.06 | 299.21 | 0.84 | 0.64 |
| Hex | EE | 58 | F0 | 1 | 3F | 0 | 6 | 12B | 54 | 40 |
| Octal | 356 | 130 | 360 | 1 | 77 | 0 | 6 | 453 | 124 | 100 |
| Binary | 11101110 | 1011000 | 11110000 | 1 | 111111 | 0 | 110 | 100101011 | 1010100 | 1000000 |
Color Harmonies of #EE58F0
Complementary color
Monochromatic Colors of #EE58F0
Black with #EE58F0
Text Example
Text Example
White with #EE58F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE58F0; }
p { color: rgb(238,88,240); }
H1.HeaderClassName
{
color: #EE58F0;
}
.AnyTagClassName
{
color: #EE58F0;
}
</style>
background-color css
<style>
a { background-color: #EE58F0; }
a { background-color: rgb(238,88,240); }
div.DivClassName
{
background-color: #EE58F0;
}
.BgClassName
{
background-color: #EE58F0;
}
</style>
border-color css
<style>
span { border-color: #EE58F0; }
span { border-color: rgb(238,88,240); }
td.TdClassName
{
border-color: #EE58F0;
}
.TagClassName
{
border-color: #EE58F0;
}
</style>