Shades of Pink Flamingo #EE42FE
Tints of Pink Flamingo #EE42FE
RGB
CMYK
RGB Variations
Color information
#EE42FE (or 0xEE42FE) is known color: Pink Flamingo. HEX triplet: EE, 42 and FE. RGB value is (238,66,254). Sum of RGB (Red+Green+Blue) = 238+66+254=558 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.65% from 558); Green value is 66 (26.17% from 255 or 11.83% from 558); Blue value is 254 (99.61% from 255 or 45.52% from 558); Max value from RGB is 254 - color contains mainly: blue. Hex color #EE42FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE42FE is #11BD01. Grayscale: #8A8A8A. Windows color (decimal): -1162498 or 16663278. OLE color: 16663278.
HSL color Cylindrical-coordinate representation of color #EE42FE: hue angle of 294.89º 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 #EE42FE is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 238 | 66 | 254 | - |
| CMYK | 0.06 | 0.74 | 0 | 0.00 |
| HSL | 294.89º | 0.99% | 0.63% | - |
| HSV(B) | 294.89º | 0.74% | 1% | - |
| XYZ | 55.1 | 29.23 | 96.5 | - |
| YUV | 138.86 | 192.98 | 198.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 66 | 254 | 0.06 | 0.74 | 0 | 0.00 | 294.89 | 0.99 | 0.63 |
| Hex | EE | 42 | FE | 6 | 4A | 0 | 0 | 127 | 63 | 3F |
| Octal | 356 | 102 | 376 | 6 | 112 | 0 | 0 | 447 | 143 | 77 |
| Binary | 11101110 | 1000010 | 11111110 | 110 | 1001010 | 0 | 0 | 100100111 | 1100011 | 111111 |
Color Harmonies of #EE42FE
Complementary color
Monochromatic Colors of #EE42FE
Black with #EE42FE
Text Example
Text Example
White with #EE42FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE42FE; }
p { color: rgb(238,66,254); }
H1.HeaderClassName
{
color: #EE42FE;
}
.AnyTagClassName
{
color: #EE42FE;
}
</style>
background-color css
<style>
a { background-color: #EE42FE; }
a { background-color: rgb(238,66,254); }
div.DivClassName
{
background-color: #EE42FE;
}
.BgClassName
{
background-color: #EE42FE;
}
</style>
border-color css
<style>
span { border-color: #EE42FE; }
span { border-color: rgb(238,66,254); }
td.TdClassName
{
border-color: #EE42FE;
}
.TagClassName
{
border-color: #EE42FE;
}
</style>