Shades of Pink Flamingo #EE41FF
Tints of Pink Flamingo #EE41FF
RGB
CMYK
RGB Variations
Color information
#EE41FF (or 0xEE41FF) is known color: Pink Flamingo. HEX triplet: EE, 41 and FF. RGB value is (238,65,255). Sum of RGB (Red+Green+Blue) = 238+65+255=558 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.65% from 558); Green value is 65 (25.78% from 255 or 11.65% from 558); Blue value is 255 (100% from 255 or 45.70% from 558); Max value from RGB is 255 - color contains mainly: blue. Hex color #EE41FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE41FF is #11BE00. Grayscale: #898989. Windows color (decimal): -1162753 or 16728558. OLE color: 16728558.
HSL color Cylindrical-coordinate representation of color #EE41FF: hue angle of 294.63º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EE41FF is Cyan = 0.07, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 65 | 255 | - |
| CMYK | 0.07 | 0.75 | 0 | 0 |
| HSL | 294.63º | 1% | 0.63% | - |
| HSV(B) | 294.63º | 0.75% | 1% | - |
| XYZ | 55.2 | 29.18 | 97.33 | - |
| YUV | 138.39 | 193.81 | 199.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 65 | 255 | 0.07 | 0.75 | 0 | 0 | 294.63 | 1 | 0.63 |
| Hex | EE | 41 | FF | 7 | 4B | 0 | 0 | 127 | 64 | 3F |
| Octal | 356 | 101 | 377 | 7 | 113 | 0 | 0 | 447 | 144 | 77 |
| Binary | 11101110 | 1000001 | 11111111 | 111 | 1001011 | 0 | 0 | 100100111 | 1100100 | 111111 |
Color Harmonies of #EE41FF
Complementary color
Monochromatic Colors of #EE41FF
Black with #EE41FF
Text Example
Text Example
White with #EE41FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE41FF; }
p { color: rgb(238,65,255); }
H1.HeaderClassName
{
color: #EE41FF;
}
.AnyTagClassName
{
color: #EE41FF;
}
</style>
background-color css
<style>
a { background-color: #EE41FF; }
a { background-color: rgb(238,65,255); }
div.DivClassName
{
background-color: #EE41FF;
}
.BgClassName
{
background-color: #EE41FF;
}
</style>
border-color css
<style>
span { border-color: #EE41FF; }
span { border-color: rgb(238,65,255); }
td.TdClassName
{
border-color: #EE41FF;
}
.TagClassName
{
border-color: #EE41FF;
}
</style>