Shades of Pink Flamingo #EB4FFE
Tints of Pink Flamingo #EB4FFE
RGB
CMYK
RGB Variations
Color information
#EB4FFE (or 0xEB4FFE) is known color: Pink Flamingo. HEX triplet: EB, 4F and FE. RGB value is (235,79,254). Sum of RGB (Red+Green+Blue) = 235+79+254=568 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.37% from 568); Green value is 79 (31.25% from 255 or 13.91% from 568); Blue value is 254 (99.61% from 255 or 44.72% from 568); Max value from RGB is 254 - color contains mainly: blue. Hex color #EB4FFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB4FFE is #14B001. Grayscale: #919191. Windows color (decimal): -1355778 or 16666603. OLE color: 16666603.
HSL color Cylindrical-coordinate representation of color #EB4FFE: hue angle of 293.49º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EB4FFE is Cyan = 0.07, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 235 | 79 | 254 | - |
| CMYK | 0.07 | 0.69 | 0 | 0.00 |
| HSL | 293.49º | 0.99% | 0.65% | - |
| HSV(B) | 293.49º | 0.69% | 1% | - |
| XYZ | 54.95 | 30.41 | 96.74 | - |
| YUV | 145.59 | 189.18 | 191.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 79 | 254 | 0.07 | 0.69 | 0 | 0.00 | 293.49 | 0.99 | 0.65 |
| Hex | EB | 4F | FE | 7 | 45 | 0 | 0 | 125 | 63 | 41 |
| Octal | 353 | 117 | 376 | 7 | 105 | 0 | 0 | 445 | 143 | 101 |
| Binary | 11101011 | 1001111 | 11111110 | 111 | 1000101 | 0 | 0 | 100100101 | 1100011 | 1000001 |
Color Harmonies of #EB4FFE
Complementary color
Monochromatic Colors of #EB4FFE
Black with #EB4FFE
Text Example
Text Example
White with #EB4FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB4FFE; }
p { color: rgb(235,79,254); }
H1.HeaderClassName
{
color: #EB4FFE;
}
.AnyTagClassName
{
color: #EB4FFE;
}
</style>
background-color css
<style>
a { background-color: #EB4FFE; }
a { background-color: rgb(235,79,254); }
div.DivClassName
{
background-color: #EB4FFE;
}
.BgClassName
{
background-color: #EB4FFE;
}
</style>
border-color css
<style>
span { border-color: #EB4FFE; }
span { border-color: rgb(235,79,254); }
td.TdClassName
{
border-color: #EB4FFE;
}
.TagClassName
{
border-color: #EB4FFE;
}
</style>