Shades of Pink Flamingo #E63AFC
Tints of Pink Flamingo #E63AFC
RGB
CMYK
RGB Variations
Color information
#E63AFC (or 0xE63AFC) is known color: Pink Flamingo. HEX triplet: E6, 3A and FC. RGB value is (230,58,252). Sum of RGB (Red+Green+Blue) = 230+58+252=540 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.59% from 540); Green value is 58 (23.05% from 255 or 10.74% from 540); Blue value is 252 (98.83% from 255 or 46.67% from 540); Max value from RGB is 252 - color contains mainly: blue. Hex color #E63AFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E63AFC is #19C503. Grayscale: #828282. Windows color (decimal): -1688836 or 16530150. OLE color: 16530150.
HSL color Cylindrical-coordinate representation of color #E63AFC: hue angle of 293.2º 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 #E63AFC is Cyan = 0.09, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 230 | 58 | 252 | - |
| CMYK | 0.09 | 0.77 | 0 | 0.01 |
| HSL | 293.2º | 0.97% | 0.61% | - |
| HSV(B) | 293.2º | 0.77% | 0.99% | - |
| XYZ | 51.72 | 26.88 | 94.56 | - |
| YUV | 131.54 | 195.98 | 198.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 58 | 252 | 0.09 | 0.77 | 0 | 0.01 | 293.2 | 0.97 | 0.61 |
| Hex | E6 | 3A | FC | 9 | 4D | 0 | 1 | 125 | 61 | 3D |
| Octal | 346 | 72 | 374 | 11 | 115 | 0 | 1 | 445 | 141 | 75 |
| Binary | 11100110 | 111010 | 11111100 | 1001 | 1001101 | 0 | 1 | 100100101 | 1100001 | 111101 |
Color Harmonies of #E63AFC
Complementary color
Monochromatic Colors of #E63AFC
Black with #E63AFC
Text Example
Text Example
White with #E63AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63AFC; }
p { color: rgb(230,58,252); }
H1.HeaderClassName
{
color: #E63AFC;
}
.AnyTagClassName
{
color: #E63AFC;
}
</style>
background-color css
<style>
a { background-color: #E63AFC; }
a { background-color: rgb(230,58,252); }
div.DivClassName
{
background-color: #E63AFC;
}
.BgClassName
{
background-color: #E63AFC;
}
</style>
border-color css
<style>
span { border-color: #E63AFC; }
span { border-color: rgb(230,58,252); }
td.TdClassName
{
border-color: #E63AFC;
}
.TagClassName
{
border-color: #E63AFC;
}
</style>