Shades of Pink Flamingo #EA60F7
Tints of Pink Flamingo #EA60F7
RGB
CMYK
RGB Variations
Color information
#EA60F7 (or 0xEA60F7) is known color: Pink Flamingo. HEX triplet: EA, 60 and F7. RGB value is (234,96,247). Sum of RGB (Red+Green+Blue) = 234+96+247=577 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.55% from 577); Green value is 96 (37.89% from 255 or 16.64% from 577); Blue value is 247 (96.88% from 255 or 42.81% from 577); Max value from RGB is 247 - color contains mainly: blue. Hex color #EA60F7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA60F7 is #159F08. Grayscale: #9A9A9A. Windows color (decimal): -1416969 or 16212202. OLE color: 16212202.
HSL color Cylindrical-coordinate representation of color #EA60F7: hue angle of 294.83º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EA60F7 is Cyan = 0.05, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 234 | 96 | 247 | - |
| CMYK | 0.05 | 0.61 | 0 | 0.03 |
| HSL | 294.83º | 0.9% | 0.67% | - |
| HSV(B) | 294.83º | 0.61% | 0.97% | - |
| XYZ | 54.9 | 32.57 | 91.39 | - |
| YUV | 154.48 | 180.22 | 184.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 96 | 247 | 0.05 | 0.61 | 0 | 0.03 | 294.83 | 0.9 | 0.67 |
| Hex | EA | 60 | F7 | 5 | 3D | 0 | 3 | 127 | 5A | 43 |
| Octal | 352 | 140 | 367 | 5 | 75 | 0 | 3 | 447 | 132 | 103 |
| Binary | 11101010 | 1100000 | 11110111 | 101 | 111101 | 0 | 11 | 100100111 | 1011010 | 1000011 |
Color Harmonies of #EA60F7
Complementary color
Monochromatic Colors of #EA60F7
Black with #EA60F7
Text Example
Text Example
White with #EA60F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA60F7; }
p { color: rgb(234,96,247); }
H1.HeaderClassName
{
color: #EA60F7;
}
.AnyTagClassName
{
color: #EA60F7;
}
</style>
background-color css
<style>
a { background-color: #EA60F7; }
a { background-color: rgb(234,96,247); }
div.DivClassName
{
background-color: #EA60F7;
}
.BgClassName
{
background-color: #EA60F7;
}
</style>
border-color css
<style>
span { border-color: #EA60F7; }
span { border-color: rgb(234,96,247); }
td.TdClassName
{
border-color: #EA60F7;
}
.TagClassName
{
border-color: #EA60F7;
}
</style>