Shades of Pink Flamingo #EE55F1
Tints of Pink Flamingo #EE55F1
RGB
CMYK
RGB Variations
Color information
#EE55F1 (or 0xEE55F1) is known color: Pink Flamingo. HEX triplet: EE, 55 and F1. RGB value is (238,85,241). Sum of RGB (Red+Green+Blue) = 238+85+241=564 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.20% from 564); Green value is 85 (33.59% from 255 or 15.07% from 564); Blue value is 241 (94.53% from 255 or 42.73% from 564); Max value from RGB is 241 - color contains mainly: blue. Hex color #EE55F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE55F1 is #11AA0E. Grayscale: #949494. Windows color (decimal): -1157647 or 15816174. OLE color: 15816174.
HSL color Cylindrical-coordinate representation of color #EE55F1: hue angle of 298.85º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EE55F1 is Cyan = 0.01, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 85 | 241 | - |
| CMYK | 0.01 | 0.65 | 0 | 0.05 |
| HSL | 298.85º | 0.85% | 0.64% | - |
| HSV(B) | 298.85º | 0.65% | 0.95% | - |
| XYZ | 54.39 | 31.03 | 86.34 | - |
| YUV | 148.53 | 180.19 | 191.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 85 | 241 | 0.01 | 0.65 | 0 | 0.05 | 298.85 | 0.85 | 0.64 |
| Hex | EE | 55 | F1 | 1 | 41 | 0 | 5 | 12B | 55 | 40 |
| Octal | 356 | 125 | 361 | 1 | 101 | 0 | 5 | 453 | 125 | 100 |
| Binary | 11101110 | 1010101 | 11110001 | 1 | 1000001 | 0 | 101 | 100101011 | 1010101 | 1000000 |
Color Harmonies of #EE55F1
Complementary color
Monochromatic Colors of #EE55F1
Black with #EE55F1
Text Example
Text Example
White with #EE55F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE55F1; }
p { color: rgb(238,85,241); }
H1.HeaderClassName
{
color: #EE55F1;
}
.AnyTagClassName
{
color: #EE55F1;
}
</style>
background-color css
<style>
a { background-color: #EE55F1; }
a { background-color: rgb(238,85,241); }
div.DivClassName
{
background-color: #EE55F1;
}
.BgClassName
{
background-color: #EE55F1;
}
</style>
border-color css
<style>
span { border-color: #EE55F1; }
span { border-color: rgb(238,85,241); }
td.TdClassName
{
border-color: #EE55F1;
}
.TagClassName
{
border-color: #EE55F1;
}
</style>