Shades of Pink Flamingo #EE3DFA
Tints of Pink Flamingo #EE3DFA
RGB
CMYK
RGB Variations
Color information
#EE3DFA (or 0xEE3DFA) is known color: Pink Flamingo. HEX triplet: EE, 3D and FA. RGB value is (238,61,250). Sum of RGB (Red+Green+Blue) = 238+61+250=549 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.35% from 549); Green value is 61 (24.22% from 255 or 11.11% from 549); Blue value is 250 (98.05% from 255 or 45.54% from 549); Max value from RGB is 250 - color contains mainly: blue. Hex color #EE3DFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE3DFA is #11C205. Grayscale: #868686. Windows color (decimal): -1163782 or 16399854. OLE color: 16399854.
HSL color Cylindrical-coordinate representation of color #EE3DFA: hue angle of 296.19º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EE3DFA is Cyan = 0.05, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 61 | 250 | - |
| CMYK | 0.05 | 0.76 | 0 | 0.02 |
| HSL | 296.19º | 0.95% | 0.61% | - |
| HSV(B) | 296.19º | 0.76% | 0.98% | - |
| XYZ | 54.18 | 28.42 | 93.07 | - |
| YUV | 135.47 | 192.64 | 201.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 61 | 250 | 0.05 | 0.76 | 0 | 0.02 | 296.19 | 0.95 | 0.61 |
| Hex | EE | 3D | FA | 5 | 4C | 0 | 2 | 128 | 5F | 3D |
| Octal | 356 | 75 | 372 | 5 | 114 | 0 | 2 | 450 | 137 | 75 |
| Binary | 11101110 | 111101 | 11111010 | 101 | 1001100 | 0 | 10 | 100101000 | 1011111 | 111101 |
Color Harmonies of #EE3DFA
Complementary color
Monochromatic Colors of #EE3DFA
Black with #EE3DFA
Text Example
Text Example
White with #EE3DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3DFA; }
p { color: rgb(238,61,250); }
H1.HeaderClassName
{
color: #EE3DFA;
}
.AnyTagClassName
{
color: #EE3DFA;
}
</style>
background-color css
<style>
a { background-color: #EE3DFA; }
a { background-color: rgb(238,61,250); }
div.DivClassName
{
background-color: #EE3DFA;
}
.BgClassName
{
background-color: #EE3DFA;
}
</style>
border-color css
<style>
span { border-color: #EE3DFA; }
span { border-color: rgb(238,61,250); }
td.TdClassName
{
border-color: #EE3DFA;
}
.TagClassName
{
border-color: #EE3DFA;
}
</style>