Shades of Pink Flamingo #E74AF8
Tints of Pink Flamingo #E74AF8
RGB
CMYK
RGB Variations
Color information
#E74AF8 (or 0xE74AF8) is known color: Pink Flamingo. HEX triplet: E7, 4A and F8. RGB value is (231,74,248). Sum of RGB (Red+Green+Blue) = 231+74+248=553 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.77% from 553); Green value is 74 (29.30% from 255 or 13.38% from 553); Blue value is 248 (97.27% from 255 or 44.85% from 553); Max value from RGB is 248 - color contains mainly: blue. Hex color #E74AF8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E74AF8 is #18B507. Grayscale: #8C8C8C. Windows color (decimal): -1619208 or 16272103. OLE color: 16272103.
HSL color Cylindrical-coordinate representation of color #E74AF8: hue angle of 294.14º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E74AF8 is Cyan = 0.07, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 231 | 74 | 248 | - |
| CMYK | 0.07 | 0.70 | 0 | 0.03 |
| HSL | 294.14º | 0.93% | 0.63% | - |
| HSV(B) | 294.14º | 0.7% | 0.97% | - |
| XYZ | 52.35 | 28.66 | 91.58 | - |
| YUV | 140.78 | 188.51 | 192.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 74 | 248 | 0.07 | 0.70 | 0 | 0.03 | 294.14 | 0.93 | 0.63 |
| Hex | E7 | 4A | F8 | 7 | 46 | 0 | 3 | 126 | 5D | 3F |
| Octal | 347 | 112 | 370 | 7 | 106 | 0 | 3 | 446 | 135 | 77 |
| Binary | 11100111 | 1001010 | 11111000 | 111 | 1000110 | 0 | 11 | 100100110 | 1011101 | 111111 |
Color Harmonies of #E74AF8
Complementary color
Monochromatic Colors of #E74AF8
Black with #E74AF8
Text Example
Text Example
White with #E74AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74AF8; }
p { color: rgb(231,74,248); }
H1.HeaderClassName
{
color: #E74AF8;
}
.AnyTagClassName
{
color: #E74AF8;
}
</style>
background-color css
<style>
a { background-color: #E74AF8; }
a { background-color: rgb(231,74,248); }
div.DivClassName
{
background-color: #E74AF8;
}
.BgClassName
{
background-color: #E74AF8;
}
</style>
border-color css
<style>
span { border-color: #E74AF8; }
span { border-color: rgb(231,74,248); }
td.TdClassName
{
border-color: #E74AF8;
}
.TagClassName
{
border-color: #E74AF8;
}
</style>