Shades of Pink Flamingo #EA4DFC
Tints of Pink Flamingo #EA4DFC
RGB
CMYK
RGB Variations
Color information
#EA4DFC (or 0xEA4DFC) is known color: Pink Flamingo. HEX triplet: EA, 4D and FC. RGB value is (234,77,252). Sum of RGB (Red+Green+Blue) = 234+77+252=563 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.56% from 563); Green value is 77 (30.47% from 255 or 13.68% from 563); Blue value is 252 (98.83% from 255 or 44.76% from 563); Max value from RGB is 252 - color contains mainly: blue. Hex color #EA4DFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA4DFC is #15B203. Grayscale: #8F8F8F. Windows color (decimal): -1421828 or 16535018. OLE color: 16535018.
HSL color Cylindrical-coordinate representation of color #EA4DFC: hue angle of 293.83º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EA4DFC is Cyan = 0.07, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 234 | 77 | 252 | - |
| CMYK | 0.07 | 0.69 | 0 | 0.01 |
| HSL | 293.83º | 0.97% | 0.65% | - |
| HSV(B) | 293.83º | 0.69% | 0.99% | - |
| XYZ | 54.16 | 29.83 | 95 | - |
| YUV | 143.89 | 189.01 | 192.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 77 | 252 | 0.07 | 0.69 | 0 | 0.01 | 293.83 | 0.97 | 0.65 |
| Hex | EA | 4D | FC | 7 | 45 | 0 | 1 | 126 | 61 | 41 |
| Octal | 352 | 115 | 374 | 7 | 105 | 0 | 1 | 446 | 141 | 101 |
| Binary | 11101010 | 1001101 | 11111100 | 111 | 1000101 | 0 | 1 | 100100110 | 1100001 | 1000001 |
Color Harmonies of #EA4DFC
Complementary color
Monochromatic Colors of #EA4DFC
Black with #EA4DFC
Text Example
Text Example
White with #EA4DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4DFC; }
p { color: rgb(234,77,252); }
H1.HeaderClassName
{
color: #EA4DFC;
}
.AnyTagClassName
{
color: #EA4DFC;
}
</style>
background-color css
<style>
a { background-color: #EA4DFC; }
a { background-color: rgb(234,77,252); }
div.DivClassName
{
background-color: #EA4DFC;
}
.BgClassName
{
background-color: #EA4DFC;
}
</style>
border-color css
<style>
span { border-color: #EA4DFC; }
span { border-color: rgb(234,77,252); }
td.TdClassName
{
border-color: #EA4DFC;
}
.TagClassName
{
border-color: #EA4DFC;
}
</style>