Shades of Pink Flamingo #EE5CFE
Tints of Pink Flamingo #EE5CFE
RGB
CMYK
RGB Variations
Color information
#EE5CFE (or 0xEE5CFE) is known color: Pink Flamingo. HEX triplet: EE, 5C and FE. RGB value is (238,92,254). Sum of RGB (Red+Green+Blue) = 238+92+254=584 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.75% from 584); Green value is 92 (36.33% from 255 or 15.75% from 584); Blue value is 254 (99.61% from 255 or 43.49% from 584); Max value from RGB is 254 - color contains mainly: blue. Hex color #EE5CFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE5CFE is #11A301. Grayscale: #999999. Windows color (decimal): -1155842 or 16669934. OLE color: 16669934.
HSL color Cylindrical-coordinate representation of color #EE5CFE: hue angle of 294.07º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EE5CFE is Cyan = 0.06, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 238 | 92 | 254 | - |
| CMYK | 0.06 | 0.64 | 0 | 0.00 |
| HSL | 294.07º | 0.99% | 0.68% | - |
| HSV(B) | 294.07º | 0.64% | 1% | - |
| XYZ | 56.98 | 32.99 | 97.13 | - |
| YUV | 154.12 | 184.37 | 187.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 92 | 254 | 0.06 | 0.64 | 0 | 0.00 | 294.07 | 0.99 | 0.68 |
| Hex | EE | 5C | FE | 6 | 40 | 0 | 0 | 126 | 63 | 44 |
| Octal | 356 | 134 | 376 | 6 | 100 | 0 | 0 | 446 | 143 | 104 |
| Binary | 11101110 | 1011100 | 11111110 | 110 | 1000000 | 0 | 0 | 100100110 | 1100011 | 1000100 |
Color Harmonies of #EE5CFE
Complementary color
Monochromatic Colors of #EE5CFE
Black with #EE5CFE
Text Example
Text Example
White with #EE5CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5CFE; }
p { color: rgb(238,92,254); }
H1.HeaderClassName
{
color: #EE5CFE;
}
.AnyTagClassName
{
color: #EE5CFE;
}
</style>
background-color css
<style>
a { background-color: #EE5CFE; }
a { background-color: rgb(238,92,254); }
div.DivClassName
{
background-color: #EE5CFE;
}
.BgClassName
{
background-color: #EE5CFE;
}
</style>
border-color css
<style>
span { border-color: #EE5CFE; }
span { border-color: rgb(238,92,254); }
td.TdClassName
{
border-color: #EE5CFE;
}
.TagClassName
{
border-color: #EE5CFE;
}
</style>