Shades of Pink Flamingo #E742FC
Tints of Pink Flamingo #E742FC
RGB
CMYK
RGB Variations
Color information
#E742FC (or 0xE742FC) is known color: Pink Flamingo. HEX triplet: E7, 42 and FC. RGB value is (231,66,252). Sum of RGB (Red+Green+Blue) = 231+66+252=549 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.08% from 549); Green value is 66 (26.17% from 255 or 12.02% from 549); Blue value is 252 (98.83% from 255 or 45.90% from 549); Max value from RGB is 252 - color contains mainly: blue. Hex color #E742FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E742FC is #18BD03. Grayscale: #878787. Windows color (decimal): -1621252 or 16532199. OLE color: 16532199.
HSL color Cylindrical-coordinate representation of color #E742FC: hue angle of 293.23º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E742FC is Cyan = 0.08, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 231 | 66 | 252 | - |
| CMYK | 0.08 | 0.74 | 0 | 0.01 |
| HSL | 293.23º | 0.97% | 0.62% | - |
| HSV(B) | 293.23º | 0.74% | 0.99% | - |
| XYZ | 52.47 | 27.91 | 94.72 | - |
| YUV | 136.54 | 193.16 | 195.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 66 | 252 | 0.08 | 0.74 | 0 | 0.01 | 293.23 | 0.97 | 0.62 |
| Hex | E7 | 42 | FC | 8 | 4A | 0 | 1 | 125 | 61 | 3E |
| Octal | 347 | 102 | 374 | 10 | 112 | 0 | 1 | 445 | 141 | 76 |
| Binary | 11100111 | 1000010 | 11111100 | 1000 | 1001010 | 0 | 1 | 100100101 | 1100001 | 111110 |
Color Harmonies of #E742FC
Complementary color
Monochromatic Colors of #E742FC
Black with #E742FC
Text Example
Text Example
White with #E742FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E742FC; }
p { color: rgb(231,66,252); }
H1.HeaderClassName
{
color: #E742FC;
}
.AnyTagClassName
{
color: #E742FC;
}
</style>
background-color css
<style>
a { background-color: #E742FC; }
a { background-color: rgb(231,66,252); }
div.DivClassName
{
background-color: #E742FC;
}
.BgClassName
{
background-color: #E742FC;
}
</style>
border-color css
<style>
span { border-color: #E742FC; }
span { border-color: rgb(231,66,252); }
td.TdClassName
{
border-color: #E742FC;
}
.TagClassName
{
border-color: #E742FC;
}
</style>