Shades of Pink Flamingo #E73AFD
Tints of Pink Flamingo #E73AFD
RGB
CMYK
RGB Variations
Color information
#E73AFD (or 0xE73AFD) is known color: Pink Flamingo. HEX triplet: E7, 3A and FD. RGB value is (231,58,253). Sum of RGB (Red+Green+Blue) = 231+58+253=542 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.62% from 542); Green value is 58 (23.05% from 255 or 10.70% from 542); Blue value is 253 (99.22% from 255 or 46.68% from 542); Max value from RGB is 253 - color contains mainly: blue. Hex color #E73AFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E73AFD is #18C502. Grayscale: #838383. Windows color (decimal): -1623299 or 16595687. OLE color: 16595687.
HSL color Cylindrical-coordinate representation of color #E73AFD: hue angle of 293.23º degrees, saturation: 0.98, 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 #E73AFD is Cyan = 0.09, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 231 | 58 | 253 | - |
| CMYK | 0.09 | 0.77 | 0 | 0.01 |
| HSL | 293.23º | 0.98% | 0.61% | - |
| HSV(B) | 293.23º | 0.77% | 0.99% | - |
| XYZ | 52.2 | 27.11 | 95.41 | - |
| YUV | 131.96 | 196.31 | 198.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 58 | 253 | 0.09 | 0.77 | 0 | 0.01 | 293.23 | 0.98 | 0.61 |
| Hex | E7 | 3A | FD | 9 | 4D | 0 | 1 | 125 | 62 | 3D |
| Octal | 347 | 72 | 375 | 11 | 115 | 0 | 1 | 445 | 142 | 75 |
| Binary | 11100111 | 111010 | 11111101 | 1001 | 1001101 | 0 | 1 | 100100101 | 1100010 | 111101 |
Color Harmonies of #E73AFD
Complementary color
Monochromatic Colors of #E73AFD
Black with #E73AFD
Text Example
Text Example
White with #E73AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E73AFD; }
p { color: rgb(231,58,253); }
H1.HeaderClassName
{
color: #E73AFD;
}
.AnyTagClassName
{
color: #E73AFD;
}
</style>
background-color css
<style>
a { background-color: #E73AFD; }
a { background-color: rgb(231,58,253); }
div.DivClassName
{
background-color: #E73AFD;
}
.BgClassName
{
background-color: #E73AFD;
}
</style>
border-color css
<style>
span { border-color: #E73AFD; }
span { border-color: rgb(231,58,253); }
td.TdClassName
{
border-color: #E73AFD;
}
.TagClassName
{
border-color: #E73AFD;
}
</style>