Shades of Pink Flamingo #E33CFE
Tints of Pink Flamingo #E33CFE
RGB
CMYK
RGB Variations
Color information
#E33CFE (or 0xE33CFE) is known color: Pink Flamingo. HEX triplet: E3, 3C and FE. RGB value is (227,60,254). Sum of RGB (Red+Green+Blue) = 227+60+254=541 (71% of max value = 765). Red value is 227 (89.06% from 255 or 41.96% from 541); Green value is 60 (23.83% from 255 or 11.09% from 541); Blue value is 254 (99.61% from 255 or 46.95% from 541); Max value from RGB is 254 - color contains mainly: blue. Hex color #E33CFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E33CFE is #1CC301. Grayscale: #838383. Windows color (decimal): -1884930 or 16661731. OLE color: 16661731.
HSL color Cylindrical-coordinate representation of color #E33CFE: hue angle of 291.65º 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 #E33CFE is Cyan = 0.11, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 227 | 60 | 254 | - |
| CMYK | 0.11 | 0.76 | 0 | 0.00 |
| HSL | 291.65º | 0.99% | 0.62% | - |
| HSV(B) | 291.65º | 0.76% | 1% | - |
| XYZ | 51.18 | 26.72 | 96.23 | - |
| YUV | 132.05 | 196.83 | 195.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 60 | 254 | 0.11 | 0.76 | 0 | 0.00 | 291.65 | 0.99 | 0.62 |
| Hex | E3 | 3C | FE | B | 4C | 0 | 0 | 124 | 63 | 3E |
| Octal | 343 | 74 | 376 | 13 | 114 | 0 | 0 | 444 | 143 | 76 |
| Binary | 11100011 | 111100 | 11111110 | 1011 | 1001100 | 0 | 0 | 100100100 | 1100011 | 111110 |
Color Harmonies of #E33CFE
Complementary color
Monochromatic Colors of #E33CFE
Black with #E33CFE
Text Example
Text Example
White with #E33CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E33CFE; }
p { color: rgb(227,60,254); }
H1.HeaderClassName
{
color: #E33CFE;
}
.AnyTagClassName
{
color: #E33CFE;
}
</style>
background-color css
<style>
a { background-color: #E33CFE; }
a { background-color: rgb(227,60,254); }
div.DivClassName
{
background-color: #E33CFE;
}
.BgClassName
{
background-color: #E33CFE;
}
</style>
border-color css
<style>
span { border-color: #E33CFE; }
span { border-color: rgb(227,60,254); }
td.TdClassName
{
border-color: #E33CFE;
}
.TagClassName
{
border-color: #E33CFE;
}
</style>