Shades of Pink Flamingo #EE4FFE
Tints of Pink Flamingo #EE4FFE
RGB
CMYK
RGB Variations
Color information
#EE4FFE (or 0xEE4FFE) is known color: Pink Flamingo. HEX triplet: EE, 4F and FE. RGB value is (238,79,254). Sum of RGB (Red+Green+Blue) = 238+79+254=571 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.68% from 571); Green value is 79 (31.25% from 255 or 13.84% from 571); Blue value is 254 (99.61% from 255 or 44.48% from 571); Max value from RGB is 254 - color contains mainly: blue. Hex color #EE4FFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE4FFE is #11B001. Grayscale: #919191. Windows color (decimal): -1159170 or 16666606. OLE color: 16666606.
HSL color Cylindrical-coordinate representation of color #EE4FFE: hue angle of 294.51º 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 #EE4FFE is Cyan = 0.06, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 238 | 79 | 254 | - |
| CMYK | 0.06 | 0.69 | 0 | 0.00 |
| HSL | 294.51º | 0.99% | 0.65% | - |
| HSV(B) | 294.51º | 0.69% | 1% | - |
| XYZ | 55.95 | 30.92 | 96.79 | - |
| YUV | 146.49 | 188.68 | 193.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 79 | 254 | 0.06 | 0.69 | 0 | 0.00 | 294.51 | 0.99 | 0.65 |
| Hex | EE | 4F | FE | 6 | 45 | 0 | 0 | 127 | 63 | 41 |
| Octal | 356 | 117 | 376 | 6 | 105 | 0 | 0 | 447 | 143 | 101 |
| Binary | 11101110 | 1001111 | 11111110 | 110 | 1000101 | 0 | 0 | 100100111 | 1100011 | 1000001 |
Color Harmonies of #EE4FFE
Complementary color
Monochromatic Colors of #EE4FFE
Black with #EE4FFE
Text Example
Text Example
White with #EE4FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4FFE; }
p { color: rgb(238,79,254); }
H1.HeaderClassName
{
color: #EE4FFE;
}
.AnyTagClassName
{
color: #EE4FFE;
}
</style>
background-color css
<style>
a { background-color: #EE4FFE; }
a { background-color: rgb(238,79,254); }
div.DivClassName
{
background-color: #EE4FFE;
}
.BgClassName
{
background-color: #EE4FFE;
}
</style>
border-color css
<style>
span { border-color: #EE4FFE; }
span { border-color: rgb(238,79,254); }
td.TdClassName
{
border-color: #EE4FFE;
}
.TagClassName
{
border-color: #EE4FFE;
}
</style>