Shades of Pink Flamingo #EB55F2
Tints of Pink Flamingo #EB55F2
RGB
CMYK
RGB Variations
Color information
#EB55F2 (or 0xEB55F2) is known color: Pink Flamingo. HEX triplet: EB, 55 and F2. RGB value is (235,85,242). Sum of RGB (Red+Green+Blue) = 235+85+242=562 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.81% from 562); Green value is 85 (33.59% from 255 or 15.12% from 562); Blue value is 242 (94.92% from 255 or 43.06% from 562); Max value from RGB is 242 - color contains mainly: blue. Hex color #EB55F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB55F2 is #14AA0D. Grayscale: #939393. Windows color (decimal): -1354254 or 15881707. OLE color: 15881707.
HSL color Cylindrical-coordinate representation of color #EB55F2: hue angle of 297.32º degrees, saturation: 0.86, 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 #EB55F2 is Cyan = 0.03, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 235 | 85 | 242 | - |
| CMYK | 0.03 | 0.65 | 0 | 0.05 |
| HSL | 297.32º | 0.86% | 0.64% | - |
| HSV(B) | 297.32º | 0.65% | 0.95% | - |
| XYZ | 53.54 | 30.57 | 87.08 | - |
| YUV | 147.75 | 181.2 | 190.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 85 | 242 | 0.03 | 0.65 | 0 | 0.05 | 297.32 | 0.86 | 0.64 |
| Hex | EB | 55 | F2 | 3 | 41 | 0 | 5 | 129 | 56 | 40 |
| Octal | 353 | 125 | 362 | 3 | 101 | 0 | 5 | 451 | 126 | 100 |
| Binary | 11101011 | 1010101 | 11110010 | 11 | 1000001 | 0 | 101 | 100101001 | 1010110 | 1000000 |
Color Harmonies of #EB55F2
Complementary color
Monochromatic Colors of #EB55F2
Black with #EB55F2
Text Example
Text Example
White with #EB55F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB55F2; }
p { color: rgb(235,85,242); }
H1.HeaderClassName
{
color: #EB55F2;
}
.AnyTagClassName
{
color: #EB55F2;
}
</style>
background-color css
<style>
a { background-color: #EB55F2; }
a { background-color: rgb(235,85,242); }
div.DivClassName
{
background-color: #EB55F2;
}
.BgClassName
{
background-color: #EB55F2;
}
</style>
border-color css
<style>
span { border-color: #EB55F2; }
span { border-color: rgb(235,85,242); }
td.TdClassName
{
border-color: #EB55F2;
}
.TagClassName
{
border-color: #EB55F2;
}
</style>