Shades of Pink Flamingo #EE48FE
Tints of Pink Flamingo #EE48FE
RGB
CMYK
RGB Variations
Color information
#EE48FE (or 0xEE48FE) is known color: Pink Flamingo. HEX triplet: EE, 48 and FE. RGB value is (238,72,254). Sum of RGB (Red+Green+Blue) = 238+72+254=564 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.20% from 564); Green value is 72 (28.52% from 255 or 12.77% from 564); Blue value is 254 (99.61% from 255 or 45.04% from 564); Max value from RGB is 254 - color contains mainly: blue. Hex color #EE48FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE48FE is #11B701. Grayscale: #8D8D8D. Windows color (decimal): -1160962 or 16664814. OLE color: 16664814.
HSL color Cylindrical-coordinate representation of color #EE48FE: hue angle of 294.73º 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 #EE48FE is Cyan = 0.06, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 238 | 72 | 254 | - |
| CMYK | 0.06 | 0.72 | 0 | 0.00 |
| HSL | 294.73º | 0.99% | 0.64% | - |
| HSV(B) | 294.73º | 0.72% | 1% | - |
| XYZ | 55.47 | 29.97 | 96.63 | - |
| YUV | 142.38 | 191 | 196.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 72 | 254 | 0.06 | 0.72 | 0 | 0.00 | 294.73 | 0.99 | 0.64 |
| Hex | EE | 48 | FE | 6 | 48 | 0 | 0 | 127 | 63 | 40 |
| Octal | 356 | 110 | 376 | 6 | 110 | 0 | 0 | 447 | 143 | 100 |
| Binary | 11101110 | 1001000 | 11111110 | 110 | 1001000 | 0 | 0 | 100100111 | 1100011 | 1000000 |
Color Harmonies of #EE48FE
Complementary color
Monochromatic Colors of #EE48FE
Black with #EE48FE
Text Example
Text Example
White with #EE48FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE48FE; }
p { color: rgb(238,72,254); }
H1.HeaderClassName
{
color: #EE48FE;
}
.AnyTagClassName
{
color: #EE48FE;
}
</style>
background-color css
<style>
a { background-color: #EE48FE; }
a { background-color: rgb(238,72,254); }
div.DivClassName
{
background-color: #EE48FE;
}
.BgClassName
{
background-color: #EE48FE;
}
</style>
border-color css
<style>
span { border-color: #EE48FE; }
span { border-color: rgb(238,72,254); }
td.TdClassName
{
border-color: #EE48FE;
}
.TagClassName
{
border-color: #EE48FE;
}
</style>