Shades of Pink Flamingo #E73BFF
Tints of Pink Flamingo #E73BFF
RGB
CMYK
RGB Variations
Color information
#E73BFF (or 0xE73BFF) is known color: Pink Flamingo. HEX triplet: E7, 3B and FF. RGB value is (231,59,255). Sum of RGB (Red+Green+Blue) = 231+59+255=545 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.39% from 545); Green value is 59 (23.44% from 255 or 10.83% from 545); Blue value is 255 (100% from 255 or 46.79% from 545); Max value from RGB is 255 - color contains mainly: blue. Hex color #E73BFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E73BFF is #18C400. Grayscale: #848484. Windows color (decimal): -1623041 or 16727015. OLE color: 16727015.
HSL color Cylindrical-coordinate representation of color #E73BFF: hue angle of 292.65º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E73BFF is Cyan = 0.09, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 231 | 59 | 255 | - |
| CMYK | 0.09 | 0.77 | 0 | 0 |
| HSL | 292.65º | 1% | 0.62% | - |
| HSV(B) | 292.65º | 0.77% | 1% | - |
| XYZ | 52.57 | 27.34 | 97.11 | - |
| YUV | 132.77 | 196.98 | 198.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 59 | 255 | 0.09 | 0.77 | 0 | 0 | 292.65 | 1 | 0.62 |
| Hex | E7 | 3B | FF | 9 | 4D | 0 | 0 | 125 | 64 | 3E |
| Octal | 347 | 73 | 377 | 11 | 115 | 0 | 0 | 445 | 144 | 76 |
| Binary | 11100111 | 111011 | 11111111 | 1001 | 1001101 | 0 | 0 | 100100101 | 1100100 | 111110 |
Color Harmonies of #E73BFF
Complementary color
Monochromatic Colors of #E73BFF
Black with #E73BFF
Text Example
Text Example
White with #E73BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E73BFF; }
p { color: rgb(231,59,255); }
H1.HeaderClassName
{
color: #E73BFF;
}
.AnyTagClassName
{
color: #E73BFF;
}
</style>
background-color css
<style>
a { background-color: #E73BFF; }
a { background-color: rgb(231,59,255); }
div.DivClassName
{
background-color: #E73BFF;
}
.BgClassName
{
background-color: #E73BFF;
}
</style>
border-color css
<style>
span { border-color: #E73BFF; }
span { border-color: rgb(231,59,255); }
td.TdClassName
{
border-color: #E73BFF;
}
.TagClassName
{
border-color: #E73BFF;
}
</style>