Shades of Pink Flamingo #E342FE
Tints of Pink Flamingo #E342FE
RGB
CMYK
RGB Variations
Color information
#E342FE (or 0xE342FE) is known color: Pink Flamingo. HEX triplet: E3, 42 and FE. RGB value is (227,66,254). Sum of RGB (Red+Green+Blue) = 227+66+254=547 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.50% from 547); Green value is 66 (26.17% from 255 or 12.07% from 547); Blue value is 254 (99.61% from 255 or 46.44% from 547); Max value from RGB is 254 - color contains mainly: blue. Hex color #E342FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E342FE is #1CBD01. Grayscale: #868686. Windows color (decimal): -1883394 or 16663267. OLE color: 16663267.
HSL color Cylindrical-coordinate representation of color #E342FE: hue angle of 291.38º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E342FE is Cyan = 0.11, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 227 | 66 | 254 | - |
| CMYK | 0.11 | 0.74 | 0 | 0.00 |
| HSL | 291.38º | 0.99% | 0.63% | - |
| HSV(B) | 291.38º | 0.74% | 1% | - |
| XYZ | 51.52 | 27.38 | 96.34 | - |
| YUV | 135.57 | 194.84 | 193.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 66 | 254 | 0.11 | 0.74 | 0 | 0.00 | 291.38 | 0.99 | 0.63 |
| Hex | E3 | 42 | FE | B | 4A | 0 | 0 | 123 | 63 | 3F |
| Octal | 343 | 102 | 376 | 13 | 112 | 0 | 0 | 443 | 143 | 77 |
| Binary | 11100011 | 1000010 | 11111110 | 1011 | 1001010 | 0 | 0 | 100100011 | 1100011 | 111111 |
Color Harmonies of #E342FE
Complementary color
Monochromatic Colors of #E342FE
Black with #E342FE
Text Example
Text Example
White with #E342FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E342FE; }
p { color: rgb(227,66,254); }
H1.HeaderClassName
{
color: #E342FE;
}
.AnyTagClassName
{
color: #E342FE;
}
</style>
background-color css
<style>
a { background-color: #E342FE; }
a { background-color: rgb(227,66,254); }
div.DivClassName
{
background-color: #E342FE;
}
.BgClassName
{
background-color: #E342FE;
}
</style>
border-color css
<style>
span { border-color: #E342FE; }
span { border-color: rgb(227,66,254); }
td.TdClassName
{
border-color: #E342FE;
}
.TagClassName
{
border-color: #E342FE;
}
</style>