Shades of Pink Flamingo #EE46FE
Tints of Pink Flamingo #EE46FE
RGB
CMYK
RGB Variations
Color information
#EE46FE (or 0xEE46FE) is known color: Pink Flamingo. HEX triplet: EE, 46 and FE. RGB value is (238,70,254). Sum of RGB (Red+Green+Blue) = 238+70+254=562 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.35% from 562); Green value is 70 (27.73% from 255 or 12.46% from 562); Blue value is 254 (99.61% from 255 or 45.20% from 562); Max value from RGB is 254 - color contains mainly: blue. Hex color #EE46FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE46FE is #11B901. Grayscale: #8C8C8C. Windows color (decimal): -1161474 or 16664302. OLE color: 16664302.
HSL color Cylindrical-coordinate representation of color #EE46FE: hue angle of 294.78º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EE46FE is Cyan = 0.06, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 238 | 70 | 254 | - |
| CMYK | 0.06 | 0.72 | 0 | 0.00 |
| HSL | 294.78º | 0.99% | 0.64% | - |
| HSV(B) | 294.78º | 0.72% | 1% | - |
| XYZ | 55.34 | 29.71 | 96.58 | - |
| YUV | 141.21 | 191.66 | 197.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 70 | 254 | 0.06 | 0.72 | 0 | 0.00 | 294.78 | 0.99 | 0.64 |
| Hex | EE | 46 | FE | 6 | 48 | 0 | 0 | 127 | 63 | 40 |
| Octal | 356 | 106 | 376 | 6 | 110 | 0 | 0 | 447 | 143 | 100 |
| Binary | 11101110 | 1000110 | 11111110 | 110 | 1001000 | 0 | 0 | 100100111 | 1100011 | 1000000 |
Color Harmonies of #EE46FE
Complementary color
Monochromatic Colors of #EE46FE
Black with #EE46FE
Text Example
Text Example
White with #EE46FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE46FE; }
p { color: rgb(238,70,254); }
H1.HeaderClassName
{
color: #EE46FE;
}
.AnyTagClassName
{
color: #EE46FE;
}
</style>
background-color css
<style>
a { background-color: #EE46FE; }
a { background-color: rgb(238,70,254); }
div.DivClassName
{
background-color: #EE46FE;
}
.BgClassName
{
background-color: #EE46FE;
}
</style>
border-color css
<style>
span { border-color: #EE46FE; }
span { border-color: rgb(238,70,254); }
td.TdClassName
{
border-color: #EE46FE;
}
.TagClassName
{
border-color: #EE46FE;
}
</style>