Shades of Pink Flamingo #EE40FD
Tints of Pink Flamingo #EE40FD
RGB
CMYK
RGB Variations
Color information
#EE40FD (or 0xEE40FD) is known color: Pink Flamingo. HEX triplet: EE, 40 and FD. RGB value is (238,64,253). Sum of RGB (Red+Green+Blue) = 238+64+253=555 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.88% from 555); Green value is 64 (25.39% from 255 or 11.53% from 555); Blue value is 253 (99.22% from 255 or 45.59% from 555); Max value from RGB is 253 - color contains mainly: blue. Hex color #EE40FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE40FD is #11BF02. Grayscale: #888888. Windows color (decimal): -1163011 or 16597230. OLE color: 16597230.
HSL color Cylindrical-coordinate representation of color #EE40FD: hue angle of 295.24º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EE40FD is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 238 | 64 | 253 | - |
| CMYK | 0.06 | 0.75 | 0 | 0.01 |
| HSL | 295.24º | 0.98% | 0.62% | - |
| HSV(B) | 295.24º | 0.75% | 0.99% | - |
| XYZ | 54.82 | 28.94 | 95.62 | - |
| YUV | 137.57 | 193.15 | 199.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 64 | 253 | 0.06 | 0.75 | 0 | 0.01 | 295.24 | 0.98 | 0.62 |
| Hex | EE | 40 | FD | 6 | 4B | 0 | 1 | 127 | 62 | 3E |
| Octal | 356 | 100 | 375 | 6 | 113 | 0 | 1 | 447 | 142 | 76 |
| Binary | 11101110 | 1000000 | 11111101 | 110 | 1001011 | 0 | 1 | 100100111 | 1100010 | 111110 |
Color Harmonies of #EE40FD
Complementary color
Monochromatic Colors of #EE40FD
Black with #EE40FD
Text Example
Text Example
White with #EE40FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE40FD; }
p { color: rgb(238,64,253); }
H1.HeaderClassName
{
color: #EE40FD;
}
.AnyTagClassName
{
color: #EE40FD;
}
</style>
background-color css
<style>
a { background-color: #EE40FD; }
a { background-color: rgb(238,64,253); }
div.DivClassName
{
background-color: #EE40FD;
}
.BgClassName
{
background-color: #EE40FD;
}
</style>
border-color css
<style>
span { border-color: #EE40FD; }
span { border-color: rgb(238,64,253); }
td.TdClassName
{
border-color: #EE40FD;
}
.TagClassName
{
border-color: #EE40FD;
}
</style>