Shades of Pink Flamingo #EE34FF
Tints of Pink Flamingo #EE34FF
RGB
CMYK
RGB Variations
Color information
#EE34FF (or 0xEE34FF) is known color: Pink Flamingo. HEX triplet: EE, 34 and FF. RGB value is (238,52,255). Sum of RGB (Red+Green+Blue) = 238+52+255=545 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.67% from 545); Green value is 52 (20.70% from 255 or 9.54% from 545); Blue value is 255 (100% from 255 or 46.79% from 545); Max value from RGB is 255 - color contains mainly: blue. Hex color #EE34FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE34FF is #11CB00. Grayscale: #828282. Windows color (decimal): -1166081 or 16725230. OLE color: 16725230.
HSL color Cylindrical-coordinate representation of color #EE34FF: hue angle of 294.98º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EE34FF is Cyan = 0.07, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 52 | 255 | - |
| CMYK | 0.07 | 0.80 | 0 | 0 |
| HSL | 294.98º | 1% | 0.6% | - |
| HSV(B) | 294.98º | 0.8% | 1% | - |
| XYZ | 54.54 | 27.85 | 97.11 | - |
| YUV | 130.76 | 198.12 | 204.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 52 | 255 | 0.07 | 0.80 | 0 | 0 | 294.98 | 1 | 0.6 |
| Hex | EE | 34 | FF | 7 | 50 | 0 | 0 | 127 | 64 | 3C |
| Octal | 356 | 64 | 377 | 7 | 120 | 0 | 0 | 447 | 144 | 74 |
| Binary | 11101110 | 110100 | 11111111 | 111 | 1010000 | 0 | 0 | 100100111 | 1100100 | 111100 |
Color Harmonies of #EE34FF
Complementary color
Monochromatic Colors of #EE34FF
Black with #EE34FF
Text Example
Text Example
White with #EE34FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE34FF; }
p { color: rgb(238,52,255); }
H1.HeaderClassName
{
color: #EE34FF;
}
.AnyTagClassName
{
color: #EE34FF;
}
</style>
background-color css
<style>
a { background-color: #EE34FF; }
a { background-color: rgb(238,52,255); }
div.DivClassName
{
background-color: #EE34FF;
}
.BgClassName
{
background-color: #EE34FF;
}
</style>
border-color css
<style>
span { border-color: #EE34FF; }
span { border-color: rgb(238,52,255); }
td.TdClassName
{
border-color: #EE34FF;
}
.TagClassName
{
border-color: #EE34FF;
}
</style>