Shades of Pink Flamingo #EA5CFF
Tints of Pink Flamingo #EA5CFF
RGB
CMYK
RGB Variations
Color information
#EA5CFF (or 0xEA5CFF) is known color: Pink Flamingo. HEX triplet: EA, 5C and FF. RGB value is (234,92,255). Sum of RGB (Red+Green+Blue) = 234+92+255=581 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.28% from 581); Green value is 92 (36.33% from 255 or 15.83% from 581); Blue value is 255 (100% from 255 or 43.89% from 581); Max value from RGB is 255 - color contains mainly: blue. Hex color #EA5CFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA5CFF is #15A300. Grayscale: #989898. Windows color (decimal): -1417985 or 16735466. OLE color: 16735466.
HSL color Cylindrical-coordinate representation of color #EA5CFF: hue angle of 292.27º 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 #EA5CFF is Cyan = 0.08, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 234 | 92 | 255 | - |
| CMYK | 0.08 | 0.64 | 0 | 0 |
| HSL | 292.27º | 1% | 0.68% | - |
| HSV(B) | 292.27º | 0.64% | 1% | - |
| XYZ | 55.81 | 32.37 | 97.91 | - |
| YUV | 153.04 | 185.54 | 185.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 92 | 255 | 0.08 | 0.64 | 0 | 0 | 292.27 | 1 | 0.68 |
| Hex | EA | 5C | FF | 8 | 40 | 0 | 0 | 124 | 64 | 44 |
| Octal | 352 | 134 | 377 | 10 | 100 | 0 | 0 | 444 | 144 | 104 |
| Binary | 11101010 | 1011100 | 11111111 | 1000 | 1000000 | 0 | 0 | 100100100 | 1100100 | 1000100 |
Color Harmonies of #EA5CFF
Complementary color
Monochromatic Colors of #EA5CFF
Black with #EA5CFF
Text Example
Text Example
White with #EA5CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5CFF; }
p { color: rgb(234,92,255); }
H1.HeaderClassName
{
color: #EA5CFF;
}
.AnyTagClassName
{
color: #EA5CFF;
}
</style>
background-color css
<style>
a { background-color: #EA5CFF; }
a { background-color: rgb(234,92,255); }
div.DivClassName
{
background-color: #EA5CFF;
}
.BgClassName
{
background-color: #EA5CFF;
}
</style>
border-color css
<style>
span { border-color: #EA5CFF; }
span { border-color: rgb(234,92,255); }
td.TdClassName
{
border-color: #EA5CFF;
}
.TagClassName
{
border-color: #EA5CFF;
}
</style>