Shades of Pink Flamingo #E64FF8
Tints of Pink Flamingo #E64FF8
RGB
CMYK
RGB Variations
Color information
#E64FF8 (or 0xE64FF8) is known color: Pink Flamingo. HEX triplet: E6, 4F and F8. RGB value is (230,79,248). Sum of RGB (Red+Green+Blue) = 230+79+248=557 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.29% from 557); Green value is 79 (31.25% from 255 or 14.18% from 557); Blue value is 248 (97.27% from 255 or 44.52% from 557); Max value from RGB is 248 - color contains mainly: blue. Hex color #E64FF8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E64FF8 is #19B007. Grayscale: #8E8E8E. Windows color (decimal): -1683464 or 16273382. OLE color: 16273382.
HSL color Cylindrical-coordinate representation of color #E64FF8: hue angle of 293.61º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E64FF8 is Cyan = 0.07, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 230 | 79 | 248 | - |
| CMYK | 0.07 | 0.68 | 0 | 0.03 |
| HSL | 293.61º | 0.92% | 0.64% | - |
| HSV(B) | 293.61º | 0.68% | 0.97% | - |
| XYZ | 52.37 | 29.19 | 91.68 | - |
| YUV | 143.42 | 187.03 | 189.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 79 | 248 | 0.07 | 0.68 | 0 | 0.03 | 293.61 | 0.92 | 0.64 |
| Hex | E6 | 4F | F8 | 7 | 44 | 0 | 3 | 126 | 5C | 40 |
| Octal | 346 | 117 | 370 | 7 | 104 | 0 | 3 | 446 | 134 | 100 |
| Binary | 11100110 | 1001111 | 11111000 | 111 | 1000100 | 0 | 11 | 100100110 | 1011100 | 1000000 |
Color Harmonies of #E64FF8
Complementary color
Monochromatic Colors of #E64FF8
Black with #E64FF8
Text Example
Text Example
White with #E64FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64FF8; }
p { color: rgb(230,79,248); }
H1.HeaderClassName
{
color: #E64FF8;
}
.AnyTagClassName
{
color: #E64FF8;
}
</style>
background-color css
<style>
a { background-color: #E64FF8; }
a { background-color: rgb(230,79,248); }
div.DivClassName
{
background-color: #E64FF8;
}
.BgClassName
{
background-color: #E64FF8;
}
</style>
border-color css
<style>
span { border-color: #E64FF8; }
span { border-color: rgb(230,79,248); }
td.TdClassName
{
border-color: #E64FF8;
}
.TagClassName
{
border-color: #E64FF8;
}
</style>