Shades of Pink Flamingo #EE48FF
Tints of Pink Flamingo #EE48FF
RGB
CMYK
RGB Variations
Color information
#EE48FF (or 0xEE48FF) is known color: Pink Flamingo. HEX triplet: EE, 48 and FF. RGB value is (238,72,255). Sum of RGB (Red+Green+Blue) = 238+72+255=565 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.12% from 565); Green value is 72 (28.52% from 255 or 12.74% from 565); Blue value is 255 (100% from 255 or 45.13% from 565); Max value from RGB is 255 - color contains mainly: blue. Hex color #EE48FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE48FF is #11B700. Grayscale: #8D8D8D. Windows color (decimal): -1160961 or 16730350. OLE color: 16730350.
HSL color Cylindrical-coordinate representation of color #EE48FF: hue angle of 294.43º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EE48FF is Cyan = 0.07, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 72 | 255 | - |
| CMYK | 0.07 | 0.72 | 0 | 0 |
| HSL | 294.43º | 1% | 0.64% | - |
| HSV(B) | 294.43º | 0.72% | 1% | - |
| XYZ | 55.63 | 30.03 | 97.47 | - |
| YUV | 142.5 | 191.5 | 196.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 72 | 255 | 0.07 | 0.72 | 0 | 0 | 294.43 | 1 | 0.64 |
| Hex | EE | 48 | FF | 7 | 48 | 0 | 0 | 126 | 64 | 40 |
| Octal | 356 | 110 | 377 | 7 | 110 | 0 | 0 | 446 | 144 | 100 |
| Binary | 11101110 | 1001000 | 11111111 | 111 | 1001000 | 0 | 0 | 100100110 | 1100100 | 1000000 |
Color Harmonies of #EE48FF
Complementary color
Monochromatic Colors of #EE48FF
Black with #EE48FF
Text Example
Text Example
White with #EE48FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE48FF; }
p { color: rgb(238,72,255); }
H1.HeaderClassName
{
color: #EE48FF;
}
.AnyTagClassName
{
color: #EE48FF;
}
</style>
background-color css
<style>
a { background-color: #EE48FF; }
a { background-color: rgb(238,72,255); }
div.DivClassName
{
background-color: #EE48FF;
}
.BgClassName
{
background-color: #EE48FF;
}
</style>
border-color css
<style>
span { border-color: #EE48FF; }
span { border-color: rgb(238,72,255); }
td.TdClassName
{
border-color: #EE48FF;
}
.TagClassName
{
border-color: #EE48FF;
}
</style>