Shades of Pink Flamingo #EE5AF8
Tints of Pink Flamingo #EE5AF8
RGB
CMYK
RGB Variations
Color information
#EE5AF8 (or 0xEE5AF8) is known color: Pink Flamingo. HEX triplet: EE, 5A and F8. RGB value is (238,90,248). Sum of RGB (Red+Green+Blue) = 238+90+248=576 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.32% from 576); Green value is 90 (35.55% from 255 or 15.62% from 576); Blue value is 248 (97.27% from 255 or 43.06% from 576); Max value from RGB is 248 - color contains mainly: blue. Hex color #EE5AF8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE5AF8 is #11A507. Grayscale: #979797. Windows color (decimal): -1156360 or 16276206. OLE color: 16276206.
HSL color Cylindrical-coordinate representation of color #EE5AF8: hue angle of 296.2º degrees, saturation: 0.92, 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 #EE5AF8 is Cyan = 0.04, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 238 | 90 | 248 | - |
| CMYK | 0.04 | 0.64 | 0 | 0.03 |
| HSL | 296.2º | 0.92% | 0.66% | - |
| HSV(B) | 296.2º | 0.64% | 0.97% | - |
| XYZ | 55.86 | 32.27 | 92.09 | - |
| YUV | 152.26 | 182.03 | 189.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 90 | 248 | 0.04 | 0.64 | 0 | 0.03 | 296.2 | 0.92 | 0.66 |
| Hex | EE | 5A | F8 | 4 | 40 | 0 | 3 | 128 | 5C | 42 |
| Octal | 356 | 132 | 370 | 4 | 100 | 0 | 3 | 450 | 134 | 102 |
| Binary | 11101110 | 1011010 | 11111000 | 100 | 1000000 | 0 | 11 | 100101000 | 1011100 | 1000010 |
Color Harmonies of #EE5AF8
Complementary color
Monochromatic Colors of #EE5AF8
Black with #EE5AF8
Text Example
Text Example
White with #EE5AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5AF8; }
p { color: rgb(238,90,248); }
H1.HeaderClassName
{
color: #EE5AF8;
}
.AnyTagClassName
{
color: #EE5AF8;
}
</style>
background-color css
<style>
a { background-color: #EE5AF8; }
a { background-color: rgb(238,90,248); }
div.DivClassName
{
background-color: #EE5AF8;
}
.BgClassName
{
background-color: #EE5AF8;
}
</style>
border-color css
<style>
span { border-color: #EE5AF8; }
span { border-color: rgb(238,90,248); }
td.TdClassName
{
border-color: #EE5AF8;
}
.TagClassName
{
border-color: #EE5AF8;
}
</style>