Shades of Pink Flamingo #EB5FFE
Tints of Pink Flamingo #EB5FFE
RGB
CMYK
RGB Variations
Color information
#EB5FFE (or 0xEB5FFE) is known color: Pink Flamingo. HEX triplet: EB, 5F and FE. RGB value is (235,95,254). Sum of RGB (Red+Green+Blue) = 235+95+254=584 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.24% from 584); Green value is 95 (37.5% from 255 or 16.27% from 584); Blue value is 254 (99.61% from 255 or 43.49% from 584); Max value from RGB is 254 - color contains mainly: blue. Hex color #EB5FFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB5FFE is #14A001. Grayscale: #9A9A9A. Windows color (decimal): -1351682 or 16670699. OLE color: 16670699.
HSL color Cylindrical-coordinate representation of color #EB5FFE: hue angle of 292.83º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EB5FFE is Cyan = 0.07, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 235 | 95 | 254 | - |
| CMYK | 0.07 | 0.63 | 0 | 0.00 |
| HSL | 292.83º | 0.99% | 0.68% | - |
| HSV(B) | 292.83º | 0.63% | 1% | - |
| XYZ | 56.24 | 33 | 97.17 | - |
| YUV | 154.99 | 183.88 | 185.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 95 | 254 | 0.07 | 0.63 | 0 | 0.00 | 292.83 | 0.99 | 0.68 |
| Hex | EB | 5F | FE | 7 | 3F | 0 | 0 | 125 | 63 | 44 |
| Octal | 353 | 137 | 376 | 7 | 77 | 0 | 0 | 445 | 143 | 104 |
| Binary | 11101011 | 1011111 | 11111110 | 111 | 111111 | 0 | 0 | 100100101 | 1100011 | 1000100 |
Color Harmonies of #EB5FFE
Complementary color
Monochromatic Colors of #EB5FFE
Black with #EB5FFE
Text Example
Text Example
White with #EB5FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB5FFE; }
p { color: rgb(235,95,254); }
H1.HeaderClassName
{
color: #EB5FFE;
}
.AnyTagClassName
{
color: #EB5FFE;
}
</style>
background-color css
<style>
a { background-color: #EB5FFE; }
a { background-color: rgb(235,95,254); }
div.DivClassName
{
background-color: #EB5FFE;
}
.BgClassName
{
background-color: #EB5FFE;
}
</style>
border-color css
<style>
span { border-color: #EB5FFE; }
span { border-color: rgb(235,95,254); }
td.TdClassName
{
border-color: #EB5FFE;
}
.TagClassName
{
border-color: #EB5FFE;
}
</style>