Shades of Pink Flamingo #EE4BFF
Tints of Pink Flamingo #EE4BFF
RGB
CMYK
RGB Variations
Color information
#EE4BFF (or 0xEE4BFF) is known color: Pink Flamingo. HEX triplet: EE, 4B and FF. RGB value is (238,75,255). Sum of RGB (Red+Green+Blue) = 238+75+255=568 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.90% from 568); Green value is 75 (29.69% from 255 or 13.20% from 568); Blue value is 255 (100% from 255 or 44.89% from 568); Max value from RGB is 255 - color contains mainly: blue. Hex color #EE4BFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE4BFF is #11B400. Grayscale: #8F8F8F. Windows color (decimal): -1160193 or 16731118. OLE color: 16731118.
HSL color Cylindrical-coordinate representation of color #EE4BFF: hue angle of 294.33º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EE4BFF is Cyan = 0.07, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 75 | 255 | - |
| CMYK | 0.07 | 0.71 | 0 | 0 |
| HSL | 294.33º | 1% | 0.65% | - |
| HSV(B) | 294.33º | 0.71% | 1% | - |
| XYZ | 55.83 | 30.43 | 97.54 | - |
| YUV | 144.26 | 190.5 | 194.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 75 | 255 | 0.07 | 0.71 | 0 | 0 | 294.33 | 1 | 0.65 |
| Hex | EE | 4B | FF | 7 | 47 | 0 | 0 | 126 | 64 | 41 |
| Octal | 356 | 113 | 377 | 7 | 107 | 0 | 0 | 446 | 144 | 101 |
| Binary | 11101110 | 1001011 | 11111111 | 111 | 1000111 | 0 | 0 | 100100110 | 1100100 | 1000001 |
Color Harmonies of #EE4BFF
Complementary color
Monochromatic Colors of #EE4BFF
Black with #EE4BFF
Text Example
Text Example
White with #EE4BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4BFF; }
p { color: rgb(238,75,255); }
H1.HeaderClassName
{
color: #EE4BFF;
}
.AnyTagClassName
{
color: #EE4BFF;
}
</style>
background-color css
<style>
a { background-color: #EE4BFF; }
a { background-color: rgb(238,75,255); }
div.DivClassName
{
background-color: #EE4BFF;
}
.BgClassName
{
background-color: #EE4BFF;
}
</style>
border-color css
<style>
span { border-color: #EE4BFF; }
span { border-color: rgb(238,75,255); }
td.TdClassName
{
border-color: #EE4BFF;
}
.TagClassName
{
border-color: #EE4BFF;
}
</style>