Shades of Pink Flamingo #E63BFF
Tints of Pink Flamingo #E63BFF
RGB
CMYK
RGB Variations
Color information
#E63BFF (or 0xE63BFF) is known color: Pink Flamingo. HEX triplet: E6, 3B and FF. RGB value is (230,59,255). Sum of RGB (Red+Green+Blue) = 230+59+255=544 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.28% from 544); Green value is 59 (23.44% from 255 or 10.85% from 544); Blue value is 255 (100% from 255 or 46.88% from 544); Max value from RGB is 255 - color contains mainly: blue. Hex color #E63BFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E63BFF is #19C400. Grayscale: #838383. Windows color (decimal): -1688577 or 16727014. OLE color: 16727014.
HSL color Cylindrical-coordinate representation of color #E63BFF: hue angle of 292.35º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E63BFF is Cyan = 0.10, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 230 | 59 | 255 | - |
| CMYK | 0.10 | 0.77 | 0 | 0 |
| HSL | 292.35º | 1% | 0.62% | - |
| HSV(B) | 292.35º | 0.77% | 1% | - |
| XYZ | 52.25 | 27.17 | 97.1 | - |
| YUV | 132.47 | 197.15 | 197.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 59 | 255 | 0.10 | 0.77 | 0 | 0 | 292.35 | 1 | 0.62 |
| Hex | E6 | 3B | FF | A | 4D | 0 | 0 | 124 | 64 | 3E |
| Octal | 346 | 73 | 377 | 12 | 115 | 0 | 0 | 444 | 144 | 76 |
| Binary | 11100110 | 111011 | 11111111 | 1010 | 1001101 | 0 | 0 | 100100100 | 1100100 | 111110 |
Color Harmonies of #E63BFF
Complementary color
Monochromatic Colors of #E63BFF
Black with #E63BFF
Text Example
Text Example
White with #E63BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63BFF; }
p { color: rgb(230,59,255); }
H1.HeaderClassName
{
color: #E63BFF;
}
.AnyTagClassName
{
color: #E63BFF;
}
</style>
background-color css
<style>
a { background-color: #E63BFF; }
a { background-color: rgb(230,59,255); }
div.DivClassName
{
background-color: #E63BFF;
}
.BgClassName
{
background-color: #E63BFF;
}
</style>
border-color css
<style>
span { border-color: #E63BFF; }
span { border-color: rgb(230,59,255); }
td.TdClassName
{
border-color: #E63BFF;
}
.TagClassName
{
border-color: #E63BFF;
}
</style>