Shades of Pink Flamingo #E63FFF
Tints of Pink Flamingo #E63FFF
RGB
CMYK
RGB Variations
Color information
#E63FFF (or 0xE63FFF) is known color: Pink Flamingo. HEX triplet: E6, 3F and FF. RGB value is (230,63,255). Sum of RGB (Red+Green+Blue) = 230+63+255=548 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.97% from 548); Green value is 63 (25% from 255 or 11.50% from 548); Blue value is 255 (100% from 255 or 46.53% from 548); Max value from RGB is 255 - color contains mainly: blue. Hex color #E63FFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E63FFF is #19C000. Grayscale: #868686. Windows color (decimal): -1687553 or 16728038. OLE color: 16728038.
HSL color Cylindrical-coordinate representation of color #E63FFF: hue angle of 292.19º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E63FFF is Cyan = 0.10, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 230 | 63 | 255 | - |
| CMYK | 0.10 | 0.75 | 0 | 0 |
| HSL | 292.19º | 1% | 0.62% | - |
| HSV(B) | 292.19º | 0.75% | 1% | - |
| XYZ | 52.46 | 27.6 | 97.17 | - |
| YUV | 134.82 | 195.83 | 195.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 63 | 255 | 0.10 | 0.75 | 0 | 0 | 292.19 | 1 | 0.62 |
| Hex | E6 | 3F | FF | A | 4B | 0 | 0 | 124 | 64 | 3E |
| Octal | 346 | 77 | 377 | 12 | 113 | 0 | 0 | 444 | 144 | 76 |
| Binary | 11100110 | 111111 | 11111111 | 1010 | 1001011 | 0 | 0 | 100100100 | 1100100 | 111110 |
Color Harmonies of #E63FFF
Complementary color
Monochromatic Colors of #E63FFF
Black with #E63FFF
Text Example
Text Example
White with #E63FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63FFF; }
p { color: rgb(230,63,255); }
H1.HeaderClassName
{
color: #E63FFF;
}
.AnyTagClassName
{
color: #E63FFF;
}
</style>
background-color css
<style>
a { background-color: #E63FFF; }
a { background-color: rgb(230,63,255); }
div.DivClassName
{
background-color: #E63FFF;
}
.BgClassName
{
background-color: #E63FFF;
}
</style>
border-color css
<style>
span { border-color: #E63FFF; }
span { border-color: rgb(230,63,255); }
td.TdClassName
{
border-color: #E63FFF;
}
.TagClassName
{
border-color: #E63FFF;
}
</style>