Shades of Pink Flamingo #EE37FA
Tints of Pink Flamingo #EE37FA
RGB
CMYK
RGB Variations
Color information
#EE37FA (or 0xEE37FA) is known color: Pink Flamingo. HEX triplet: EE, 37 and FA. RGB value is (238,55,250). Sum of RGB (Red+Green+Blue) = 238+55+250=543 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.83% from 543); Green value is 55 (21.88% from 255 or 10.13% from 543); Blue value is 250 (98.05% from 255 or 46.04% from 543); Max value from RGB is 250 - color contains mainly: blue. Hex color #EE37FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE37FA is #11C805. Grayscale: #838383. Windows color (decimal): -1165318 or 16398318. OLE color: 16398318.
HSL color Cylindrical-coordinate representation of color #EE37FA: hue angle of 296.31º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EE37FA is Cyan = 0.05, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 55 | 250 | - |
| CMYK | 0.05 | 0.78 | 0 | 0.02 |
| HSL | 296.31º | 0.95% | 0.6% | - |
| HSV(B) | 296.31º | 0.78% | 0.98% | - |
| XYZ | 53.88 | 27.81 | 92.97 | - |
| YUV | 131.95 | 194.63 | 203.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 55 | 250 | 0.05 | 0.78 | 0 | 0.02 | 296.31 | 0.95 | 0.6 |
| Hex | EE | 37 | FA | 5 | 4E | 0 | 2 | 128 | 5F | 3C |
| Octal | 356 | 67 | 372 | 5 | 116 | 0 | 2 | 450 | 137 | 74 |
| Binary | 11101110 | 110111 | 11111010 | 101 | 1001110 | 0 | 10 | 100101000 | 1011111 | 111100 |
Color Harmonies of #EE37FA
Complementary color
Monochromatic Colors of #EE37FA
Black with #EE37FA
Text Example
Text Example
White with #EE37FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE37FA; }
p { color: rgb(238,55,250); }
H1.HeaderClassName
{
color: #EE37FA;
}
.AnyTagClassName
{
color: #EE37FA;
}
</style>
background-color css
<style>
a { background-color: #EE37FA; }
a { background-color: rgb(238,55,250); }
div.DivClassName
{
background-color: #EE37FA;
}
.BgClassName
{
background-color: #EE37FA;
}
</style>
border-color css
<style>
span { border-color: #EE37FA; }
span { border-color: rgb(238,55,250); }
td.TdClassName
{
border-color: #EE37FA;
}
.TagClassName
{
border-color: #EE37FA;
}
</style>