Shades of Pink Flamingo #EA50FE
Tints of Pink Flamingo #EA50FE
RGB
CMYK
RGB Variations
Color information
#EA50FE (or 0xEA50FE) is known color: Pink Flamingo. HEX triplet: EA, 50 and FE. RGB value is (234,80,254). Sum of RGB (Red+Green+Blue) = 234+80+254=568 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.20% from 568); Green value is 80 (31.64% from 255 or 14.08% 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 #EA50FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA50FE is #15AF01. Grayscale: #919191. Windows color (decimal): -1421058 or 16666858. OLE color: 16666858.
HSL color Cylindrical-coordinate representation of color #EA50FE: hue angle of 293.1º 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 #EA50FE is Cyan = 0.08, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 234 | 80 | 254 | - |
| CMYK | 0.08 | 0.69 | 0 | 0.00 |
| HSL | 293.1º | 0.99% | 0.65% | - |
| HSV(B) | 293.1º | 0.69% | 1% | - |
| XYZ | 54.69 | 30.39 | 96.75 | - |
| YUV | 145.88 | 189.02 | 190.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 80 | 254 | 0.08 | 0.69 | 0 | 0.00 | 293.1 | 0.99 | 0.65 |
| Hex | EA | 50 | FE | 8 | 45 | 0 | 0 | 125 | 63 | 41 |
| Octal | 352 | 120 | 376 | 10 | 105 | 0 | 0 | 445 | 143 | 101 |
| Binary | 11101010 | 1010000 | 11111110 | 1000 | 1000101 | 0 | 0 | 100100101 | 1100011 | 1000001 |
Color Harmonies of #EA50FE
Complementary color
Monochromatic Colors of #EA50FE
Black with #EA50FE
Text Example
Text Example
White with #EA50FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA50FE; }
p { color: rgb(234,80,254); }
H1.HeaderClassName
{
color: #EA50FE;
}
.AnyTagClassName
{
color: #EA50FE;
}
</style>
background-color css
<style>
a { background-color: #EA50FE; }
a { background-color: rgb(234,80,254); }
div.DivClassName
{
background-color: #EA50FE;
}
.BgClassName
{
background-color: #EA50FE;
}
</style>
border-color css
<style>
span { border-color: #EA50FE; }
span { border-color: rgb(234,80,254); }
td.TdClassName
{
border-color: #EA50FE;
}
.TagClassName
{
border-color: #EA50FE;
}
</style>