Shades of Pink Flamingo #EA4EFF
Tints of Pink Flamingo #EA4EFF
RGB
CMYK
RGB Variations
Color information
#EA4EFF (or 0xEA4EFF) is known color: Pink Flamingo. HEX triplet: EA, 4E and FF. RGB value is (234,78,255). Sum of RGB (Red+Green+Blue) = 234+78+255=567 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.27% from 567); Green value is 78 (30.86% from 255 or 13.76% from 567); Blue value is 255 (100% from 255 or 44.97% from 567); Max value from RGB is 255 - color contains mainly: blue. Hex color #EA4EFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA4EFF is #15B100. Grayscale: #909090. Windows color (decimal): -1421569 or 16731882. OLE color: 16731882.
HSL color Cylindrical-coordinate representation of color #EA4EFF: hue angle of 292.88º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EA4EFF is Cyan = 0.08, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 234 | 78 | 255 | - |
| CMYK | 0.08 | 0.69 | 0 | 0 |
| HSL | 292.88º | 1% | 0.65% | - |
| HSV(B) | 292.88º | 0.69% | 1% | - |
| XYZ | 54.71 | 30.16 | 97.55 | - |
| YUV | 144.82 | 190.18 | 191.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 78 | 255 | 0.08 | 0.69 | 0 | 0 | 292.88 | 1 | 0.65 |
| Hex | EA | 4E | FF | 8 | 45 | 0 | 0 | 125 | 64 | 41 |
| Octal | 352 | 116 | 377 | 10 | 105 | 0 | 0 | 445 | 144 | 101 |
| Binary | 11101010 | 1001110 | 11111111 | 1000 | 1000101 | 0 | 0 | 100100101 | 1100100 | 1000001 |
Color Harmonies of #EA4EFF
Complementary color
Monochromatic Colors of #EA4EFF
Black with #EA4EFF
Text Example
Text Example
White with #EA4EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4EFF; }
p { color: rgb(234,78,255); }
H1.HeaderClassName
{
color: #EA4EFF;
}
.AnyTagClassName
{
color: #EA4EFF;
}
</style>
background-color css
<style>
a { background-color: #EA4EFF; }
a { background-color: rgb(234,78,255); }
div.DivClassName
{
background-color: #EA4EFF;
}
.BgClassName
{
background-color: #EA4EFF;
}
</style>
border-color css
<style>
span { border-color: #EA4EFF; }
span { border-color: rgb(234,78,255); }
td.TdClassName
{
border-color: #EA4EFF;
}
.TagClassName
{
border-color: #EA4EFF;
}
</style>