Shades of Pink Flamingo #E73AFC
Tints of Pink Flamingo #E73AFC
RGB
CMYK
RGB Variations
Color information
#E73AFC (or 0xE73AFC) is known color: Pink Flamingo. HEX triplet: E7, 3A and FC. RGB value is (231,58,252). Sum of RGB (Red+Green+Blue) = 231+58+252=541 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.70% from 541); Green value is 58 (23.05% from 255 or 10.72% from 541); Blue value is 252 (98.83% from 255 or 46.58% from 541); Max value from RGB is 252 - color contains mainly: blue. Hex color #E73AFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E73AFC is #18C503. Grayscale: #838383. Windows color (decimal): -1623300 or 16530151. OLE color: 16530151.
HSL color Cylindrical-coordinate representation of color #E73AFC: hue angle of 293.51º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E73AFC is Cyan = 0.08, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 231 | 58 | 252 | - |
| CMYK | 0.08 | 0.77 | 0 | 0.01 |
| HSL | 293.51º | 0.97% | 0.61% | - |
| HSV(B) | 293.51º | 0.77% | 0.99% | - |
| XYZ | 52.04 | 27.04 | 94.57 | - |
| YUV | 131.84 | 195.81 | 198.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 58 | 252 | 0.08 | 0.77 | 0 | 0.01 | 293.51 | 0.97 | 0.61 |
| Hex | E7 | 3A | FC | 8 | 4D | 0 | 1 | 126 | 61 | 3D |
| Octal | 347 | 72 | 374 | 10 | 115 | 0 | 1 | 446 | 141 | 75 |
| Binary | 11100111 | 111010 | 11111100 | 1000 | 1001101 | 0 | 1 | 100100110 | 1100001 | 111101 |
Color Harmonies of #E73AFC
Complementary color
Monochromatic Colors of #E73AFC
Black with #E73AFC
Text Example
Text Example
White with #E73AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E73AFC; }
p { color: rgb(231,58,252); }
H1.HeaderClassName
{
color: #E73AFC;
}
.AnyTagClassName
{
color: #E73AFC;
}
</style>
background-color css
<style>
a { background-color: #E73AFC; }
a { background-color: rgb(231,58,252); }
div.DivClassName
{
background-color: #E73AFC;
}
.BgClassName
{
background-color: #E73AFC;
}
</style>
border-color css
<style>
span { border-color: #E73AFC; }
span { border-color: rgb(231,58,252); }
td.TdClassName
{
border-color: #E73AFC;
}
.TagClassName
{
border-color: #E73AFC;
}
</style>