Shades of Pink Flamingo #EA50FF
Tints of Pink Flamingo #EA50FF
RGB
CMYK
RGB Variations
Color information
#EA50FF (or 0xEA50FF) is known color: Pink Flamingo. HEX triplet: EA, 50 and FF. RGB value is (234,80,255). Sum of RGB (Red+Green+Blue) = 234+80+255=569 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.12% from 569); Green value is 80 (31.64% from 255 or 14.06% from 569); Blue value is 255 (100% from 255 or 44.82% from 569); Max value from RGB is 255 - color contains mainly: blue. Hex color #EA50FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA50FF is #15AF00. Grayscale: #919191. Windows color (decimal): -1421057 or 16732394. OLE color: 16732394.
HSL color Cylindrical-coordinate representation of color #EA50FF: hue angle of 292.8º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EA50FF is Cyan = 0.08, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 234 | 80 | 255 | - |
| CMYK | 0.08 | 0.69 | 0 | 0 |
| HSL | 292.8º | 1% | 0.66% | - |
| HSV(B) | 292.8º | 0.69% | 1% | - |
| XYZ | 54.85 | 30.45 | 97.59 | - |
| YUV | 146 | 189.52 | 190.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 80 | 255 | 0.08 | 0.69 | 0 | 0 | 292.8 | 1 | 0.66 |
| Hex | EA | 50 | FF | 8 | 45 | 0 | 0 | 125 | 64 | 42 |
| Octal | 352 | 120 | 377 | 10 | 105 | 0 | 0 | 445 | 144 | 102 |
| Binary | 11101010 | 1010000 | 11111111 | 1000 | 1000101 | 0 | 0 | 100100101 | 1100100 | 1000010 |
Color Harmonies of #EA50FF
Complementary color
Monochromatic Colors of #EA50FF
Black with #EA50FF
Text Example
Text Example
White with #EA50FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA50FF; }
p { color: rgb(234,80,255); }
H1.HeaderClassName
{
color: #EA50FF;
}
.AnyTagClassName
{
color: #EA50FF;
}
</style>
background-color css
<style>
a { background-color: #EA50FF; }
a { background-color: rgb(234,80,255); }
div.DivClassName
{
background-color: #EA50FF;
}
.BgClassName
{
background-color: #EA50FF;
}
</style>
border-color css
<style>
span { border-color: #EA50FF; }
span { border-color: rgb(234,80,255); }
td.TdClassName
{
border-color: #EA50FF;
}
.TagClassName
{
border-color: #EA50FF;
}
</style>