Shades of Pink Flamingo #E245FD
Tints of Pink Flamingo #E245FD
RGB
CMYK
RGB Variations
Color information
#E245FD (or 0xE245FD) is known color: Pink Flamingo. HEX triplet: E2, 45 and FD. RGB value is (226,69,253). Sum of RGB (Red+Green+Blue) = 226+69+253=548 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.24% from 548); Green value is 69 (27.34% from 255 or 12.59% from 548); Blue value is 253 (99.22% from 255 or 46.17% from 548); Max value from RGB is 253 - color contains mainly: blue. Hex color #E245FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E245FD is #1DBA02. Grayscale: #888888. Windows color (decimal): -1948163 or 16598498. OLE color: 16598498.
HSL color Cylindrical-coordinate representation of color #E245FD: hue angle of 291.2º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E245FD is Cyan = 0.11, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 226 | 69 | 253 | - |
| CMYK | 0.11 | 0.73 | 0 | 0.01 |
| HSL | 291.2º | 0.98% | 0.63% | - |
| HSV(B) | 291.2º | 0.73% | 0.99% | - |
| XYZ | 51.22 | 27.52 | 95.54 | - |
| YUV | 136.92 | 193.51 | 191.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 69 | 253 | 0.11 | 0.73 | 0 | 0.01 | 291.2 | 0.98 | 0.63 |
| Hex | E2 | 45 | FD | B | 49 | 0 | 1 | 123 | 62 | 3F |
| Octal | 342 | 105 | 375 | 13 | 111 | 0 | 1 | 443 | 142 | 77 |
| Binary | 11100010 | 1000101 | 11111101 | 1011 | 1001001 | 0 | 1 | 100100011 | 1100010 | 111111 |
Color Harmonies of #E245FD
Complementary color
Monochromatic Colors of #E245FD
Black with #E245FD
Text Example
Text Example
White with #E245FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E245FD; }
p { color: rgb(226,69,253); }
H1.HeaderClassName
{
color: #E245FD;
}
.AnyTagClassName
{
color: #E245FD;
}
</style>
background-color css
<style>
a { background-color: #E245FD; }
a { background-color: rgb(226,69,253); }
div.DivClassName
{
background-color: #E245FD;
}
.BgClassName
{
background-color: #E245FD;
}
</style>
border-color css
<style>
span { border-color: #E245FD; }
span { border-color: rgb(226,69,253); }
td.TdClassName
{
border-color: #E245FD;
}
.TagClassName
{
border-color: #E245FD;
}
</style>