Shades of Pink Flamingo #E842FD
Tints of Pink Flamingo #E842FD
RGB
CMYK
RGB Variations
Color information
#E842FD (or 0xE842FD) is known color: Pink Flamingo. HEX triplet: E8, 42 and FD. RGB value is (232,66,253). Sum of RGB (Red+Green+Blue) = 232+66+253=551 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.11% from 551); Green value is 66 (26.17% from 255 or 11.98% 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 #E842FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E842FD is #17BD02. Grayscale: #888888. Windows color (decimal): -1555715 or 16597736. OLE color: 16597736.
HSL color Cylindrical-coordinate representation of color #E842FD: hue angle of 293.26º 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 #E842FD is Cyan = 0.08, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 232 | 66 | 253 | - |
| CMYK | 0.08 | 0.74 | 0 | 0.01 |
| HSL | 293.26º | 0.98% | 0.63% | - |
| HSV(B) | 293.26º | 0.74% | 0.99% | - |
| XYZ | 52.96 | 28.14 | 95.57 | - |
| YUV | 136.95 | 193.5 | 195.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 66 | 253 | 0.08 | 0.74 | 0 | 0.01 | 293.26 | 0.98 | 0.63 |
| Hex | E8 | 42 | FD | 8 | 4A | 0 | 1 | 125 | 62 | 3F |
| Octal | 350 | 102 | 375 | 10 | 112 | 0 | 1 | 445 | 142 | 77 |
| Binary | 11101000 | 1000010 | 11111101 | 1000 | 1001010 | 0 | 1 | 100100101 | 1100010 | 111111 |
Color Harmonies of #E842FD
Complementary color
Monochromatic Colors of #E842FD
Black with #E842FD
Text Example
Text Example
White with #E842FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E842FD; }
p { color: rgb(232,66,253); }
H1.HeaderClassName
{
color: #E842FD;
}
.AnyTagClassName
{
color: #E842FD;
}
</style>
background-color css
<style>
a { background-color: #E842FD; }
a { background-color: rgb(232,66,253); }
div.DivClassName
{
background-color: #E842FD;
}
.BgClassName
{
background-color: #E842FD;
}
</style>
border-color css
<style>
span { border-color: #E842FD; }
span { border-color: rgb(232,66,253); }
td.TdClassName
{
border-color: #E842FD;
}
.TagClassName
{
border-color: #E842FD;
}
</style>