Shades of Pink Flamingo #EE6AF2
Tints of Pink Flamingo #EE6AF2
RGB
CMYK
RGB Variations
Color information
#EE6AF2 (or 0xEE6AF2) is known color: Pink Flamingo. HEX triplet: EE, 6A and F2. RGB value is (238,106,242). Sum of RGB (Red+Green+Blue) = 238+106+242=586 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.61% from 586); Green value is 106 (41.80% from 255 or 18.09% from 586); Blue value is 242 (94.92% from 255 or 41.30% from 586); Max value from RGB is 242 - color contains mainly: blue. Hex color #EE6AF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE6AF2 is #11950D. Grayscale: #A0A0A0. Windows color (decimal): -1152270 or 15887086. OLE color: 15887086.
HSL color Cylindrical-coordinate representation of color #EE6AF2: hue angle of 298.24º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EE6AF2 is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 106 | 242 | - |
| CMYK | 0.02 | 0.56 | 0 | 0.05 |
| HSL | 298.24º | 0.84% | 0.68% | - |
| HSV(B) | 298.24º | 0.56% | 0.95% | - |
| XYZ | 56.44 | 34.9 | 87.77 | - |
| YUV | 160.97 | 173.73 | 182.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 106 | 242 | 0.02 | 0.56 | 0 | 0.05 | 298.24 | 0.84 | 0.68 |
| Hex | EE | 6A | F2 | 2 | 38 | 0 | 5 | 12A | 54 | 44 |
| Octal | 356 | 152 | 362 | 2 | 70 | 0 | 5 | 452 | 124 | 104 |
| Binary | 11101110 | 1101010 | 11110010 | 10 | 111000 | 0 | 101 | 100101010 | 1010100 | 1000100 |
Color Harmonies of #EE6AF2
Complementary color
Monochromatic Colors of #EE6AF2
Black with #EE6AF2
Text Example
Text Example
White with #EE6AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6AF2; }
p { color: rgb(238,106,242); }
H1.HeaderClassName
{
color: #EE6AF2;
}
.AnyTagClassName
{
color: #EE6AF2;
}
</style>
background-color css
<style>
a { background-color: #EE6AF2; }
a { background-color: rgb(238,106,242); }
div.DivClassName
{
background-color: #EE6AF2;
}
.BgClassName
{
background-color: #EE6AF2;
}
</style>
border-color css
<style>
span { border-color: #EE6AF2; }
span { border-color: rgb(238,106,242); }
td.TdClassName
{
border-color: #EE6AF2;
}
.TagClassName
{
border-color: #EE6AF2;
}
</style>