Shades of Pink Flamingo #FF5CEA
Tints of Pink Flamingo #FF5CEA
RGB
CMYK
RGB Variations
Color information
#FF5CEA (or 0xFF5CEA) is known color: Pink Flamingo. HEX triplet: FF, 5C and EA. RGB value is (255,92,234). Sum of RGB (Red+Green+Blue) = 255+92+234=581 (76% of max value = 765). Red value is 255 (100% from 255 or 43.89% from 581); Green value is 92 (36.33% from 255 or 15.83% from 581); Blue value is 234 (91.80% from 255 or 40.28% from 581); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5CEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF5CEA is #00A315. Grayscale: #9C9C9C. Windows color (decimal): -41750 or 15359231. OLE color: 15359231.
HSL color Cylindrical-coordinate representation of color #FF5CEA: hue angle of 307.73º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FF5CEA is Cyan = 0, Magento = 0.64, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 92 | 234 | - |
| CMYK | 0 | 0.64 | 0.08 | 0 |
| HSL | 307.73º | 1% | 0.68% | - |
| HSV(B) | 307.73º | 0.64% | 1% | - |
| XYZ | 59.92 | 34.85 | 81.41 | - |
| YUV | 156.93 | 171.5 | 197.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 92 | 234 | 0 | 0.64 | 0.08 | 0 | 307.73 | 1 | 0.68 |
| Hex | FF | 5C | EA | 0 | 40 | 8 | 0 | 134 | 64 | 44 |
| Octal | 377 | 134 | 352 | 0 | 100 | 10 | 0 | 464 | 144 | 104 |
| Binary | 11111111 | 1011100 | 11101010 | 0 | 1000000 | 1000 | 0 | 100110100 | 1100100 | 1000100 |
Color Harmonies of #FF5CEA
Complementary color
Monochromatic Colors of #FF5CEA
Black with #FF5CEA
Text Example
Text Example
White with #FF5CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5CEA; }
p { color: rgb(255,92,234); }
H1.HeaderClassName
{
color: #FF5CEA;
}
.AnyTagClassName
{
color: #FF5CEA;
}
</style>
background-color css
<style>
a { background-color: #FF5CEA; }
a { background-color: rgb(255,92,234); }
div.DivClassName
{
background-color: #FF5CEA;
}
.BgClassName
{
background-color: #FF5CEA;
}
</style>
border-color css
<style>
span { border-color: #FF5CEA; }
span { border-color: rgb(255,92,234); }
td.TdClassName
{
border-color: #FF5CEA;
}
.TagClassName
{
border-color: #FF5CEA;
}
</style>