Shades of Pink Flamingo #EE4AFE
Tints of Pink Flamingo #EE4AFE
RGB
CMYK
RGB Variations
Color information
#EE4AFE (or 0xEE4AFE) is known color: Pink Flamingo. HEX triplet: EE, 4A and FE. RGB value is (238,74,254). Sum of RGB (Red+Green+Blue) = 238+74+254=566 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.05% from 566); Green value is 74 (29.30% from 255 or 13.07% from 566); Blue value is 254 (99.61% from 255 or 44.88% from 566); Max value from RGB is 254 - color contains mainly: blue. Hex color #EE4AFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE4AFE is #11B501. Grayscale: #8F8F8F. Windows color (decimal): -1160450 or 16665326. OLE color: 16665326.
HSL color Cylindrical-coordinate representation of color #EE4AFE: hue angle of 294.67º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EE4AFE is Cyan = 0.06, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 238 | 74 | 254 | - |
| CMYK | 0.06 | 0.71 | 0 | 0.00 |
| HSL | 294.67º | 0.99% | 0.64% | - |
| HSV(B) | 294.67º | 0.71% | 1% | - |
| XYZ | 55.6 | 30.23 | 96.67 | - |
| YUV | 143.56 | 190.33 | 195.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 74 | 254 | 0.06 | 0.71 | 0 | 0.00 | 294.67 | 0.99 | 0.64 |
| Hex | EE | 4A | FE | 6 | 47 | 0 | 0 | 127 | 63 | 40 |
| Octal | 356 | 112 | 376 | 6 | 107 | 0 | 0 | 447 | 143 | 100 |
| Binary | 11101110 | 1001010 | 11111110 | 110 | 1000111 | 0 | 0 | 100100111 | 1100011 | 1000000 |
Color Harmonies of #EE4AFE
Complementary color
Monochromatic Colors of #EE4AFE
Black with #EE4AFE
Text Example
Text Example
White with #EE4AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4AFE; }
p { color: rgb(238,74,254); }
H1.HeaderClassName
{
color: #EE4AFE;
}
.AnyTagClassName
{
color: #EE4AFE;
}
</style>
background-color css
<style>
a { background-color: #EE4AFE; }
a { background-color: rgb(238,74,254); }
div.DivClassName
{
background-color: #EE4AFE;
}
.BgClassName
{
background-color: #EE4AFE;
}
</style>
border-color css
<style>
span { border-color: #EE4AFE; }
span { border-color: rgb(238,74,254); }
td.TdClassName
{
border-color: #EE4AFE;
}
.TagClassName
{
border-color: #EE4AFE;
}
</style>