Shades of Pink Flamingo #EA4DF6
Tints of Pink Flamingo #EA4DF6
RGB
CMYK
RGB Variations
Color information
#EA4DF6 (or 0xEA4DF6) is known color: Pink Flamingo. HEX triplet: EA, 4D and F6. RGB value is (234,77,246). Sum of RGB (Red+Green+Blue) = 234+77+246=557 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.01% from 557); Green value is 77 (30.47% from 255 or 13.82% from 557); Blue value is 246 (96.48% from 255 or 44.17% from 557); Max value from RGB is 246 - color contains mainly: blue. Hex color #EA4DF6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA4DF6 is #15B209. Grayscale: #8E8E8E. Windows color (decimal): -1421834 or 16141802. OLE color: 16141802.
HSL color Cylindrical-coordinate representation of color #EA4DF6: hue angle of 295.74º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EA4DF6 is Cyan = 0.05, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 234 | 77 | 246 | - |
| CMYK | 0.05 | 0.69 | 0 | 0.04 |
| HSL | 295.74º | 0.9% | 0.63% | - |
| HSV(B) | 295.74º | 0.69% | 0.96% | - |
| XYZ | 53.22 | 29.45 | 90.07 | - |
| YUV | 143.21 | 186.01 | 192.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 77 | 246 | 0.05 | 0.69 | 0 | 0.04 | 295.74 | 0.9 | 0.63 |
| Hex | EA | 4D | F6 | 5 | 45 | 0 | 4 | 128 | 5A | 3F |
| Octal | 352 | 115 | 366 | 5 | 105 | 0 | 4 | 450 | 132 | 77 |
| Binary | 11101010 | 1001101 | 11110110 | 101 | 1000101 | 0 | 100 | 100101000 | 1011010 | 111111 |
Color Harmonies of #EA4DF6
Complementary color
Monochromatic Colors of #EA4DF6
Black with #EA4DF6
Text Example
Text Example
White with #EA4DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4DF6; }
p { color: rgb(234,77,246); }
H1.HeaderClassName
{
color: #EA4DF6;
}
.AnyTagClassName
{
color: #EA4DF6;
}
</style>
background-color css
<style>
a { background-color: #EA4DF6; }
a { background-color: rgb(234,77,246); }
div.DivClassName
{
background-color: #EA4DF6;
}
.BgClassName
{
background-color: #EA4DF6;
}
</style>
border-color css
<style>
span { border-color: #EA4DF6; }
span { border-color: rgb(234,77,246); }
td.TdClassName
{
border-color: #EA4DF6;
}
.TagClassName
{
border-color: #EA4DF6;
}
</style>