Shades of Pink Flamingo #EE4DFE
Tints of Pink Flamingo #EE4DFE
RGB
CMYK
RGB Variations
Color information
#EE4DFE (or 0xEE4DFE) is known color: Pink Flamingo. HEX triplet: EE, 4D and FE. RGB value is (238,77,254). Sum of RGB (Red+Green+Blue) = 238+77+254=569 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.83% from 569); Green value is 77 (30.47% from 255 or 13.53% from 569); Blue value is 254 (99.61% from 255 or 44.64% from 569); Max value from RGB is 254 - color contains mainly: blue. Hex color #EE4DFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE4DFE is #11B201. Grayscale: #909090. Windows color (decimal): -1159682 or 16666094. OLE color: 16666094.
HSL color Cylindrical-coordinate representation of color #EE4DFE: hue angle of 294.58º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EE4DFE is Cyan = 0.06, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 238 | 77 | 254 | - |
| CMYK | 0.06 | 0.70 | 0 | 0.00 |
| HSL | 294.58º | 0.99% | 0.65% | - |
| HSV(B) | 294.58º | 0.7% | 1% | - |
| XYZ | 55.8 | 30.64 | 96.74 | - |
| YUV | 145.32 | 189.34 | 194.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 77 | 254 | 0.06 | 0.70 | 0 | 0.00 | 294.58 | 0.99 | 0.65 |
| Hex | EE | 4D | FE | 6 | 46 | 0 | 0 | 127 | 63 | 41 |
| Octal | 356 | 115 | 376 | 6 | 106 | 0 | 0 | 447 | 143 | 101 |
| Binary | 11101110 | 1001101 | 11111110 | 110 | 1000110 | 0 | 0 | 100100111 | 1100011 | 1000001 |
Color Harmonies of #EE4DFE
Complementary color
Monochromatic Colors of #EE4DFE
Black with #EE4DFE
Text Example
Text Example
White with #EE4DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4DFE; }
p { color: rgb(238,77,254); }
H1.HeaderClassName
{
color: #EE4DFE;
}
.AnyTagClassName
{
color: #EE4DFE;
}
</style>
background-color css
<style>
a { background-color: #EE4DFE; }
a { background-color: rgb(238,77,254); }
div.DivClassName
{
background-color: #EE4DFE;
}
.BgClassName
{
background-color: #EE4DFE;
}
</style>
border-color css
<style>
span { border-color: #EE4DFE; }
span { border-color: rgb(238,77,254); }
td.TdClassName
{
border-color: #EE4DFE;
}
.TagClassName
{
border-color: #EE4DFE;
}
</style>