Shades of Pink Flamingo #E33DFE
Tints of Pink Flamingo #E33DFE
RGB
CMYK
RGB Variations
Color information
#E33DFE (or 0xE33DFE) is known color: Pink Flamingo. HEX triplet: E3, 3D and FE. RGB value is (227,61,254). Sum of RGB (Red+Green+Blue) = 227+61+254=542 (71% of max value = 765). Red value is 227 (89.06% from 255 or 41.88% from 542); Green value is 61 (24.22% from 255 or 11.25% from 542); Blue value is 254 (99.61% from 255 or 46.86% from 542); Max value from RGB is 254 - color contains mainly: blue. Hex color #E33DFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E33DFE is #1CC201. Grayscale: #848484. Windows color (decimal): -1884674 or 16661987. OLE color: 16661987.
HSL color Cylindrical-coordinate representation of color #E33DFE: hue angle of 291.61º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E33DFE is Cyan = 0.11, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 227 | 61 | 254 | - |
| CMYK | 0.11 | 0.76 | 0 | 0.00 |
| HSL | 291.61º | 0.99% | 0.62% | - |
| HSV(B) | 291.61º | 0.76% | 1% | - |
| XYZ | 51.24 | 26.82 | 96.24 | - |
| YUV | 132.64 | 196.5 | 195.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 61 | 254 | 0.11 | 0.76 | 0 | 0.00 | 291.61 | 0.99 | 0.62 |
| Hex | E3 | 3D | FE | B | 4C | 0 | 0 | 124 | 63 | 3E |
| Octal | 343 | 75 | 376 | 13 | 114 | 0 | 0 | 444 | 143 | 76 |
| Binary | 11100011 | 111101 | 11111110 | 1011 | 1001100 | 0 | 0 | 100100100 | 1100011 | 111110 |
Color Harmonies of #E33DFE
Complementary color
Monochromatic Colors of #E33DFE
Black with #E33DFE
Text Example
Text Example
White with #E33DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E33DFE; }
p { color: rgb(227,61,254); }
H1.HeaderClassName
{
color: #E33DFE;
}
.AnyTagClassName
{
color: #E33DFE;
}
</style>
background-color css
<style>
a { background-color: #E33DFE; }
a { background-color: rgb(227,61,254); }
div.DivClassName
{
background-color: #E33DFE;
}
.BgClassName
{
background-color: #E33DFE;
}
</style>
border-color css
<style>
span { border-color: #E33DFE; }
span { border-color: rgb(227,61,254); }
td.TdClassName
{
border-color: #E33DFE;
}
.TagClassName
{
border-color: #E33DFE;
}
</style>