Shades of Pink Flamingo #E750FF
Tints of Pink Flamingo #E750FF
RGB
CMYK
RGB Variations
Color information
#E750FF (or 0xE750FF) is known color: Pink Flamingo. HEX triplet: E7, 50 and FF. RGB value is (231,80,255). Sum of RGB (Red+Green+Blue) = 231+80+255=566 (74% of max value = 765). Red value is 231 (90.62% from 255 or 40.81% from 566); Green value is 80 (31.64% from 255 or 14.13% from 566); Blue value is 255 (100% from 255 or 45.05% from 566); Max value from RGB is 255 - color contains mainly: blue. Hex color #E750FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E750FF is #18AF00. Grayscale: #909090. Windows color (decimal): -1617665 or 16732391. OLE color: 16732391.
HSL color Cylindrical-coordinate representation of color #E750FF: hue angle of 291.77º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E750FF is Cyan = 0.09, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 231 | 80 | 255 | - |
| CMYK | 0.09 | 0.69 | 0 | 0 |
| HSL | 291.77º | 1% | 0.66% | - |
| HSV(B) | 291.77º | 0.69% | 1% | - |
| XYZ | 53.87 | 29.95 | 97.55 | - |
| YUV | 145.1 | 190.03 | 189.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 80 | 255 | 0.09 | 0.69 | 0 | 0 | 291.77 | 1 | 0.66 |
| Hex | E7 | 50 | FF | 9 | 45 | 0 | 0 | 124 | 64 | 42 |
| Octal | 347 | 120 | 377 | 11 | 105 | 0 | 0 | 444 | 144 | 102 |
| Binary | 11100111 | 1010000 | 11111111 | 1001 | 1000101 | 0 | 0 | 100100100 | 1100100 | 1000010 |
Color Harmonies of #E750FF
Complementary color
Monochromatic Colors of #E750FF
Black with #E750FF
Text Example
Text Example
White with #E750FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E750FF; }
p { color: rgb(231,80,255); }
H1.HeaderClassName
{
color: #E750FF;
}
.AnyTagClassName
{
color: #E750FF;
}
</style>
background-color css
<style>
a { background-color: #E750FF; }
a { background-color: rgb(231,80,255); }
div.DivClassName
{
background-color: #E750FF;
}
.BgClassName
{
background-color: #E750FF;
}
</style>
border-color css
<style>
span { border-color: #E750FF; }
span { border-color: rgb(231,80,255); }
td.TdClassName
{
border-color: #E750FF;
}
.TagClassName
{
border-color: #E750FF;
}
</style>