Shades of Pink Flamingo #EA44FF
Tints of Pink Flamingo #EA44FF
RGB
CMYK
RGB Variations
Color information
#EA44FF (or 0xEA44FF) is known color: Pink Flamingo. HEX triplet: EA, 44 and FF. RGB value is (234,68,255). Sum of RGB (Red+Green+Blue) = 234+68+255=557 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.01% from 557); Green value is 68 (26.95% from 255 or 12.21% from 557); Blue value is 255 (100% from 255 or 45.78% from 557); Max value from RGB is 255 - color contains mainly: blue. Hex color #EA44FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EA44FF is #15BB00. Grayscale: #8A8A8A. Windows color (decimal): -1424129 or 16729322. OLE color: 16729322.
HSL color Cylindrical-coordinate representation of color #EA44FF: hue angle of 293.26º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EA44FF is Cyan = 0.08, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 234 | 68 | 255 | - |
| CMYK | 0.08 | 0.73 | 0 | 0 |
| HSL | 293.26º | 1% | 0.63% | - |
| HSV(B) | 293.26º | 0.73% | 1% | - |
| XYZ | 54.05 | 28.85 | 97.33 | - |
| YUV | 138.95 | 193.5 | 195.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 68 | 255 | 0.08 | 0.73 | 0 | 0 | 293.26 | 1 | 0.63 |
| Hex | EA | 44 | FF | 8 | 49 | 0 | 0 | 125 | 64 | 3F |
| Octal | 352 | 104 | 377 | 10 | 111 | 0 | 0 | 445 | 144 | 77 |
| Binary | 11101010 | 1000100 | 11111111 | 1000 | 1001001 | 0 | 0 | 100100101 | 1100100 | 111111 |
Color Harmonies of #EA44FF
Complementary color
Monochromatic Colors of #EA44FF
Black with #EA44FF
Text Example
Text Example
White with #EA44FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA44FF; }
p { color: rgb(234,68,255); }
H1.HeaderClassName
{
color: #EA44FF;
}
.AnyTagClassName
{
color: #EA44FF;
}
</style>
background-color css
<style>
a { background-color: #EA44FF; }
a { background-color: rgb(234,68,255); }
div.DivClassName
{
background-color: #EA44FF;
}
.BgClassName
{
background-color: #EA44FF;
}
</style>
border-color css
<style>
span { border-color: #EA44FF; }
span { border-color: rgb(234,68,255); }
td.TdClassName
{
border-color: #EA44FF;
}
.TagClassName
{
border-color: #EA44FF;
}
</style>