Shades of Pink Flamingo #EE6AF7
Tints of Pink Flamingo #EE6AF7
RGB
CMYK
RGB Variations
Color information
#EE6AF7 (or 0xEE6AF7) is known color: Pink Flamingo. HEX triplet: EE, 6A and F7. RGB value is (238,106,247). Sum of RGB (Red+Green+Blue) = 238+106+247=591 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.27% from 591); Green value is 106 (41.80% from 255 or 17.94% from 591); Blue value is 247 (96.88% from 255 or 41.79% from 591); Max value from RGB is 247 - color contains mainly: blue. Hex color #EE6AF7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE6AF7 is #119508. Grayscale: #A1A1A1. Windows color (decimal): -1152265 or 16214766. OLE color: 16214766.
HSL color Cylindrical-coordinate representation of color #EE6AF7: hue angle of 296.17º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EE6AF7 is Cyan = 0.04, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 238 | 106 | 247 | - |
| CMYK | 0.04 | 0.57 | 0 | 0.03 |
| HSL | 296.17º | 0.9% | 0.69% | - |
| HSV(B) | 296.17º | 0.57% | 0.97% | - |
| XYZ | 57.2 | 35.2 | 91.78 | - |
| YUV | 161.54 | 176.23 | 182.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 106 | 247 | 0.04 | 0.57 | 0 | 0.03 | 296.17 | 0.9 | 0.69 |
| Hex | EE | 6A | F7 | 4 | 39 | 0 | 3 | 128 | 5A | 45 |
| Octal | 356 | 152 | 367 | 4 | 71 | 0 | 3 | 450 | 132 | 105 |
| Binary | 11101110 | 1101010 | 11110111 | 100 | 111001 | 0 | 11 | 100101000 | 1011010 | 1000101 |
Color Harmonies of #EE6AF7
Complementary color
Monochromatic Colors of #EE6AF7
Black with #EE6AF7
Text Example
Text Example
White with #EE6AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6AF7; }
p { color: rgb(238,106,247); }
H1.HeaderClassName
{
color: #EE6AF7;
}
.AnyTagClassName
{
color: #EE6AF7;
}
</style>
background-color css
<style>
a { background-color: #EE6AF7; }
a { background-color: rgb(238,106,247); }
div.DivClassName
{
background-color: #EE6AF7;
}
.BgClassName
{
background-color: #EE6AF7;
}
</style>
border-color css
<style>
span { border-color: #EE6AF7; }
span { border-color: rgb(238,106,247); }
td.TdClassName
{
border-color: #EE6AF7;
}
.TagClassName
{
border-color: #EE6AF7;
}
</style>