Shades of Pink Flamingo #EB4FFF
Tints of Pink Flamingo #EB4FFF
RGB
CMYK
RGB Variations
Color information
#EB4FFF (or 0xEB4FFF) is known color: Pink Flamingo. HEX triplet: EB, 4F and FF. RGB value is (235,79,255). Sum of RGB (Red+Green+Blue) = 235+79+255=569 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.30% from 569); Green value is 79 (31.25% from 255 or 13.88% from 569); Blue value is 255 (100% from 255 or 44.82% from 569); Max value from RGB is 255 - color contains mainly: blue. Hex color #EB4FFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB4FFF is #14B000. Grayscale: #919191. Windows color (decimal): -1355777 or 16732139. OLE color: 16732139.
HSL color Cylindrical-coordinate representation of color #EB4FFF: hue angle of 293.18º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EB4FFF is Cyan = 0.08, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 235 | 79 | 255 | - |
| CMYK | 0.08 | 0.69 | 0 | 0 |
| HSL | 293.18º | 1% | 0.65% | - |
| HSV(B) | 293.18º | 0.69% | 1% | - |
| XYZ | 55.11 | 30.47 | 97.59 | - |
| YUV | 145.71 | 189.68 | 191.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 79 | 255 | 0.08 | 0.69 | 0 | 0 | 293.18 | 1 | 0.65 |
| Hex | EB | 4F | FF | 8 | 45 | 0 | 0 | 125 | 64 | 41 |
| Octal | 353 | 117 | 377 | 10 | 105 | 0 | 0 | 445 | 144 | 101 |
| Binary | 11101011 | 1001111 | 11111111 | 1000 | 1000101 | 0 | 0 | 100100101 | 1100100 | 1000001 |
Color Harmonies of #EB4FFF
Complementary color
Monochromatic Colors of #EB4FFF
Black with #EB4FFF
Text Example
Text Example
White with #EB4FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB4FFF; }
p { color: rgb(235,79,255); }
H1.HeaderClassName
{
color: #EB4FFF;
}
.AnyTagClassName
{
color: #EB4FFF;
}
</style>
background-color css
<style>
a { background-color: #EB4FFF; }
a { background-color: rgb(235,79,255); }
div.DivClassName
{
background-color: #EB4FFF;
}
.BgClassName
{
background-color: #EB4FFF;
}
</style>
border-color css
<style>
span { border-color: #EB4FFF; }
span { border-color: rgb(235,79,255); }
td.TdClassName
{
border-color: #EB4FFF;
}
.TagClassName
{
border-color: #EB4FFF;
}
</style>