Shades of Pink Flamingo #E242FD
Tints of Pink Flamingo #E242FD
RGB
CMYK
RGB Variations
Color information
#E242FD (or 0xE242FD) is known color: Pink Flamingo. HEX triplet: E2, 42 and FD. RGB value is (226,66,253). Sum of RGB (Red+Green+Blue) = 226+66+253=545 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.47% from 545); Green value is 66 (26.17% from 255 or 12.11% from 545); Blue value is 253 (99.22% from 255 or 46.42% from 545); Max value from RGB is 253 - color contains mainly: blue. Hex color #E242FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E242FD is #1DBD02. Grayscale: #868686. Windows color (decimal): -1948931 or 16597730. OLE color: 16597730.
HSL color Cylindrical-coordinate representation of color #E242FD: hue angle of 291.34º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E242FD is Cyan = 0.11, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 226 | 66 | 253 | - |
| CMYK | 0.11 | 0.74 | 0 | 0.01 |
| HSL | 291.34º | 0.98% | 0.63% | - |
| HSV(B) | 291.34º | 0.74% | 0.99% | - |
| XYZ | 51.04 | 27.16 | 95.48 | - |
| YUV | 135.16 | 194.51 | 192.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 66 | 253 | 0.11 | 0.74 | 0 | 0.01 | 291.34 | 0.98 | 0.63 |
| Hex | E2 | 42 | FD | B | 4A | 0 | 1 | 123 | 62 | 3F |
| Octal | 342 | 102 | 375 | 13 | 112 | 0 | 1 | 443 | 142 | 77 |
| Binary | 11100010 | 1000010 | 11111101 | 1011 | 1001010 | 0 | 1 | 100100011 | 1100010 | 111111 |
Color Harmonies of #E242FD
Complementary color
Monochromatic Colors of #E242FD
Black with #E242FD
Text Example
Text Example
White with #E242FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E242FD; }
p { color: rgb(226,66,253); }
H1.HeaderClassName
{
color: #E242FD;
}
.AnyTagClassName
{
color: #E242FD;
}
</style>
background-color css
<style>
a { background-color: #E242FD; }
a { background-color: rgb(226,66,253); }
div.DivClassName
{
background-color: #E242FD;
}
.BgClassName
{
background-color: #E242FD;
}
</style>
border-color css
<style>
span { border-color: #E242FD; }
span { border-color: rgb(226,66,253); }
td.TdClassName
{
border-color: #E242FD;
}
.TagClassName
{
border-color: #E242FD;
}
</style>