Shades of Pink Flamingo #EE62FA
Tints of Pink Flamingo #EE62FA
RGB
CMYK
RGB Variations
Color information
#EE62FA (or 0xEE62FA) is known color: Pink Flamingo. HEX triplet: EE, 62 and FA. RGB value is (238,98,250). Sum of RGB (Red+Green+Blue) = 238+98+250=586 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.61% from 586); Green value is 98 (38.67% from 255 or 16.72% from 586); Blue value is 250 (98.05% from 255 or 42.66% from 586); Max value from RGB is 250 - color contains mainly: blue. Hex color #EE62FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE62FA is #119D05. Grayscale: #9C9C9C. Windows color (decimal): -1154310 or 16409326. OLE color: 16409326.
HSL color Cylindrical-coordinate representation of color #EE62FA: hue angle of 295.26º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EE62FA is Cyan = 0.05, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 98 | 250 | - |
| CMYK | 0.05 | 0.61 | 0 | 0.02 |
| HSL | 295.26º | 0.94% | 0.68% | - |
| HSV(B) | 295.26º | 0.61% | 0.98% | - |
| XYZ | 56.88 | 33.81 | 93.97 | - |
| YUV | 157.19 | 180.38 | 185.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 98 | 250 | 0.05 | 0.61 | 0 | 0.02 | 295.26 | 0.94 | 0.68 |
| Hex | EE | 62 | FA | 5 | 3D | 0 | 2 | 127 | 5E | 44 |
| Octal | 356 | 142 | 372 | 5 | 75 | 0 | 2 | 447 | 136 | 104 |
| Binary | 11101110 | 1100010 | 11111010 | 101 | 111101 | 0 | 10 | 100100111 | 1011110 | 1000100 |
Color Harmonies of #EE62FA
Complementary color
Monochromatic Colors of #EE62FA
Black with #EE62FA
Text Example
Text Example
White with #EE62FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE62FA; }
p { color: rgb(238,98,250); }
H1.HeaderClassName
{
color: #EE62FA;
}
.AnyTagClassName
{
color: #EE62FA;
}
</style>
background-color css
<style>
a { background-color: #EE62FA; }
a { background-color: rgb(238,98,250); }
div.DivClassName
{
background-color: #EE62FA;
}
.BgClassName
{
background-color: #EE62FA;
}
</style>
border-color css
<style>
span { border-color: #EE62FA; }
span { border-color: rgb(238,98,250); }
td.TdClassName
{
border-color: #EE62FA;
}
.TagClassName
{
border-color: #EE62FA;
}
</style>