Shades of Pink Flamingo #E33AFF
Tints of Pink Flamingo #E33AFF
RGB
CMYK
RGB Variations
Color information
#E33AFF (or 0xE33AFF) is known color: Pink Flamingo. HEX triplet: E3, 3A and FF. RGB value is (227,58,255). Sum of RGB (Red+Green+Blue) = 227+58+255=540 (71% of max value = 765). Red value is 227 (89.06% from 255 or 42.04% from 540); Green value is 58 (23.05% from 255 or 10.74% from 540); Blue value is 255 (100% from 255 or 47.22% from 540); Max value from RGB is 255 - color contains mainly: blue. Hex color #E33AFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E33AFF is #1CC500. Grayscale: #828282. Windows color (decimal): -1885441 or 16726755. OLE color: 16726755.
HSL color Cylindrical-coordinate representation of color #E33AFF: hue angle of 291.47º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E33AFF is Cyan = 0.11, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 227 | 58 | 255 | - |
| CMYK | 0.11 | 0.77 | 0 | 0 |
| HSL | 291.47º | 1% | 0.61% | - |
| HSV(B) | 291.47º | 0.77% | 1% | - |
| XYZ | 51.24 | 26.58 | 97.04 | - |
| YUV | 130.99 | 197.99 | 196.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 58 | 255 | 0.11 | 0.77 | 0 | 0 | 291.47 | 1 | 0.61 |
| Hex | E3 | 3A | FF | B | 4D | 0 | 0 | 123 | 64 | 3D |
| Octal | 343 | 72 | 377 | 13 | 115 | 0 | 0 | 443 | 144 | 75 |
| Binary | 11100011 | 111010 | 11111111 | 1011 | 1001101 | 0 | 0 | 100100011 | 1100100 | 111101 |
Color Harmonies of #E33AFF
Complementary color
Monochromatic Colors of #E33AFF
Black with #E33AFF
Text Example
Text Example
White with #E33AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E33AFF; }
p { color: rgb(227,58,255); }
H1.HeaderClassName
{
color: #E33AFF;
}
.AnyTagClassName
{
color: #E33AFF;
}
</style>
background-color css
<style>
a { background-color: #E33AFF; }
a { background-color: rgb(227,58,255); }
div.DivClassName
{
background-color: #E33AFF;
}
.BgClassName
{
background-color: #E33AFF;
}
</style>
border-color css
<style>
span { border-color: #E33AFF; }
span { border-color: rgb(227,58,255); }
td.TdClassName
{
border-color: #E33AFF;
}
.TagClassName
{
border-color: #E33AFF;
}
</style>