Shades of Pink Flamingo #E73CFC
Tints of Pink Flamingo #E73CFC
RGB
CMYK
RGB Variations
Color information
#E73CFC (or 0xE73CFC) is known color: Pink Flamingo. HEX triplet: E7, 3C and FC. RGB value is (231,60,252). Sum of RGB (Red+Green+Blue) = 231+60+252=543 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.54% from 543); Green value is 60 (23.83% from 255 or 11.05% from 543); Blue value is 252 (98.83% from 255 or 46.41% from 543); Max value from RGB is 252 - color contains mainly: blue. Hex color #E73CFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E73CFC is #18C303. Grayscale: #848484. Windows color (decimal): -1622788 or 16530663. OLE color: 16530663.
HSL color Cylindrical-coordinate representation of color #E73CFC: hue angle of 293.44º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E73CFC is Cyan = 0.08, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 231 | 60 | 252 | - |
| CMYK | 0.08 | 0.76 | 0 | 0.01 |
| HSL | 293.44º | 0.97% | 0.61% | - |
| HSV(B) | 293.44º | 0.76% | 0.99% | - |
| XYZ | 52.14 | 27.25 | 94.61 | - |
| YUV | 133.02 | 195.15 | 197.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 60 | 252 | 0.08 | 0.76 | 0 | 0.01 | 293.44 | 0.97 | 0.61 |
| Hex | E7 | 3C | FC | 8 | 4C | 0 | 1 | 125 | 61 | 3D |
| Octal | 347 | 74 | 374 | 10 | 114 | 0 | 1 | 445 | 141 | 75 |
| Binary | 11100111 | 111100 | 11111100 | 1000 | 1001100 | 0 | 1 | 100100101 | 1100001 | 111101 |
Color Harmonies of #E73CFC
Complementary color
Monochromatic Colors of #E73CFC
Black with #E73CFC
Text Example
Text Example
White with #E73CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E73CFC; }
p { color: rgb(231,60,252); }
H1.HeaderClassName
{
color: #E73CFC;
}
.AnyTagClassName
{
color: #E73CFC;
}
</style>
background-color css
<style>
a { background-color: #E73CFC; }
a { background-color: rgb(231,60,252); }
div.DivClassName
{
background-color: #E73CFC;
}
.BgClassName
{
background-color: #E73CFC;
}
</style>
border-color css
<style>
span { border-color: #E73CFC; }
span { border-color: rgb(231,60,252); }
td.TdClassName
{
border-color: #E73CFC;
}
.TagClassName
{
border-color: #E73CFC;
}
</style>