Shades of Pink Flamingo #EE33FA
Tints of Pink Flamingo #EE33FA
RGB
CMYK
RGB Variations
Color information
#EE33FA (or 0xEE33FA) is known color: Pink Flamingo. HEX triplet: EE, 33 and FA. RGB value is (238,51,250). Sum of RGB (Red+Green+Blue) = 238+51+250=539 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.16% from 539); Green value is 51 (20.31% from 255 or 9.46% from 539); Blue value is 250 (98.05% from 255 or 46.38% from 539); Max value from RGB is 250 - color contains mainly: blue. Hex color #EE33FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE33FA is #11CC05. Grayscale: #808080. Windows color (decimal): -1166342 or 16397294. OLE color: 16397294.
HSL color Cylindrical-coordinate representation of color #EE33FA: hue angle of 296.38º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EE33FA is Cyan = 0.05, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 51 | 250 | - |
| CMYK | 0.05 | 0.80 | 0 | 0.02 |
| HSL | 296.38º | 0.95% | 0.59% | - |
| HSV(B) | 296.38º | 0.8% | 0.98% | - |
| XYZ | 53.7 | 27.45 | 92.91 | - |
| YUV | 129.6 | 195.95 | 205.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 51 | 250 | 0.05 | 0.80 | 0 | 0.02 | 296.38 | 0.95 | 0.59 |
| Hex | EE | 33 | FA | 5 | 50 | 0 | 2 | 128 | 5F | 3B |
| Octal | 356 | 63 | 372 | 5 | 120 | 0 | 2 | 450 | 137 | 73 |
| Binary | 11101110 | 110011 | 11111010 | 101 | 1010000 | 0 | 10 | 100101000 | 1011111 | 111011 |
Color Harmonies of #EE33FA
Complementary color
Monochromatic Colors of #EE33FA
Black with #EE33FA
Text Example
Text Example
White with #EE33FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE33FA; }
p { color: rgb(238,51,250); }
H1.HeaderClassName
{
color: #EE33FA;
}
.AnyTagClassName
{
color: #EE33FA;
}
</style>
background-color css
<style>
a { background-color: #EE33FA; }
a { background-color: rgb(238,51,250); }
div.DivClassName
{
background-color: #EE33FA;
}
.BgClassName
{
background-color: #EE33FA;
}
</style>
border-color css
<style>
span { border-color: #EE33FA; }
span { border-color: rgb(238,51,250); }
td.TdClassName
{
border-color: #EE33FA;
}
.TagClassName
{
border-color: #EE33FA;
}
</style>