Shades of Pink Flamingo #EE6AFC
Tints of Pink Flamingo #EE6AFC
RGB
CMYK
RGB Variations
Color information
#EE6AFC (or 0xEE6AFC) is known color: Pink Flamingo. HEX triplet: EE, 6A and FC. RGB value is (238,106,252). Sum of RGB (Red+Green+Blue) = 238+106+252=596 (78% of max value = 765). Red value is 238 (93.36% from 255 or 39.93% from 596); Green value is 106 (41.80% from 255 or 17.79% from 596); Blue value is 252 (98.83% from 255 or 42.28% from 596); Max value from RGB is 252 - color contains mainly: blue. Hex color #EE6AFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE6AFC is #119503. Grayscale: #A1A1A1. Windows color (decimal): -1152260 or 16542446. OLE color: 16542446.
HSL color Cylindrical-coordinate representation of color #EE6AFC: hue angle of 294.25º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EE6AFC is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 238 | 106 | 252 | - |
| CMYK | 0.06 | 0.58 | 0 | 0.01 |
| HSL | 294.25º | 0.96% | 0.7% | - |
| HSV(B) | 294.25º | 0.58% | 0.99% | - |
| XYZ | 57.98 | 35.51 | 95.89 | - |
| YUV | 162.11 | 178.73 | 182.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 106 | 252 | 0.06 | 0.58 | 0 | 0.01 | 294.25 | 0.96 | 0.7 |
| Hex | EE | 6A | FC | 6 | 3A | 0 | 1 | 126 | 60 | 46 |
| Octal | 356 | 152 | 374 | 6 | 72 | 0 | 1 | 446 | 140 | 106 |
| Binary | 11101110 | 1101010 | 11111100 | 110 | 111010 | 0 | 1 | 100100110 | 1100000 | 1000110 |
Color Harmonies of #EE6AFC
Complementary color
Monochromatic Colors of #EE6AFC
Black with #EE6AFC
Text Example
Text Example
White with #EE6AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6AFC; }
p { color: rgb(238,106,252); }
H1.HeaderClassName
{
color: #EE6AFC;
}
.AnyTagClassName
{
color: #EE6AFC;
}
</style>
background-color css
<style>
a { background-color: #EE6AFC; }
a { background-color: rgb(238,106,252); }
div.DivClassName
{
background-color: #EE6AFC;
}
.BgClassName
{
background-color: #EE6AFC;
}
</style>
border-color css
<style>
span { border-color: #EE6AFC; }
span { border-color: rgb(238,106,252); }
td.TdClassName
{
border-color: #EE6AFC;
}
.TagClassName
{
border-color: #EE6AFC;
}
</style>