Shades of Pink Flamingo #E241FD
Tints of Pink Flamingo #E241FD
RGB
CMYK
RGB Variations
Color information
#E241FD (or 0xE241FD) is known color: Pink Flamingo. HEX triplet: E2, 41 and FD. RGB value is (226,65,253). Sum of RGB (Red+Green+Blue) = 226+65+253=544 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.54% from 544); Green value is 65 (25.78% from 255 or 11.95% from 544); Blue value is 253 (99.22% from 255 or 46.51% from 544); Max value from RGB is 253 - color contains mainly: blue. Hex color #E241FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E241FD is #1DBE02. Grayscale: #858585. Windows color (decimal): -1949187 or 16597474. OLE color: 16597474.
HSL color Cylindrical-coordinate representation of color #E241FD: hue angle of 291.38º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E241FD is Cyan = 0.11, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 226 | 65 | 253 | - |
| CMYK | 0.11 | 0.74 | 0 | 0.01 |
| HSL | 291.38º | 0.98% | 0.62% | - |
| HSV(B) | 291.38º | 0.74% | 0.99% | - |
| XYZ | 50.98 | 27.04 | 95.46 | - |
| YUV | 134.57 | 194.84 | 193.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 65 | 253 | 0.11 | 0.74 | 0 | 0.01 | 291.38 | 0.98 | 0.62 |
| Hex | E2 | 41 | FD | B | 4A | 0 | 1 | 123 | 62 | 3E |
| Octal | 342 | 101 | 375 | 13 | 112 | 0 | 1 | 443 | 142 | 76 |
| Binary | 11100010 | 1000001 | 11111101 | 1011 | 1001010 | 0 | 1 | 100100011 | 1100010 | 111110 |
Color Harmonies of #E241FD
Complementary color
Monochromatic Colors of #E241FD
Black with #E241FD
Text Example
Text Example
White with #E241FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E241FD; }
p { color: rgb(226,65,253); }
H1.HeaderClassName
{
color: #E241FD;
}
.AnyTagClassName
{
color: #E241FD;
}
</style>
background-color css
<style>
a { background-color: #E241FD; }
a { background-color: rgb(226,65,253); }
div.DivClassName
{
background-color: #E241FD;
}
.BgClassName
{
background-color: #E241FD;
}
</style>
border-color css
<style>
span { border-color: #E241FD; }
span { border-color: rgb(226,65,253); }
td.TdClassName
{
border-color: #E241FD;
}
.TagClassName
{
border-color: #E241FD;
}
</style>