Shades of Pink Flamingo #EE5AF7
Tints of Pink Flamingo #EE5AF7
RGB
CMYK
RGB Variations
Color information
#EE5AF7 (or 0xEE5AF7) is known color: Pink Flamingo. HEX triplet: EE, 5A and F7. RGB value is (238,90,247). Sum of RGB (Red+Green+Blue) = 238+90+247=575 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.39% from 575); Green value is 90 (35.55% from 255 or 15.65% from 575); Blue value is 247 (96.88% from 255 or 42.96% from 575); Max value from RGB is 247 - color contains mainly: blue. Hex color #EE5AF7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE5AF7 is #11A508. Grayscale: #979797. Windows color (decimal): -1156361 or 16210670. OLE color: 16210670.
HSL color Cylindrical-coordinate representation of color #EE5AF7: hue angle of 296.56º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EE5AF7 is Cyan = 0.04, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 238 | 90 | 247 | - |
| CMYK | 0.04 | 0.64 | 0 | 0.03 |
| HSL | 296.56º | 0.91% | 0.66% | - |
| HSV(B) | 296.56º | 0.64% | 0.97% | - |
| XYZ | 55.7 | 32.2 | 91.28 | - |
| YUV | 152.15 | 181.53 | 189.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 90 | 247 | 0.04 | 0.64 | 0 | 0.03 | 296.56 | 0.91 | 0.66 |
| Hex | EE | 5A | F7 | 4 | 40 | 0 | 3 | 129 | 5B | 42 |
| Octal | 356 | 132 | 367 | 4 | 100 | 0 | 3 | 451 | 133 | 102 |
| Binary | 11101110 | 1011010 | 11110111 | 100 | 1000000 | 0 | 11 | 100101001 | 1011011 | 1000010 |
Color Harmonies of #EE5AF7
Complementary color
Monochromatic Colors of #EE5AF7
Black with #EE5AF7
Text Example
Text Example
White with #EE5AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5AF7; }
p { color: rgb(238,90,247); }
H1.HeaderClassName
{
color: #EE5AF7;
}
.AnyTagClassName
{
color: #EE5AF7;
}
</style>
background-color css
<style>
a { background-color: #EE5AF7; }
a { background-color: rgb(238,90,247); }
div.DivClassName
{
background-color: #EE5AF7;
}
.BgClassName
{
background-color: #EE5AF7;
}
</style>
border-color css
<style>
span { border-color: #EE5AF7; }
span { border-color: rgb(238,90,247); }
td.TdClassName
{
border-color: #EE5AF7;
}
.TagClassName
{
border-color: #EE5AF7;
}
</style>