Shades of Pink Flamingo #E641FD
Tints of Pink Flamingo #E641FD
RGB
CMYK
RGB Variations
Color information
#E641FD (or 0xE641FD) is known color: Pink Flamingo. HEX triplet: E6, 41 and FD. RGB value is (230,65,253). Sum of RGB (Red+Green+Blue) = 230+65+253=548 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.97% from 548); Green value is 65 (25.78% from 255 or 11.86% from 548); Blue value is 253 (99.22% from 255 or 46.17% from 548); Max value from RGB is 253 - color contains mainly: blue. Hex color #E641FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E641FD is #19BE02. Grayscale: #878787. Windows color (decimal): -1687043 or 16597478. OLE color: 16597478.
HSL color Cylindrical-coordinate representation of color #E641FD: hue angle of 292.66º 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 #E641FD is Cyan = 0.09, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 230 | 65 | 253 | - |
| CMYK | 0.09 | 0.74 | 0 | 0.01 |
| HSL | 292.66º | 0.98% | 0.62% | - |
| HSV(B) | 292.66º | 0.74% | 0.99% | - |
| XYZ | 52.25 | 27.7 | 95.52 | - |
| YUV | 135.77 | 194.16 | 195.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 65 | 253 | 0.09 | 0.74 | 0 | 0.01 | 292.66 | 0.98 | 0.62 |
| Hex | E6 | 41 | FD | 9 | 4A | 0 | 1 | 125 | 62 | 3E |
| Octal | 346 | 101 | 375 | 11 | 112 | 0 | 1 | 445 | 142 | 76 |
| Binary | 11100110 | 1000001 | 11111101 | 1001 | 1001010 | 0 | 1 | 100100101 | 1100010 | 111110 |
Color Harmonies of #E641FD
Complementary color
Monochromatic Colors of #E641FD
Black with #E641FD
Text Example
Text Example
White with #E641FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E641FD; }
p { color: rgb(230,65,253); }
H1.HeaderClassName
{
color: #E641FD;
}
.AnyTagClassName
{
color: #E641FD;
}
</style>
background-color css
<style>
a { background-color: #E641FD; }
a { background-color: rgb(230,65,253); }
div.DivClassName
{
background-color: #E641FD;
}
.BgClassName
{
background-color: #E641FD;
}
</style>
border-color css
<style>
span { border-color: #E641FD; }
span { border-color: rgb(230,65,253); }
td.TdClassName
{
border-color: #E641FD;
}
.TagClassName
{
border-color: #E641FD;
}
</style>