Shades of Pink Flamingo #EE3CFD
Tints of Pink Flamingo #EE3CFD
RGB
CMYK
RGB Variations
Color information
#EE3CFD (or 0xEE3CFD) is known color: Pink Flamingo. HEX triplet: EE, 3C and FD. RGB value is (238,60,253). Sum of RGB (Red+Green+Blue) = 238+60+253=551 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.19% from 551); Green value is 60 (23.83% from 255 or 10.89% from 551); Blue value is 253 (99.22% from 255 or 45.92% from 551); Max value from RGB is 253 - color contains mainly: blue. Hex color #EE3CFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE3CFD is #11C302. Grayscale: #868686. Windows color (decimal): -1164035 or 16596206. OLE color: 16596206.
HSL color Cylindrical-coordinate representation of color #EE3CFD: hue angle of 295.34º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EE3CFD is Cyan = 0.06, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 238 | 60 | 253 | - |
| CMYK | 0.06 | 0.76 | 0 | 0.01 |
| HSL | 295.34º | 0.98% | 0.61% | - |
| HSV(B) | 295.34º | 0.76% | 0.99% | - |
| XYZ | 54.61 | 28.5 | 95.55 | - |
| YUV | 135.22 | 194.47 | 201.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 60 | 253 | 0.06 | 0.76 | 0 | 0.01 | 295.34 | 0.98 | 0.61 |
| Hex | EE | 3C | FD | 6 | 4C | 0 | 1 | 127 | 62 | 3D |
| Octal | 356 | 74 | 375 | 6 | 114 | 0 | 1 | 447 | 142 | 75 |
| Binary | 11101110 | 111100 | 11111101 | 110 | 1001100 | 0 | 1 | 100100111 | 1100010 | 111101 |
Color Harmonies of #EE3CFD
Complementary color
Monochromatic Colors of #EE3CFD
Black with #EE3CFD
Text Example
Text Example
White with #EE3CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3CFD; }
p { color: rgb(238,60,253); }
H1.HeaderClassName
{
color: #EE3CFD;
}
.AnyTagClassName
{
color: #EE3CFD;
}
</style>
background-color css
<style>
a { background-color: #EE3CFD; }
a { background-color: rgb(238,60,253); }
div.DivClassName
{
background-color: #EE3CFD;
}
.BgClassName
{
background-color: #EE3CFD;
}
</style>
border-color css
<style>
span { border-color: #EE3CFD; }
span { border-color: rgb(238,60,253); }
td.TdClassName
{
border-color: #EE3CFD;
}
.TagClassName
{
border-color: #EE3CFD;
}
</style>