Shades of Pink Flamingo #EE42FA
Tints of Pink Flamingo #EE42FA
RGB
CMYK
RGB Variations
Color information
#EE42FA (or 0xEE42FA) is known color: Pink Flamingo. HEX triplet: EE, 42 and FA. RGB value is (238,66,250). Sum of RGB (Red+Green+Blue) = 238+66+250=554 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.96% from 554); Green value is 66 (26.17% from 255 or 11.91% from 554); Blue value is 250 (98.05% from 255 or 45.13% from 554); Max value from RGB is 250 - color contains mainly: blue. Hex color #EE42FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE42FA is #11BD05. Grayscale: #898989. Windows color (decimal): -1162502 or 16401134. OLE color: 16401134.
HSL color Cylindrical-coordinate representation of color #EE42FA: hue angle of 296.09º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EE42FA is Cyan = 0.05, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 66 | 250 | - |
| CMYK | 0.05 | 0.74 | 0 | 0.02 |
| HSL | 296.09º | 0.95% | 0.62% | - |
| HSV(B) | 296.09º | 0.74% | 0.98% | - |
| XYZ | 54.46 | 28.98 | 93.16 | - |
| YUV | 138.4 | 190.98 | 199.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 66 | 250 | 0.05 | 0.74 | 0 | 0.02 | 296.09 | 0.95 | 0.62 |
| Hex | EE | 42 | FA | 5 | 4A | 0 | 2 | 128 | 5F | 3E |
| Octal | 356 | 102 | 372 | 5 | 112 | 0 | 2 | 450 | 137 | 76 |
| Binary | 11101110 | 1000010 | 11111010 | 101 | 1001010 | 0 | 10 | 100101000 | 1011111 | 111110 |
Color Harmonies of #EE42FA
Complementary color
Monochromatic Colors of #EE42FA
Black with #EE42FA
Text Example
Text Example
White with #EE42FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE42FA; }
p { color: rgb(238,66,250); }
H1.HeaderClassName
{
color: #EE42FA;
}
.AnyTagClassName
{
color: #EE42FA;
}
</style>
background-color css
<style>
a { background-color: #EE42FA; }
a { background-color: rgb(238,66,250); }
div.DivClassName
{
background-color: #EE42FA;
}
.BgClassName
{
background-color: #EE42FA;
}
</style>
border-color css
<style>
span { border-color: #EE42FA; }
span { border-color: rgb(238,66,250); }
td.TdClassName
{
border-color: #EE42FA;
}
.TagClassName
{
border-color: #EE42FA;
}
</style>