Shades of Pink Flamingo #E445FD
Tints of Pink Flamingo #E445FD
RGB
CMYK
RGB Variations
Color information
#E445FD (or 0xE445FD) is known color: Pink Flamingo. HEX triplet: E4, 45 and FD. RGB value is (228,69,253). Sum of RGB (Red+Green+Blue) = 228+69+253=550 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.45% from 550); Green value is 69 (27.34% from 255 or 12.55% from 550); Blue value is 253 (99.22% from 255 or 46% from 550); Max value from RGB is 253 - color contains mainly: blue. Hex color #E445FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E445FD is #1BBA02. Grayscale: #888888. Windows color (decimal): -1817091 or 16598500. OLE color: 16598500.
HSL color Cylindrical-coordinate representation of color #E445FD: hue angle of 291.85º 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 #E445FD is Cyan = 0.10, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 228 | 69 | 253 | - |
| CMYK | 0.10 | 0.73 | 0 | 0.01 |
| HSL | 291.85º | 0.98% | 0.63% | - |
| HSV(B) | 291.85º | 0.73% | 0.99% | - |
| XYZ | 51.85 | 27.84 | 95.57 | - |
| YUV | 137.52 | 193.18 | 192.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 69 | 253 | 0.10 | 0.73 | 0 | 0.01 | 291.85 | 0.98 | 0.63 |
| Hex | E4 | 45 | FD | A | 49 | 0 | 1 | 124 | 62 | 3F |
| Octal | 344 | 105 | 375 | 12 | 111 | 0 | 1 | 444 | 142 | 77 |
| Binary | 11100100 | 1000101 | 11111101 | 1010 | 1001001 | 0 | 1 | 100100100 | 1100010 | 111111 |
Color Harmonies of #E445FD
Complementary color
Monochromatic Colors of #E445FD
Black with #E445FD
Text Example
Text Example
White with #E445FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E445FD; }
p { color: rgb(228,69,253); }
H1.HeaderClassName
{
color: #E445FD;
}
.AnyTagClassName
{
color: #E445FD;
}
</style>
background-color css
<style>
a { background-color: #E445FD; }
a { background-color: rgb(228,69,253); }
div.DivClassName
{
background-color: #E445FD;
}
.BgClassName
{
background-color: #E445FD;
}
</style>
border-color css
<style>
span { border-color: #E445FD; }
span { border-color: rgb(228,69,253); }
td.TdClassName
{
border-color: #E445FD;
}
.TagClassName
{
border-color: #E445FD;
}
</style>