Shades of Pink Flamingo #EB64F0
Tints of Pink Flamingo #EB64F0
RGB
CMYK
RGB Variations
Color information
#EB64F0 (or 0xEB64F0) is known color: Pink Flamingo. HEX triplet: EB, 64 and F0. RGB value is (235,100,240). Sum of RGB (Red+Green+Blue) = 235+100+240=575 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.87% from 575); Green value is 100 (39.45% from 255 or 17.39% from 575); Blue value is 240 (94.14% from 255 or 41.74% from 575); Max value from RGB is 240 - color contains mainly: blue. Hex color #EB64F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB64F0 is #149B0F. Grayscale: #9B9B9B. Windows color (decimal): -1350416 or 15754475. OLE color: 15754475.
HSL color Cylindrical-coordinate representation of color #EB64F0: hue angle of 297.86º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EB64F0 is Cyan = 0.02, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 235 | 100 | 240 | - |
| CMYK | 0.02 | 0.58 | 0 | 0.06 |
| HSL | 297.86º | 0.82% | 0.67% | - |
| HSV(B) | 297.86º | 0.58% | 0.94% | - |
| XYZ | 54.55 | 33.07 | 85.95 | - |
| YUV | 156.33 | 175.23 | 184.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 100 | 240 | 0.02 | 0.58 | 0 | 0.06 | 297.86 | 0.82 | 0.67 |
| Hex | EB | 64 | F0 | 2 | 3A | 0 | 6 | 12A | 52 | 43 |
| Octal | 353 | 144 | 360 | 2 | 72 | 0 | 6 | 452 | 122 | 103 |
| Binary | 11101011 | 1100100 | 11110000 | 10 | 111010 | 0 | 110 | 100101010 | 1010010 | 1000011 |
Color Harmonies of #EB64F0
Complementary color
Monochromatic Colors of #EB64F0
Black with #EB64F0
Text Example
Text Example
White with #EB64F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB64F0; }
p { color: rgb(235,100,240); }
H1.HeaderClassName
{
color: #EB64F0;
}
.AnyTagClassName
{
color: #EB64F0;
}
</style>
background-color css
<style>
a { background-color: #EB64F0; }
a { background-color: rgb(235,100,240); }
div.DivClassName
{
background-color: #EB64F0;
}
.BgClassName
{
background-color: #EB64F0;
}
</style>
border-color css
<style>
span { border-color: #EB64F0; }
span { border-color: rgb(235,100,240); }
td.TdClassName
{
border-color: #EB64F0;
}
.TagClassName
{
border-color: #EB64F0;
}
</style>