Shades of Pink Flamingo #EE36FF
Tints of Pink Flamingo #EE36FF
RGB
CMYK
RGB Variations
Color information
#EE36FF (or 0xEE36FF) is known color: Pink Flamingo. HEX triplet: EE, 36 and FF. RGB value is (238,54,255). Sum of RGB (Red+Green+Blue) = 238+54+255=547 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.51% from 547); Green value is 54 (21.48% from 255 or 9.87% from 547); Blue value is 255 (100% from 255 or 46.62% from 547); Max value from RGB is 255 - color contains mainly: blue. Hex color #EE36FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE36FF is #11C900. Grayscale: #838383. Windows color (decimal): -1165569 or 16725742. OLE color: 16725742.
HSL color Cylindrical-coordinate representation of color #EE36FF: hue angle of 294.93º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EE36FF is Cyan = 0.07, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 54 | 255 | - |
| CMYK | 0.07 | 0.79 | 0 | 0 |
| HSL | 294.93º | 1% | 0.61% | - |
| HSV(B) | 294.93º | 0.79% | 1% | - |
| XYZ | 54.63 | 28.04 | 97.14 | - |
| YUV | 131.93 | 197.46 | 203.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 54 | 255 | 0.07 | 0.79 | 0 | 0 | 294.93 | 1 | 0.61 |
| Hex | EE | 36 | FF | 7 | 4F | 0 | 0 | 127 | 64 | 3D |
| Octal | 356 | 66 | 377 | 7 | 117 | 0 | 0 | 447 | 144 | 75 |
| Binary | 11101110 | 110110 | 11111111 | 111 | 1001111 | 0 | 0 | 100100111 | 1100100 | 111101 |
Color Harmonies of #EE36FF
Complementary color
Monochromatic Colors of #EE36FF
Black with #EE36FF
Text Example
Text Example
White with #EE36FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE36FF; }
p { color: rgb(238,54,255); }
H1.HeaderClassName
{
color: #EE36FF;
}
.AnyTagClassName
{
color: #EE36FF;
}
</style>
background-color css
<style>
a { background-color: #EE36FF; }
a { background-color: rgb(238,54,255); }
div.DivClassName
{
background-color: #EE36FF;
}
.BgClassName
{
background-color: #EE36FF;
}
</style>
border-color css
<style>
span { border-color: #EE36FF; }
span { border-color: rgb(238,54,255); }
td.TdClassName
{
border-color: #EE36FF;
}
.TagClassName
{
border-color: #EE36FF;
}
</style>