Shades of Pink Flamingo #E648FF
Tints of Pink Flamingo #E648FF
RGB
CMYK
RGB Variations
Color information
#E648FF (or 0xE648FF) is known color: Pink Flamingo. HEX triplet: E6, 48 and FF. RGB value is (230,72,255). Sum of RGB (Red+Green+Blue) = 230+72+255=557 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.29% from 557); Green value is 72 (28.52% from 255 or 12.93% from 557); Blue value is 255 (100% from 255 or 45.78% from 557); Max value from RGB is 255 - color contains mainly: blue. Hex color #E648FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E648FF is #19B700. Grayscale: #8B8B8B. Windows color (decimal): -1685249 or 16730342. OLE color: 16730342.
HSL color Cylindrical-coordinate representation of color #E648FF: hue angle of 291.8º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E648FF is Cyan = 0.10, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 230 | 72 | 255 | - |
| CMYK | 0.10 | 0.72 | 0 | 0 |
| HSL | 291.8º | 1% | 0.64% | - |
| HSV(B) | 291.8º | 0.72% | 1% | - |
| XYZ | 53 | 28.68 | 97.35 | - |
| YUV | 140.1 | 192.85 | 192.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 72 | 255 | 0.10 | 0.72 | 0 | 0 | 291.8 | 1 | 0.64 |
| Hex | E6 | 48 | FF | A | 48 | 0 | 0 | 124 | 64 | 40 |
| Octal | 346 | 110 | 377 | 12 | 110 | 0 | 0 | 444 | 144 | 100 |
| Binary | 11100110 | 1001000 | 11111111 | 1010 | 1001000 | 0 | 0 | 100100100 | 1100100 | 1000000 |
Color Harmonies of #E648FF
Complementary color
Monochromatic Colors of #E648FF
Black with #E648FF
Text Example
Text Example
White with #E648FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E648FF; }
p { color: rgb(230,72,255); }
H1.HeaderClassName
{
color: #E648FF;
}
.AnyTagClassName
{
color: #E648FF;
}
</style>
background-color css
<style>
a { background-color: #E648FF; }
a { background-color: rgb(230,72,255); }
div.DivClassName
{
background-color: #E648FF;
}
.BgClassName
{
background-color: #E648FF;
}
</style>
border-color css
<style>
span { border-color: #E648FF; }
span { border-color: rgb(230,72,255); }
td.TdClassName
{
border-color: #E648FF;
}
.TagClassName
{
border-color: #E648FF;
}
</style>