Shades of Pink Flamingo #EE42FC
Tints of Pink Flamingo #EE42FC
RGB
CMYK
RGB Variations
Color information
#EE42FC (or 0xEE42FC) is known color: Pink Flamingo. HEX triplet: EE, 42 and FC. RGB value is (238,66,252). Sum of RGB (Red+Green+Blue) = 238+66+252=556 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.81% from 556); Green value is 66 (26.17% from 255 or 11.87% from 556); Blue value is 252 (98.83% from 255 or 45.32% from 556); Max value from RGB is 252 - color contains mainly: blue. Hex color #EE42FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE42FC is #11BD03. Grayscale: #8A8A8A. Windows color (decimal): -1162500 or 16532206. OLE color: 16532206.
HSL color Cylindrical-coordinate representation of color #EE42FC: hue angle of 295.48º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EE42FC is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 238 | 66 | 252 | - |
| CMYK | 0.06 | 0.74 | 0 | 0.01 |
| HSL | 295.48º | 0.97% | 0.62% | - |
| HSV(B) | 295.48º | 0.74% | 0.99% | - |
| XYZ | 54.78 | 29.1 | 94.83 | - |
| YUV | 138.63 | 191.98 | 198.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 66 | 252 | 0.06 | 0.74 | 0 | 0.01 | 295.48 | 0.97 | 0.62 |
| Hex | EE | 42 | FC | 6 | 4A | 0 | 1 | 127 | 61 | 3E |
| Octal | 356 | 102 | 374 | 6 | 112 | 0 | 1 | 447 | 141 | 76 |
| Binary | 11101110 | 1000010 | 11111100 | 110 | 1001010 | 0 | 1 | 100100111 | 1100001 | 111110 |
Color Harmonies of #EE42FC
Complementary color
Monochromatic Colors of #EE42FC
Black with #EE42FC
Text Example
Text Example
White with #EE42FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE42FC; }
p { color: rgb(238,66,252); }
H1.HeaderClassName
{
color: #EE42FC;
}
.AnyTagClassName
{
color: #EE42FC;
}
</style>
background-color css
<style>
a { background-color: #EE42FC; }
a { background-color: rgb(238,66,252); }
div.DivClassName
{
background-color: #EE42FC;
}
.BgClassName
{
background-color: #EE42FC;
}
</style>
border-color css
<style>
span { border-color: #EE42FC; }
span { border-color: rgb(238,66,252); }
td.TdClassName
{
border-color: #EE42FC;
}
.TagClassName
{
border-color: #EE42FC;
}
</style>