Shades of Pink Flamingo #EE4EFE
Tints of Pink Flamingo #EE4EFE
RGB
CMYK
RGB Variations
Color information
#EE4EFE (or 0xEE4EFE) is known color: Pink Flamingo. HEX triplet: EE, 4E and FE. RGB value is (238,78,254). Sum of RGB (Red+Green+Blue) = 238+78+254=570 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.75% from 570); Green value is 78 (30.86% from 255 or 13.68% from 570); Blue value is 254 (99.61% from 255 or 44.56% from 570); Max value from RGB is 254 - color contains mainly: blue. Hex color #EE4EFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE4EFE is #11B101. Grayscale: #919191. Windows color (decimal): -1159426 or 16666350. OLE color: 16666350.
HSL color Cylindrical-coordinate representation of color #EE4EFE: hue angle of 294.55º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EE4EFE is Cyan = 0.06, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 238 | 78 | 254 | - |
| CMYK | 0.06 | 0.69 | 0 | 0.00 |
| HSL | 294.55º | 0.99% | 0.65% | - |
| HSV(B) | 294.55º | 0.69% | 1% | - |
| XYZ | 55.87 | 30.78 | 96.76 | - |
| YUV | 145.9 | 189.01 | 193.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 78 | 254 | 0.06 | 0.69 | 0 | 0.00 | 294.55 | 0.99 | 0.65 |
| Hex | EE | 4E | FE | 6 | 45 | 0 | 0 | 127 | 63 | 41 |
| Octal | 356 | 116 | 376 | 6 | 105 | 0 | 0 | 447 | 143 | 101 |
| Binary | 11101110 | 1001110 | 11111110 | 110 | 1000101 | 0 | 0 | 100100111 | 1100011 | 1000001 |
Color Harmonies of #EE4EFE
Complementary color
Monochromatic Colors of #EE4EFE
Black with #EE4EFE
Text Example
Text Example
White with #EE4EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4EFE; }
p { color: rgb(238,78,254); }
H1.HeaderClassName
{
color: #EE4EFE;
}
.AnyTagClassName
{
color: #EE4EFE;
}
</style>
background-color css
<style>
a { background-color: #EE4EFE; }
a { background-color: rgb(238,78,254); }
div.DivClassName
{
background-color: #EE4EFE;
}
.BgClassName
{
background-color: #EE4EFE;
}
</style>
border-color css
<style>
span { border-color: #EE4EFE; }
span { border-color: rgb(238,78,254); }
td.TdClassName
{
border-color: #EE4EFE;
}
.TagClassName
{
border-color: #EE4EFE;
}
</style>