Shades of Pink Flamingo #EE4EFF
Tints of Pink Flamingo #EE4EFF
RGB
CMYK
RGB Variations
Color information
#EE4EFF (or 0xEE4EFF) is known color: Pink Flamingo. HEX triplet: EE, 4E and FF. RGB value is (238,78,255). Sum of RGB (Red+Green+Blue) = 238+78+255=571 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.68% from 571); Green value is 78 (30.86% from 255 or 13.66% from 571); Blue value is 255 (100% from 255 or 44.66% from 571); Max value from RGB is 255 - color contains mainly: blue. Hex color #EE4EFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE4EFF is #11B100. Grayscale: #919191. Windows color (decimal): -1159425 or 16731886. OLE color: 16731886.
HSL color Cylindrical-coordinate representation of color #EE4EFF: hue angle of 294.24º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EE4EFF is Cyan = 0.07, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 78 | 255 | - |
| CMYK | 0.07 | 0.69 | 0 | 0 |
| HSL | 294.24º | 1% | 0.65% | - |
| HSV(B) | 294.24º | 0.69% | 1% | - |
| XYZ | 56.03 | 30.85 | 97.61 | - |
| YUV | 146.02 | 189.51 | 193.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 78 | 255 | 0.07 | 0.69 | 0 | 0 | 294.24 | 1 | 0.65 |
| Hex | EE | 4E | FF | 7 | 45 | 0 | 0 | 126 | 64 | 41 |
| Octal | 356 | 116 | 377 | 7 | 105 | 0 | 0 | 446 | 144 | 101 |
| Binary | 11101110 | 1001110 | 11111111 | 111 | 1000101 | 0 | 0 | 100100110 | 1100100 | 1000001 |
Color Harmonies of #EE4EFF
Complementary color
Monochromatic Colors of #EE4EFF
Black with #EE4EFF
Text Example
Text Example
White with #EE4EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4EFF; }
p { color: rgb(238,78,255); }
H1.HeaderClassName
{
color: #EE4EFF;
}
.AnyTagClassName
{
color: #EE4EFF;
}
</style>
background-color css
<style>
a { background-color: #EE4EFF; }
a { background-color: rgb(238,78,255); }
div.DivClassName
{
background-color: #EE4EFF;
}
.BgClassName
{
background-color: #EE4EFF;
}
</style>
border-color css
<style>
span { border-color: #EE4EFF; }
span { border-color: rgb(238,78,255); }
td.TdClassName
{
border-color: #EE4EFF;
}
.TagClassName
{
border-color: #EE4EFF;
}
</style>