Shades of Pink Flamingo #EE5DF5
Tints of Pink Flamingo #EE5DF5
RGB
CMYK
RGB Variations
Color information
#EE5DF5 (or 0xEE5DF5) is known color: Pink Flamingo. HEX triplet: EE, 5D and F5. RGB value is (238,93,245). Sum of RGB (Red+Green+Blue) = 238+93+245=576 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.32% from 576); Green value is 93 (36.72% from 255 or 16.15% from 576); Blue value is 245 (96.09% from 255 or 42.53% from 576); Max value from RGB is 245 - color contains mainly: blue. Hex color #EE5DF5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE5DF5 is #11A20A. Grayscale: #999999. Windows color (decimal): -1155595 or 16080366. OLE color: 16080366.
HSL color Cylindrical-coordinate representation of color #EE5DF5: hue angle of 297.24º 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 #EE5DF5 is Cyan = 0.03, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 93 | 245 | - |
| CMYK | 0.03 | 0.62 | 0 | 0.04 |
| HSL | 297.24º | 0.88% | 0.66% | - |
| HSV(B) | 297.24º | 0.62% | 0.96% | - |
| XYZ | 55.66 | 32.6 | 89.74 | - |
| YUV | 153.68 | 179.54 | 188.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 93 | 245 | 0.03 | 0.62 | 0 | 0.04 | 297.24 | 0.88 | 0.66 |
| Hex | EE | 5D | F5 | 3 | 3E | 0 | 4 | 129 | 58 | 42 |
| Octal | 356 | 135 | 365 | 3 | 76 | 0 | 4 | 451 | 130 | 102 |
| Binary | 11101110 | 1011101 | 11110101 | 11 | 111110 | 0 | 100 | 100101001 | 1011000 | 1000010 |
Color Harmonies of #EE5DF5
Complementary color
Monochromatic Colors of #EE5DF5
Black with #EE5DF5
Text Example
Text Example
White with #EE5DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5DF5; }
p { color: rgb(238,93,245); }
H1.HeaderClassName
{
color: #EE5DF5;
}
.AnyTagClassName
{
color: #EE5DF5;
}
</style>
background-color css
<style>
a { background-color: #EE5DF5; }
a { background-color: rgb(238,93,245); }
div.DivClassName
{
background-color: #EE5DF5;
}
.BgClassName
{
background-color: #EE5DF5;
}
</style>
border-color css
<style>
span { border-color: #EE5DF5; }
span { border-color: rgb(238,93,245); }
td.TdClassName
{
border-color: #EE5DF5;
}
.TagClassName
{
border-color: #EE5DF5;
}
</style>