Shades of Pink Flamingo #EE55F3
Tints of Pink Flamingo #EE55F3
RGB
CMYK
RGB Variations
Color information
#EE55F3 (or 0xEE55F3) is known color: Pink Flamingo. HEX triplet: EE, 55 and F3. RGB value is (238,85,243). Sum of RGB (Red+Green+Blue) = 238+85+243=566 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.05% from 566); Green value is 85 (33.59% from 255 or 15.02% from 566); Blue value is 243 (95.31% from 255 or 42.93% from 566); Max value from RGB is 243 - color contains mainly: blue. Hex color #EE55F3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE55F3 is #11AA0C. Grayscale: #949494. Windows color (decimal): -1157645 or 15947246. OLE color: 15947246.
HSL color Cylindrical-coordinate representation of color #EE55F3: hue angle of 298.1º degrees, saturation: 0.87, 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 #EE55F3 is Cyan = 0.02, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 85 | 243 | - |
| CMYK | 0.02 | 0.65 | 0 | 0.05 |
| HSL | 298.1º | 0.87% | 0.64% | - |
| HSV(B) | 298.1º | 0.65% | 0.95% | - |
| XYZ | 54.69 | 31.15 | 87.92 | - |
| YUV | 148.76 | 181.19 | 191.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 85 | 243 | 0.02 | 0.65 | 0 | 0.05 | 298.1 | 0.87 | 0.64 |
| Hex | EE | 55 | F3 | 2 | 41 | 0 | 5 | 12A | 57 | 40 |
| Octal | 356 | 125 | 363 | 2 | 101 | 0 | 5 | 452 | 127 | 100 |
| Binary | 11101110 | 1010101 | 11110011 | 10 | 1000001 | 0 | 101 | 100101010 | 1010111 | 1000000 |
Color Harmonies of #EE55F3
Complementary color
Monochromatic Colors of #EE55F3
Black with #EE55F3
Text Example
Text Example
White with #EE55F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE55F3; }
p { color: rgb(238,85,243); }
H1.HeaderClassName
{
color: #EE55F3;
}
.AnyTagClassName
{
color: #EE55F3;
}
</style>
background-color css
<style>
a { background-color: #EE55F3; }
a { background-color: rgb(238,85,243); }
div.DivClassName
{
background-color: #EE55F3;
}
.BgClassName
{
background-color: #EE55F3;
}
</style>
border-color css
<style>
span { border-color: #EE55F3; }
span { border-color: rgb(238,85,243); }
td.TdClassName
{
border-color: #EE55F3;
}
.TagClassName
{
border-color: #EE55F3;
}
</style>