Shades of Pink Flamingo #E248FD
Tints of Pink Flamingo #E248FD
RGB
CMYK
RGB Variations
Color information
#E248FD (or 0xE248FD) is known color: Pink Flamingo. HEX triplet: E2, 48 and FD. RGB value is (226,72,253). Sum of RGB (Red+Green+Blue) = 226+72+253=551 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.02% from 551); Green value is 72 (28.52% from 255 or 13.07% 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 #E248FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E248FD is #1DB702. Grayscale: #8A8A8A. Windows color (decimal): -1947395 or 16599266. OLE color: 16599266.
HSL color Cylindrical-coordinate representation of color #E248FD: hue angle of 291.05º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E248FD is Cyan = 0.11, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 226 | 72 | 253 | - |
| CMYK | 0.11 | 0.72 | 0 | 0.01 |
| HSL | 291.05º | 0.98% | 0.64% | - |
| HSV(B) | 291.05º | 0.72% | 0.99% | - |
| XYZ | 51.41 | 27.9 | 95.6 | - |
| YUV | 138.68 | 192.52 | 190.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 72 | 253 | 0.11 | 0.72 | 0 | 0.01 | 291.05 | 0.98 | 0.64 |
| Hex | E2 | 48 | FD | B | 48 | 0 | 1 | 123 | 62 | 40 |
| Octal | 342 | 110 | 375 | 13 | 110 | 0 | 1 | 443 | 142 | 100 |
| Binary | 11100010 | 1001000 | 11111101 | 1011 | 1001000 | 0 | 1 | 100100011 | 1100010 | 1000000 |
Color Harmonies of #E248FD
Complementary color
Monochromatic Colors of #E248FD
Black with #E248FD
Text Example
Text Example
White with #E248FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E248FD; }
p { color: rgb(226,72,253); }
H1.HeaderClassName
{
color: #E248FD;
}
.AnyTagClassName
{
color: #E248FD;
}
</style>
background-color css
<style>
a { background-color: #E248FD; }
a { background-color: rgb(226,72,253); }
div.DivClassName
{
background-color: #E248FD;
}
.BgClassName
{
background-color: #E248FD;
}
</style>
border-color css
<style>
span { border-color: #E248FD; }
span { border-color: rgb(226,72,253); }
td.TdClassName
{
border-color: #E248FD;
}
.TagClassName
{
border-color: #E248FD;
}
</style>