Shades of Pink Flamingo #E74EFF
Tints of Pink Flamingo #E74EFF
RGB
CMYK
RGB Variations
Color information
#E74EFF (or 0xE74EFF) is known color: Pink Flamingo. HEX triplet: E7, 4E and FF. RGB value is (231,78,255). Sum of RGB (Red+Green+Blue) = 231+78+255=564 (74% of max value = 765). Red value is 231 (90.62% from 255 or 40.96% from 564); Green value is 78 (30.86% from 255 or 13.83% from 564); Blue value is 255 (100% from 255 or 45.21% from 564); Max value from RGB is 255 - color contains mainly: blue. Hex color #E74EFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E74EFF is #18B100. Grayscale: #8F8F8F. Windows color (decimal): -1618177 or 16731879. OLE color: 16731879.
HSL color Cylindrical-coordinate representation of color #E74EFF: hue angle of 291.86º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E74EFF is Cyan = 0.09, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 231 | 78 | 255 | - |
| CMYK | 0.09 | 0.69 | 0 | 0 |
| HSL | 291.86º | 1% | 0.65% | - |
| HSV(B) | 291.86º | 0.69% | 1% | - |
| XYZ | 53.73 | 29.66 | 97.5 | - |
| YUV | 143.93 | 190.69 | 190.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 78 | 255 | 0.09 | 0.69 | 0 | 0 | 291.86 | 1 | 0.65 |
| Hex | E7 | 4E | FF | 9 | 45 | 0 | 0 | 124 | 64 | 41 |
| Octal | 347 | 116 | 377 | 11 | 105 | 0 | 0 | 444 | 144 | 101 |
| Binary | 11100111 | 1001110 | 11111111 | 1001 | 1000101 | 0 | 0 | 100100100 | 1100100 | 1000001 |
Color Harmonies of #E74EFF
Complementary color
Monochromatic Colors of #E74EFF
Black with #E74EFF
Text Example
Text Example
White with #E74EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74EFF; }
p { color: rgb(231,78,255); }
H1.HeaderClassName
{
color: #E74EFF;
}
.AnyTagClassName
{
color: #E74EFF;
}
</style>
background-color css
<style>
a { background-color: #E74EFF; }
a { background-color: rgb(231,78,255); }
div.DivClassName
{
background-color: #E74EFF;
}
.BgClassName
{
background-color: #E74EFF;
}
</style>
border-color css
<style>
span { border-color: #E74EFF; }
span { border-color: rgb(231,78,255); }
td.TdClassName
{
border-color: #E74EFF;
}
.TagClassName
{
border-color: #E74EFF;
}
</style>