Shades of Pink Flamingo #EA55FA
Tints of Pink Flamingo #EA55FA
RGB
CMYK
RGB Variations
Color information
#EA55FA (or 0xEA55FA) is known color: Pink Flamingo. HEX triplet: EA, 55 and FA. RGB value is (234,85,250). Sum of RGB (Red+Green+Blue) = 234+85+250=569 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.12% from 569); Green value is 85 (33.59% from 255 or 14.94% from 569); Blue value is 250 (98.05% from 255 or 43.94% from 569); Max value from RGB is 250 - color contains mainly: blue. Hex color #EA55FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA55FA is #15AA05. Grayscale: #939393. Windows color (decimal): -1419782 or 16405994. OLE color: 16405994.
HSL color Cylindrical-coordinate representation of color #EA55FA: hue angle of 294.18º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EA55FA is Cyan = 0.06, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 234 | 85 | 250 | - |
| CMYK | 0.06 | 0.66 | 0 | 0.02 |
| HSL | 294.18º | 0.94% | 0.66% | - |
| HSV(B) | 294.18º | 0.66% | 0.98% | - |
| XYZ | 54.44 | 30.89 | 93.54 | - |
| YUV | 148.36 | 185.36 | 189.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 85 | 250 | 0.06 | 0.66 | 0 | 0.02 | 294.18 | 0.94 | 0.66 |
| Hex | EA | 55 | FA | 6 | 42 | 0 | 2 | 126 | 5E | 42 |
| Octal | 352 | 125 | 372 | 6 | 102 | 0 | 2 | 446 | 136 | 102 |
| Binary | 11101010 | 1010101 | 11111010 | 110 | 1000010 | 0 | 10 | 100100110 | 1011110 | 1000010 |
Color Harmonies of #EA55FA
Complementary color
Monochromatic Colors of #EA55FA
Black with #EA55FA
Text Example
Text Example
White with #EA55FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA55FA; }
p { color: rgb(234,85,250); }
H1.HeaderClassName
{
color: #EA55FA;
}
.AnyTagClassName
{
color: #EA55FA;
}
</style>
background-color css
<style>
a { background-color: #EA55FA; }
a { background-color: rgb(234,85,250); }
div.DivClassName
{
background-color: #EA55FA;
}
.BgClassName
{
background-color: #EA55FA;
}
</style>
border-color css
<style>
span { border-color: #EA55FA; }
span { border-color: rgb(234,85,250); }
td.TdClassName
{
border-color: #EA55FA;
}
.TagClassName
{
border-color: #EA55FA;
}
</style>