Shades of Pink Flamingo #EA5DF5
Tints of Pink Flamingo #EA5DF5
RGB
CMYK
RGB Variations
Color information
#EA5DF5 (or 0xEA5DF5) is known color: Pink Flamingo. HEX triplet: EA, 5D and F5. RGB value is (234,93,245). Sum of RGB (Red+Green+Blue) = 234+93+245=572 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.91% from 572); Green value is 93 (36.72% from 255 or 16.26% from 572); Blue value is 245 (96.09% from 255 or 42.83% from 572); Max value from RGB is 245 - color contains mainly: blue. Hex color #EA5DF5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA5DF5 is #15A20A. Grayscale: #989898. Windows color (decimal): -1417739 or 16080362. OLE color: 16080362.
HSL color Cylindrical-coordinate representation of color #EA5DF5: hue angle of 295.66º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EA5DF5 is Cyan = 0.04, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 234 | 93 | 245 | - |
| CMYK | 0.04 | 0.62 | 0 | 0.04 |
| HSL | 295.66º | 0.88% | 0.66% | - |
| HSV(B) | 295.66º | 0.62% | 0.96% | - |
| XYZ | 54.33 | 31.91 | 89.68 | - |
| YUV | 152.49 | 180.21 | 186.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 93 | 245 | 0.04 | 0.62 | 0 | 0.04 | 295.66 | 0.88 | 0.66 |
| Hex | EA | 5D | F5 | 4 | 3E | 0 | 4 | 128 | 58 | 42 |
| Octal | 352 | 135 | 365 | 4 | 76 | 0 | 4 | 450 | 130 | 102 |
| Binary | 11101010 | 1011101 | 11110101 | 100 | 111110 | 0 | 100 | 100101000 | 1011000 | 1000010 |
Color Harmonies of #EA5DF5
Complementary color
Monochromatic Colors of #EA5DF5
Black with #EA5DF5
Text Example
Text Example
White with #EA5DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5DF5; }
p { color: rgb(234,93,245); }
H1.HeaderClassName
{
color: #EA5DF5;
}
.AnyTagClassName
{
color: #EA5DF5;
}
</style>
background-color css
<style>
a { background-color: #EA5DF5; }
a { background-color: rgb(234,93,245); }
div.DivClassName
{
background-color: #EA5DF5;
}
.BgClassName
{
background-color: #EA5DF5;
}
</style>
border-color css
<style>
span { border-color: #EA5DF5; }
span { border-color: rgb(234,93,245); }
td.TdClassName
{
border-color: #EA5DF5;
}
.TagClassName
{
border-color: #EA5DF5;
}
</style>