Shades of Pink Flamingo #EE41FE
Tints of Pink Flamingo #EE41FE
RGB
CMYK
RGB Variations
Color information
#EE41FE (or 0xEE41FE) is known color: Pink Flamingo. HEX triplet: EE, 41 and FE. RGB value is (238,65,254). Sum of RGB (Red+Green+Blue) = 238+65+254=557 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.73% from 557); Green value is 65 (25.78% from 255 or 11.67% from 557); Blue value is 254 (99.61% from 255 or 45.60% from 557); Max value from RGB is 254 - color contains mainly: blue. Hex color #EE41FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE41FE is #11BE01. Grayscale: #898989. Windows color (decimal): -1162754 or 16663022. OLE color: 16663022.
HSL color Cylindrical-coordinate representation of color #EE41FE: hue angle of 294.92º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EE41FE is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 238 | 65 | 254 | - |
| CMYK | 0.06 | 0.74 | 0 | 0.00 |
| HSL | 294.92º | 0.99% | 0.63% | - |
| HSV(B) | 294.92º | 0.74% | 1% | - |
| XYZ | 55.04 | 29.11 | 96.48 | - |
| YUV | 138.27 | 193.31 | 199.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 65 | 254 | 0.06 | 0.74 | 0 | 0.00 | 294.92 | 0.99 | 0.63 |
| Hex | EE | 41 | FE | 6 | 4A | 0 | 0 | 127 | 63 | 3F |
| Octal | 356 | 101 | 376 | 6 | 112 | 0 | 0 | 447 | 143 | 77 |
| Binary | 11101110 | 1000001 | 11111110 | 110 | 1001010 | 0 | 0 | 100100111 | 1100011 | 111111 |
Color Harmonies of #EE41FE
Complementary color
Monochromatic Colors of #EE41FE
Black with #EE41FE
Text Example
Text Example
White with #EE41FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE41FE; }
p { color: rgb(238,65,254); }
H1.HeaderClassName
{
color: #EE41FE;
}
.AnyTagClassName
{
color: #EE41FE;
}
</style>
background-color css
<style>
a { background-color: #EE41FE; }
a { background-color: rgb(238,65,254); }
div.DivClassName
{
background-color: #EE41FE;
}
.BgClassName
{
background-color: #EE41FE;
}
</style>
border-color css
<style>
span { border-color: #EE41FE; }
span { border-color: rgb(238,65,254); }
td.TdClassName
{
border-color: #EE41FE;
}
.TagClassName
{
border-color: #EE41FE;
}
</style>