Shades of Pink Flamingo #EE5CF5
Tints of Pink Flamingo #EE5CF5
RGB
CMYK
RGB Variations
Color information
#EE5CF5 (or 0xEE5CF5) is known color: Pink Flamingo. HEX triplet: EE, 5C and F5. RGB value is (238,92,245). Sum of RGB (Red+Green+Blue) = 238+92+245=575 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.39% from 575); Green value is 92 (36.33% from 255 or 16% from 575); Blue value is 245 (96.09% from 255 or 42.61% from 575); Max value from RGB is 245 - color contains mainly: blue. Hex color #EE5CF5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE5CF5 is #11A30A. Grayscale: #989898. Windows color (decimal): -1155851 or 16080110. OLE color: 16080110.
HSL color Cylindrical-coordinate representation of color #EE5CF5: hue angle of 297.25º 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 #EE5CF5 is Cyan = 0.03, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 92 | 245 | - |
| CMYK | 0.03 | 0.62 | 0 | 0.04 |
| HSL | 297.25º | 0.88% | 0.66% | - |
| HSV(B) | 297.25º | 0.62% | 0.96% | - |
| XYZ | 55.57 | 32.42 | 89.72 | - |
| YUV | 153.1 | 179.87 | 188.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 92 | 245 | 0.03 | 0.62 | 0 | 0.04 | 297.25 | 0.88 | 0.66 |
| Hex | EE | 5C | F5 | 3 | 3E | 0 | 4 | 129 | 58 | 42 |
| Octal | 356 | 134 | 365 | 3 | 76 | 0 | 4 | 451 | 130 | 102 |
| Binary | 11101110 | 1011100 | 11110101 | 11 | 111110 | 0 | 100 | 100101001 | 1011000 | 1000010 |
Color Harmonies of #EE5CF5
Complementary color
Monochromatic Colors of #EE5CF5
Black with #EE5CF5
Text Example
Text Example
White with #EE5CF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5CF5; }
p { color: rgb(238,92,245); }
H1.HeaderClassName
{
color: #EE5CF5;
}
.AnyTagClassName
{
color: #EE5CF5;
}
</style>
background-color css
<style>
a { background-color: #EE5CF5; }
a { background-color: rgb(238,92,245); }
div.DivClassName
{
background-color: #EE5CF5;
}
.BgClassName
{
background-color: #EE5CF5;
}
</style>
border-color css
<style>
span { border-color: #EE5CF5; }
span { border-color: rgb(238,92,245); }
td.TdClassName
{
border-color: #EE5CF5;
}
.TagClassName
{
border-color: #EE5CF5;
}
</style>