Shades of Pink Flamingo #EE4CFD
Tints of Pink Flamingo #EE4CFD
RGB
CMYK
RGB Variations
Color information
#EE4CFD (or 0xEE4CFD) is known color: Pink Flamingo. HEX triplet: EE, 4C and FD. RGB value is (238,76,253). Sum of RGB (Red+Green+Blue) = 238+76+253=567 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.98% from 567); Green value is 76 (30.08% from 255 or 13.40% from 567); Blue value is 253 (99.22% from 255 or 44.62% from 567); Max value from RGB is 253 - color contains mainly: blue. Hex color #EE4CFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE4CFD is #11B302. Grayscale: #909090. Windows color (decimal): -1159939 or 16600302. OLE color: 16600302.
HSL color Cylindrical-coordinate representation of color #EE4CFD: hue angle of 294.92º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EE4CFD is Cyan = 0.06, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 238 | 76 | 253 | - |
| CMYK | 0.06 | 0.70 | 0 | 0.01 |
| HSL | 294.92º | 0.98% | 0.65% | - |
| HSV(B) | 294.92º | 0.7% | 0.99% | - |
| XYZ | 55.57 | 30.44 | 95.87 | - |
| YUV | 144.62 | 189.17 | 194.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 76 | 253 | 0.06 | 0.70 | 0 | 0.01 | 294.92 | 0.98 | 0.65 |
| Hex | EE | 4C | FD | 6 | 46 | 0 | 1 | 127 | 62 | 41 |
| Octal | 356 | 114 | 375 | 6 | 106 | 0 | 1 | 447 | 142 | 101 |
| Binary | 11101110 | 1001100 | 11111101 | 110 | 1000110 | 0 | 1 | 100100111 | 1100010 | 1000001 |
Color Harmonies of #EE4CFD
Complementary color
Monochromatic Colors of #EE4CFD
Black with #EE4CFD
Text Example
Text Example
White with #EE4CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4CFD; }
p { color: rgb(238,76,253); }
H1.HeaderClassName
{
color: #EE4CFD;
}
.AnyTagClassName
{
color: #EE4CFD;
}
</style>
background-color css
<style>
a { background-color: #EE4CFD; }
a { background-color: rgb(238,76,253); }
div.DivClassName
{
background-color: #EE4CFD;
}
.BgClassName
{
background-color: #EE4CFD;
}
</style>
border-color css
<style>
span { border-color: #EE4CFD; }
span { border-color: rgb(238,76,253); }
td.TdClassName
{
border-color: #EE4CFD;
}
.TagClassName
{
border-color: #EE4CFD;
}
</style>