Shades of Pink Flamingo #EE5FFE
Tints of Pink Flamingo #EE5FFE
RGB
CMYK
RGB Variations
Color information
#EE5FFE (or 0xEE5FFE) is known color: Pink Flamingo. HEX triplet: EE, 5F and FE. RGB value is (238,95,254). Sum of RGB (Red+Green+Blue) = 238+95+254=587 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.55% from 587); Green value is 95 (37.5% from 255 or 16.18% from 587); Blue value is 254 (99.61% from 255 or 43.27% from 587); Max value from RGB is 254 - color contains mainly: blue. Hex color #EE5FFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE5FFE is #11A001. Grayscale: #9B9B9B. Windows color (decimal): -1155074 or 16670702. OLE color: 16670702.
HSL color Cylindrical-coordinate representation of color #EE5FFE: hue angle of 293.96º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EE5FFE is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 238 | 95 | 254 | - |
| CMYK | 0.06 | 0.63 | 0 | 0.00 |
| HSL | 293.96º | 0.99% | 0.68% | - |
| HSV(B) | 293.96º | 0.63% | 1% | - |
| XYZ | 57.24 | 33.52 | 97.22 | - |
| YUV | 155.88 | 183.38 | 186.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 95 | 254 | 0.06 | 0.63 | 0 | 0.00 | 293.96 | 0.99 | 0.68 |
| Hex | EE | 5F | FE | 6 | 3F | 0 | 0 | 126 | 63 | 44 |
| Octal | 356 | 137 | 376 | 6 | 77 | 0 | 0 | 446 | 143 | 104 |
| Binary | 11101110 | 1011111 | 11111110 | 110 | 111111 | 0 | 0 | 100100110 | 1100011 | 1000100 |
Color Harmonies of #EE5FFE
Complementary color
Monochromatic Colors of #EE5FFE
Black with #EE5FFE
Text Example
Text Example
White with #EE5FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5FFE; }
p { color: rgb(238,95,254); }
H1.HeaderClassName
{
color: #EE5FFE;
}
.AnyTagClassName
{
color: #EE5FFE;
}
</style>
background-color css
<style>
a { background-color: #EE5FFE; }
a { background-color: rgb(238,95,254); }
div.DivClassName
{
background-color: #EE5FFE;
}
.BgClassName
{
background-color: #EE5FFE;
}
</style>
border-color css
<style>
span { border-color: #EE5FFE; }
span { border-color: rgb(238,95,254); }
td.TdClassName
{
border-color: #EE5FFE;
}
.TagClassName
{
border-color: #EE5FFE;
}
</style>