Shades of Pink Flamingo #EE58FA
Tints of Pink Flamingo #EE58FA
RGB
CMYK
RGB Variations
Color information
#EE58FA (or 0xEE58FA) is known color: Pink Flamingo. HEX triplet: EE, 58 and FA. RGB value is (238,88,250). Sum of RGB (Red+Green+Blue) = 238+88+250=576 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.32% from 576); Green value is 88 (34.77% from 255 or 15.28% from 576); Blue value is 250 (98.05% from 255 or 43.40% from 576); Max value from RGB is 250 - color contains mainly: blue. Hex color #EE58FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE58FA is #11A705. Grayscale: #969696. Windows color (decimal): -1156870 or 16406766. OLE color: 16406766.
HSL color Cylindrical-coordinate representation of color #EE58FA: hue angle of 295.56º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EE58FA is Cyan = 0.05, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 88 | 250 | - |
| CMYK | 0.05 | 0.65 | 0 | 0.02 |
| HSL | 295.56º | 0.94% | 0.66% | - |
| HSV(B) | 295.56º | 0.65% | 0.98% | - |
| XYZ | 56 | 32.06 | 93.68 | - |
| YUV | 151.32 | 183.7 | 189.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 88 | 250 | 0.05 | 0.65 | 0 | 0.02 | 295.56 | 0.94 | 0.66 |
| Hex | EE | 58 | FA | 5 | 41 | 0 | 2 | 128 | 5E | 42 |
| Octal | 356 | 130 | 372 | 5 | 101 | 0 | 2 | 450 | 136 | 102 |
| Binary | 11101110 | 1011000 | 11111010 | 101 | 1000001 | 0 | 10 | 100101000 | 1011110 | 1000010 |
Color Harmonies of #EE58FA
Complementary color
Monochromatic Colors of #EE58FA
Black with #EE58FA
Text Example
Text Example
White with #EE58FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE58FA; }
p { color: rgb(238,88,250); }
H1.HeaderClassName
{
color: #EE58FA;
}
.AnyTagClassName
{
color: #EE58FA;
}
</style>
background-color css
<style>
a { background-color: #EE58FA; }
a { background-color: rgb(238,88,250); }
div.DivClassName
{
background-color: #EE58FA;
}
.BgClassName
{
background-color: #EE58FA;
}
</style>
border-color css
<style>
span { border-color: #EE58FA; }
span { border-color: rgb(238,88,250); }
td.TdClassName
{
border-color: #EE58FA;
}
.TagClassName
{
border-color: #EE58FA;
}
</style>