Shades of Pink Flamingo #EE4AFF
Tints of Pink Flamingo #EE4AFF
RGB
CMYK
RGB Variations
Color information
#EE4AFF (or 0xEE4AFF) is known color: Pink Flamingo. HEX triplet: EE, 4A and FF. RGB value is (238,74,255). Sum of RGB (Red+Green+Blue) = 238+74+255=567 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.98% from 567); Green value is 74 (29.30% from 255 or 13.05% from 567); Blue value is 255 (100% from 255 or 44.97% from 567); Max value from RGB is 255 - color contains mainly: blue. Hex color #EE4AFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE4AFF is #11B500. Grayscale: #8F8F8F. Windows color (decimal): -1160449 or 16730862. OLE color: 16730862.
HSL color Cylindrical-coordinate representation of color #EE4AFF: hue angle of 294.36º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EE4AFF is Cyan = 0.07, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 74 | 255 | - |
| CMYK | 0.07 | 0.71 | 0 | 0 |
| HSL | 294.36º | 1% | 0.65% | - |
| HSV(B) | 294.36º | 0.71% | 1% | - |
| XYZ | 55.76 | 30.29 | 97.52 | - |
| YUV | 143.67 | 190.83 | 195.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 74 | 255 | 0.07 | 0.71 | 0 | 0 | 294.36 | 1 | 0.65 |
| Hex | EE | 4A | FF | 7 | 47 | 0 | 0 | 126 | 64 | 41 |
| Octal | 356 | 112 | 377 | 7 | 107 | 0 | 0 | 446 | 144 | 101 |
| Binary | 11101110 | 1001010 | 11111111 | 111 | 1000111 | 0 | 0 | 100100110 | 1100100 | 1000001 |
Color Harmonies of #EE4AFF
Complementary color
Monochromatic Colors of #EE4AFF
Black with #EE4AFF
Text Example
Text Example
White with #EE4AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4AFF; }
p { color: rgb(238,74,255); }
H1.HeaderClassName
{
color: #EE4AFF;
}
.AnyTagClassName
{
color: #EE4AFF;
}
</style>
background-color css
<style>
a { background-color: #EE4AFF; }
a { background-color: rgb(238,74,255); }
div.DivClassName
{
background-color: #EE4AFF;
}
.BgClassName
{
background-color: #EE4AFF;
}
</style>
border-color css
<style>
span { border-color: #EE4AFF; }
span { border-color: rgb(238,74,255); }
td.TdClassName
{
border-color: #EE4AFF;
}
.TagClassName
{
border-color: #EE4AFF;
}
</style>