Shades of Pink Flamingo #EA51F9
Tints of Pink Flamingo #EA51F9
RGB
CMYK
RGB Variations
Color information
#EA51F9 (or 0xEA51F9) is known color: Pink Flamingo. HEX triplet: EA, 51 and F9. RGB value is (234,81,249). Sum of RGB (Red+Green+Blue) = 234+81+249=564 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.49% from 564); Green value is 81 (32.03% from 255 or 14.36% from 564); Blue value is 249 (97.66% from 255 or 44.15% from 564); Max value from RGB is 249 - color contains mainly: blue. Hex color #EA51F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA51F9 is #15AE06. Grayscale: #919191. Windows color (decimal): -1420807 or 16339434. OLE color: 16339434.
HSL color Cylindrical-coordinate representation of color #EA51F9: hue angle of 294.64º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EA51F9 is Cyan = 0.06, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 234 | 81 | 249 | - |
| CMYK | 0.06 | 0.67 | 0 | 0.02 |
| HSL | 294.64º | 0.93% | 0.65% | - |
| HSV(B) | 294.64º | 0.67% | 0.98% | - |
| XYZ | 53.97 | 30.22 | 92.61 | - |
| YUV | 145.9 | 186.19 | 190.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 81 | 249 | 0.06 | 0.67 | 0 | 0.02 | 294.64 | 0.93 | 0.65 |
| Hex | EA | 51 | F9 | 6 | 43 | 0 | 2 | 127 | 5D | 41 |
| Octal | 352 | 121 | 371 | 6 | 103 | 0 | 2 | 447 | 135 | 101 |
| Binary | 11101010 | 1010001 | 11111001 | 110 | 1000011 | 0 | 10 | 100100111 | 1011101 | 1000001 |
Color Harmonies of #EA51F9
Complementary color
Monochromatic Colors of #EA51F9
Black with #EA51F9
Text Example
Text Example
White with #EA51F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA51F9; }
p { color: rgb(234,81,249); }
H1.HeaderClassName
{
color: #EA51F9;
}
.AnyTagClassName
{
color: #EA51F9;
}
</style>
background-color css
<style>
a { background-color: #EA51F9; }
a { background-color: rgb(234,81,249); }
div.DivClassName
{
background-color: #EA51F9;
}
.BgClassName
{
background-color: #EA51F9;
}
</style>
border-color css
<style>
span { border-color: #EA51F9; }
span { border-color: rgb(234,81,249); }
td.TdClassName
{
border-color: #EA51F9;
}
.TagClassName
{
border-color: #EA51F9;
}
</style>