Shades of Pink Flamingo #FF57EA
Tints of Pink Flamingo #FF57EA
RGB
CMYK
RGB Variations
Color information
#FF57EA (or 0xFF57EA) is known color: Pink Flamingo. HEX triplet: FF, 57 and EA. RGB value is (255,87,234). Sum of RGB (Red+Green+Blue) = 255+87+234=576 (76% of max value = 765). Red value is 255 (100% from 255 or 44.27% from 576); Green value is 87 (34.38% from 255 or 15.10% from 576); Blue value is 234 (91.80% from 255 or 40.62% from 576); Max value from RGB is 255 - color contains mainly: red. Hex color #FF57EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF57EA is #00A815. Grayscale: #999999. Windows color (decimal): -43030 or 15357951. OLE color: 15357951.
HSL color Cylindrical-coordinate representation of color #FF57EA: hue angle of 307.5º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FF57EA is Cyan = 0, Magento = 0.66, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 87 | 234 | - |
| CMYK | 0 | 0.66 | 0.08 | 0 |
| HSL | 307.5º | 1% | 0.67% | - |
| HSV(B) | 307.5º | 0.66% | 1% | - |
| XYZ | 59.5 | 34.02 | 81.27 | - |
| YUV | 153.99 | 173.16 | 200.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 87 | 234 | 0 | 0.66 | 0.08 | 0 | 307.5 | 1 | 0.67 |
| Hex | FF | 57 | EA | 0 | 42 | 8 | 0 | 134 | 64 | 43 |
| Octal | 377 | 127 | 352 | 0 | 102 | 10 | 0 | 464 | 144 | 103 |
| Binary | 11111111 | 1010111 | 11101010 | 0 | 1000010 | 1000 | 0 | 100110100 | 1100100 | 1000011 |
Color Harmonies of #FF57EA
Complementary color
Monochromatic Colors of #FF57EA
Black with #FF57EA
Text Example
Text Example
White with #FF57EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF57EA; }
p { color: rgb(255,87,234); }
H1.HeaderClassName
{
color: #FF57EA;
}
.AnyTagClassName
{
color: #FF57EA;
}
</style>
background-color css
<style>
a { background-color: #FF57EA; }
a { background-color: rgb(255,87,234); }
div.DivClassName
{
background-color: #FF57EA;
}
.BgClassName
{
background-color: #FF57EA;
}
</style>
border-color css
<style>
span { border-color: #FF57EA; }
span { border-color: rgb(255,87,234); }
td.TdClassName
{
border-color: #FF57EA;
}
.TagClassName
{
border-color: #FF57EA;
}
</style>