Shades of Pink Flamingo #E44CFD
Tints of Pink Flamingo #E44CFD
RGB
CMYK
RGB Variations
Color information
#E44CFD (or 0xE44CFD) is known color: Pink Flamingo. HEX triplet: E4, 4C and FD. RGB value is (228,76,253). Sum of RGB (Red+Green+Blue) = 228+76+253=557 (73% of max value = 765). Red value is 228 (89.45% from 255 or 40.93% from 557); Green value is 76 (30.08% from 255 or 13.64% from 557); Blue value is 253 (99.22% from 255 or 45.42% from 557); Max value from RGB is 253 - color contains mainly: blue. Hex color #E44CFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E44CFD is #1BB302. Grayscale: #8D8D8D. Windows color (decimal): -1815299 or 16600292. OLE color: 16600292.
HSL color Cylindrical-coordinate representation of color #E44CFD: hue angle of 291.53º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E44CFD is Cyan = 0.10, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 228 | 76 | 253 | - |
| CMYK | 0.10 | 0.70 | 0 | 0.01 |
| HSL | 291.53º | 0.98% | 0.65% | - |
| HSV(B) | 291.53º | 0.7% | 0.99% | - |
| XYZ | 52.31 | 28.75 | 95.72 | - |
| YUV | 141.63 | 190.86 | 189.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 76 | 253 | 0.10 | 0.70 | 0 | 0.01 | 291.53 | 0.98 | 0.65 |
| Hex | E4 | 4C | FD | A | 46 | 0 | 1 | 124 | 62 | 41 |
| Octal | 344 | 114 | 375 | 12 | 106 | 0 | 1 | 444 | 142 | 101 |
| Binary | 11100100 | 1001100 | 11111101 | 1010 | 1000110 | 0 | 1 | 100100100 | 1100010 | 1000001 |
Color Harmonies of #E44CFD
Complementary color
Monochromatic Colors of #E44CFD
Black with #E44CFD
Text Example
Text Example
White with #E44CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44CFD; }
p { color: rgb(228,76,253); }
H1.HeaderClassName
{
color: #E44CFD;
}
.AnyTagClassName
{
color: #E44CFD;
}
</style>
background-color css
<style>
a { background-color: #E44CFD; }
a { background-color: rgb(228,76,253); }
div.DivClassName
{
background-color: #E44CFD;
}
.BgClassName
{
background-color: #E44CFD;
}
</style>
border-color css
<style>
span { border-color: #E44CFD; }
span { border-color: rgb(228,76,253); }
td.TdClassName
{
border-color: #E44CFD;
}
.TagClassName
{
border-color: #E44CFD;
}
</style>