Shades of Pink Flamingo #EB64F2
Tints of Pink Flamingo #EB64F2
RGB
CMYK
RGB Variations
Color information
#EB64F2 (or 0xEB64F2) is known color: Pink Flamingo. HEX triplet: EB, 64 and F2. RGB value is (235,100,242). Sum of RGB (Red+Green+Blue) = 235+100+242=577 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.73% from 577); Green value is 100 (39.45% from 255 or 17.33% from 577); Blue value is 242 (94.92% from 255 or 41.94% from 577); Max value from RGB is 242 - color contains mainly: blue. Hex color #EB64F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB64F2 is #149B0D. Grayscale: #9C9C9C. Windows color (decimal): -1350414 or 15885547. OLE color: 15885547.
HSL color Cylindrical-coordinate representation of color #EB64F2: hue angle of 297.04º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EB64F2 is Cyan = 0.03, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 235 | 100 | 242 | - |
| CMYK | 0.03 | 0.59 | 0 | 0.05 |
| HSL | 297.04º | 0.85% | 0.67% | - |
| HSV(B) | 297.04º | 0.59% | 0.95% | - |
| XYZ | 54.85 | 33.19 | 87.52 | - |
| YUV | 156.55 | 176.23 | 183.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 100 | 242 | 0.03 | 0.59 | 0 | 0.05 | 297.04 | 0.85 | 0.67 |
| Hex | EB | 64 | F2 | 3 | 3B | 0 | 5 | 129 | 55 | 43 |
| Octal | 353 | 144 | 362 | 3 | 73 | 0 | 5 | 451 | 125 | 103 |
| Binary | 11101011 | 1100100 | 11110010 | 11 | 111011 | 0 | 101 | 100101001 | 1010101 | 1000011 |
Color Harmonies of #EB64F2
Complementary color
Monochromatic Colors of #EB64F2
Black with #EB64F2
Text Example
Text Example
White with #EB64F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB64F2; }
p { color: rgb(235,100,242); }
H1.HeaderClassName
{
color: #EB64F2;
}
.AnyTagClassName
{
color: #EB64F2;
}
</style>
background-color css
<style>
a { background-color: #EB64F2; }
a { background-color: rgb(235,100,242); }
div.DivClassName
{
background-color: #EB64F2;
}
.BgClassName
{
background-color: #EB64F2;
}
</style>
border-color css
<style>
span { border-color: #EB64F2; }
span { border-color: rgb(235,100,242); }
td.TdClassName
{
border-color: #EB64F2;
}
.TagClassName
{
border-color: #EB64F2;
}
</style>