Shades of Pink Flamingo #E33CFF
Tints of Pink Flamingo #E33CFF
RGB
CMYK
RGB Variations
Color information
#E33CFF (or 0xE33CFF) is known color: Pink Flamingo. HEX triplet: E3, 3C and FF. RGB value is (227,60,255). Sum of RGB (Red+Green+Blue) = 227+60+255=542 (71% of max value = 765). Red value is 227 (89.06% from 255 or 41.88% from 542); Green value is 60 (23.83% from 255 or 11.07% from 542); Blue value is 255 (100% from 255 or 47.05% from 542); Max value from RGB is 255 - color contains mainly: blue. Hex color #E33CFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E33CFF is #1CC300. Grayscale: #838383. Windows color (decimal): -1884929 or 16727267. OLE color: 16727267.
HSL color Cylindrical-coordinate representation of color #E33CFF: hue angle of 291.38º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E33CFF is Cyan = 0.11, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 227 | 60 | 255 | - |
| CMYK | 0.11 | 0.76 | 0 | 0 |
| HSL | 291.38º | 1% | 0.62% | - |
| HSV(B) | 291.38º | 0.76% | 1% | - |
| XYZ | 51.34 | 26.78 | 97.07 | - |
| YUV | 132.16 | 197.33 | 195.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 60 | 255 | 0.11 | 0.76 | 0 | 0 | 291.38 | 1 | 0.62 |
| Hex | E3 | 3C | FF | B | 4C | 0 | 0 | 123 | 64 | 3E |
| Octal | 343 | 74 | 377 | 13 | 114 | 0 | 0 | 443 | 144 | 76 |
| Binary | 11100011 | 111100 | 11111111 | 1011 | 1001100 | 0 | 0 | 100100011 | 1100100 | 111110 |
Color Harmonies of #E33CFF
Complementary color
Monochromatic Colors of #E33CFF
Black with #E33CFF
Text Example
Text Example
White with #E33CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E33CFF; }
p { color: rgb(227,60,255); }
H1.HeaderClassName
{
color: #E33CFF;
}
.AnyTagClassName
{
color: #E33CFF;
}
</style>
background-color css
<style>
a { background-color: #E33CFF; }
a { background-color: rgb(227,60,255); }
div.DivClassName
{
background-color: #E33CFF;
}
.BgClassName
{
background-color: #E33CFF;
}
</style>
border-color css
<style>
span { border-color: #E33CFF; }
span { border-color: rgb(227,60,255); }
td.TdClassName
{
border-color: #E33CFF;
}
.TagClassName
{
border-color: #E33CFF;
}
</style>