Shades of Pink Flamingo #E741FD
Tints of Pink Flamingo #E741FD
RGB
CMYK
RGB Variations
Color information
#E741FD (or 0xE741FD) is known color: Pink Flamingo. HEX triplet: E7, 41 and FD. RGB value is (231,65,253). Sum of RGB (Red+Green+Blue) = 231+65+253=549 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.08% from 549); Green value is 65 (25.78% from 255 or 11.84% from 549); Blue value is 253 (99.22% from 255 or 46.08% from 549); Max value from RGB is 253 - color contains mainly: blue. Hex color #E741FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E741FD is #18BE02. Grayscale: #878787. Windows color (decimal): -1621507 or 16597479. OLE color: 16597479.
HSL color Cylindrical-coordinate representation of color #E741FD: hue angle of 292.98º degrees, saturation: 0.98, 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 #E741FD is Cyan = 0.09, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 231 | 65 | 253 | - |
| CMYK | 0.09 | 0.74 | 0 | 0.01 |
| HSL | 292.98º | 0.98% | 0.62% | - |
| HSV(B) | 292.98º | 0.74% | 0.99% | - |
| XYZ | 52.57 | 27.86 | 95.54 | - |
| YUV | 136.07 | 194 | 195.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 65 | 253 | 0.09 | 0.74 | 0 | 0.01 | 292.98 | 0.98 | 0.62 |
| Hex | E7 | 41 | FD | 9 | 4A | 0 | 1 | 125 | 62 | 3E |
| Octal | 347 | 101 | 375 | 11 | 112 | 0 | 1 | 445 | 142 | 76 |
| Binary | 11100111 | 1000001 | 11111101 | 1001 | 1001010 | 0 | 1 | 100100101 | 1100010 | 111110 |
Color Harmonies of #E741FD
Complementary color
Monochromatic Colors of #E741FD
Black with #E741FD
Text Example
Text Example
White with #E741FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E741FD; }
p { color: rgb(231,65,253); }
H1.HeaderClassName
{
color: #E741FD;
}
.AnyTagClassName
{
color: #E741FD;
}
</style>
background-color css
<style>
a { background-color: #E741FD; }
a { background-color: rgb(231,65,253); }
div.DivClassName
{
background-color: #E741FD;
}
.BgClassName
{
background-color: #E741FD;
}
</style>
border-color css
<style>
span { border-color: #E741FD; }
span { border-color: rgb(231,65,253); }
td.TdClassName
{
border-color: #E741FD;
}
.TagClassName
{
border-color: #E741FD;
}
</style>