Shades of Pink Flamingo #EE6AF6
Tints of Pink Flamingo #EE6AF6
RGB
CMYK
RGB Variations
Color information
#EE6AF6 (or 0xEE6AF6) is known color: Pink Flamingo. HEX triplet: EE, 6A and F6. RGB value is (238,106,246). Sum of RGB (Red+Green+Blue) = 238+106+246=590 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.34% from 590); Green value is 106 (41.80% from 255 or 17.97% from 590); Blue value is 246 (96.48% from 255 or 41.69% from 590); Max value from RGB is 246 - color contains mainly: blue. Hex color #EE6AF6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE6AF6 is #119509. Grayscale: #A1A1A1. Windows color (decimal): -1152266 or 16149230. OLE color: 16149230.
HSL color Cylindrical-coordinate representation of color #EE6AF6: hue angle of 296.57º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EE6AF6 is Cyan = 0.03, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 106 | 246 | - |
| CMYK | 0.03 | 0.57 | 0 | 0.04 |
| HSL | 296.57º | 0.89% | 0.69% | - |
| HSV(B) | 296.57º | 0.57% | 0.96% | - |
| XYZ | 57.05 | 35.14 | 90.96 | - |
| YUV | 161.43 | 175.73 | 182.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 106 | 246 | 0.03 | 0.57 | 0 | 0.04 | 296.57 | 0.89 | 0.69 |
| Hex | EE | 6A | F6 | 3 | 39 | 0 | 4 | 129 | 59 | 45 |
| Octal | 356 | 152 | 366 | 3 | 71 | 0 | 4 | 451 | 131 | 105 |
| Binary | 11101110 | 1101010 | 11110110 | 11 | 111001 | 0 | 100 | 100101001 | 1011001 | 1000101 |
Color Harmonies of #EE6AF6
Complementary color
Monochromatic Colors of #EE6AF6
Black with #EE6AF6
Text Example
Text Example
White with #EE6AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6AF6; }
p { color: rgb(238,106,246); }
H1.HeaderClassName
{
color: #EE6AF6;
}
.AnyTagClassName
{
color: #EE6AF6;
}
</style>
background-color css
<style>
a { background-color: #EE6AF6; }
a { background-color: rgb(238,106,246); }
div.DivClassName
{
background-color: #EE6AF6;
}
.BgClassName
{
background-color: #EE6AF6;
}
</style>
border-color css
<style>
span { border-color: #EE6AF6; }
span { border-color: rgb(238,106,246); }
td.TdClassName
{
border-color: #EE6AF6;
}
.TagClassName
{
border-color: #EE6AF6;
}
</style>