Shades of Pink Flamingo #EE3DFB
Tints of Pink Flamingo #EE3DFB
RGB
CMYK
RGB Variations
Color information
#EE3DFB (or 0xEE3DFB) is known color: Pink Flamingo. HEX triplet: EE, 3D and FB. RGB value is (238,61,251). Sum of RGB (Red+Green+Blue) = 238+61+251=550 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.27% from 550); Green value is 61 (24.22% from 255 or 11.09% from 550); Blue value is 251 (98.44% from 255 or 45.64% from 550); Max value from RGB is 251 - color contains mainly: blue. Hex color #EE3DFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE3DFB is #11C204. Grayscale: #878787. Windows color (decimal): -1163781 or 16465390. OLE color: 16465390.
HSL color Cylindrical-coordinate representation of color #EE3DFB: hue angle of 295.89º degrees, saturation: 0.96, 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 #EE3DFB is Cyan = 0.05, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 61 | 251 | - |
| CMYK | 0.05 | 0.76 | 0 | 0.02 |
| HSL | 295.89º | 0.96% | 0.61% | - |
| HSV(B) | 295.89º | 0.76% | 0.98% | - |
| XYZ | 54.34 | 28.48 | 93.9 | - |
| YUV | 135.58 | 193.14 | 201.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 61 | 251 | 0.05 | 0.76 | 0 | 0.02 | 295.89 | 0.96 | 0.61 |
| Hex | EE | 3D | FB | 5 | 4C | 0 | 2 | 128 | 60 | 3D |
| Octal | 356 | 75 | 373 | 5 | 114 | 0 | 2 | 450 | 140 | 75 |
| Binary | 11101110 | 111101 | 11111011 | 101 | 1001100 | 0 | 10 | 100101000 | 1100000 | 111101 |
Color Harmonies of #EE3DFB
Complementary color
Monochromatic Colors of #EE3DFB
Black with #EE3DFB
Text Example
Text Example
White with #EE3DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3DFB; }
p { color: rgb(238,61,251); }
H1.HeaderClassName
{
color: #EE3DFB;
}
.AnyTagClassName
{
color: #EE3DFB;
}
</style>
background-color css
<style>
a { background-color: #EE3DFB; }
a { background-color: rgb(238,61,251); }
div.DivClassName
{
background-color: #EE3DFB;
}
.BgClassName
{
background-color: #EE3DFB;
}
</style>
border-color css
<style>
span { border-color: #EE3DFB; }
span { border-color: rgb(238,61,251); }
td.TdClassName
{
border-color: #EE3DFB;
}
.TagClassName
{
border-color: #EE3DFB;
}
</style>