Shades of Pink Flamingo #EE4AF8
Tints of Pink Flamingo #EE4AF8
RGB
CMYK
RGB Variations
Color information
#EE4AF8 (or 0xEE4AF8) is known color: Pink Flamingo. HEX triplet: EE, 4A and F8. RGB value is (238,74,248). Sum of RGB (Red+Green+Blue) = 238+74+248=560 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.5% from 560); Green value is 74 (29.30% from 255 or 13.21% from 560); Blue value is 248 (97.27% from 255 or 44.29% from 560); Max value from RGB is 248 - color contains mainly: blue. Hex color #EE4AF8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE4AF8 is #11B507. Grayscale: #8E8E8E. Windows color (decimal): -1160456 or 16272110. OLE color: 16272110.
HSL color Cylindrical-coordinate representation of color #EE4AF8: hue angle of 296.55º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EE4AF8 is Cyan = 0.04, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 238 | 74 | 248 | - |
| CMYK | 0.04 | 0.70 | 0 | 0.03 |
| HSL | 296.55º | 0.93% | 0.63% | - |
| HSV(B) | 296.55º | 0.7% | 0.97% | - |
| XYZ | 54.65 | 29.85 | 91.69 | - |
| YUV | 142.87 | 187.33 | 195.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 74 | 248 | 0.04 | 0.70 | 0 | 0.03 | 296.55 | 0.93 | 0.63 |
| Hex | EE | 4A | F8 | 4 | 46 | 0 | 3 | 129 | 5D | 3F |
| Octal | 356 | 112 | 370 | 4 | 106 | 0 | 3 | 451 | 135 | 77 |
| Binary | 11101110 | 1001010 | 11111000 | 100 | 1000110 | 0 | 11 | 100101001 | 1011101 | 111111 |
Color Harmonies of #EE4AF8
Complementary color
Monochromatic Colors of #EE4AF8
Black with #EE4AF8
Text Example
Text Example
White with #EE4AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4AF8; }
p { color: rgb(238,74,248); }
H1.HeaderClassName
{
color: #EE4AF8;
}
.AnyTagClassName
{
color: #EE4AF8;
}
</style>
background-color css
<style>
a { background-color: #EE4AF8; }
a { background-color: rgb(238,74,248); }
div.DivClassName
{
background-color: #EE4AF8;
}
.BgClassName
{
background-color: #EE4AF8;
}
</style>
border-color css
<style>
span { border-color: #EE4AF8; }
span { border-color: rgb(238,74,248); }
td.TdClassName
{
border-color: #EE4AF8;
}
.TagClassName
{
border-color: #EE4AF8;
}
</style>