Shades of Pink Flamingo #E642FF
Tints of Pink Flamingo #E642FF
RGB
CMYK
RGB Variations
Color information
#E642FF (or 0xE642FF) is known color: Pink Flamingo. HEX triplet: E6, 42 and FF. RGB value is (230,66,255). Sum of RGB (Red+Green+Blue) = 230+66+255=551 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.74% from 551); Green value is 66 (26.17% from 255 or 11.98% from 551); Blue value is 255 (100% from 255 or 46.28% from 551); Max value from RGB is 255 - color contains mainly: blue. Hex color #E642FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E642FF is #19BD00. Grayscale: #878787. Windows color (decimal): -1686785 or 16728806. OLE color: 16728806.
HSL color Cylindrical-coordinate representation of color #E642FF: hue angle of 292.06º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E642FF is Cyan = 0.10, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 230 | 66 | 255 | - |
| CMYK | 0.10 | 0.74 | 0 | 0 |
| HSL | 292.06º | 1% | 0.63% | - |
| HSV(B) | 292.06º | 0.74% | 1% | - |
| XYZ | 52.63 | 27.94 | 97.23 | - |
| YUV | 136.58 | 194.83 | 194.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 66 | 255 | 0.10 | 0.74 | 0 | 0 | 292.06 | 1 | 0.63 |
| Hex | E6 | 42 | FF | A | 4A | 0 | 0 | 124 | 64 | 3F |
| Octal | 346 | 102 | 377 | 12 | 112 | 0 | 0 | 444 | 144 | 77 |
| Binary | 11100110 | 1000010 | 11111111 | 1010 | 1001010 | 0 | 0 | 100100100 | 1100100 | 111111 |
Color Harmonies of #E642FF
Complementary color
Monochromatic Colors of #E642FF
Black with #E642FF
Text Example
Text Example
White with #E642FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E642FF; }
p { color: rgb(230,66,255); }
H1.HeaderClassName
{
color: #E642FF;
}
.AnyTagClassName
{
color: #E642FF;
}
</style>
background-color css
<style>
a { background-color: #E642FF; }
a { background-color: rgb(230,66,255); }
div.DivClassName
{
background-color: #E642FF;
}
.BgClassName
{
background-color: #E642FF;
}
</style>
border-color css
<style>
span { border-color: #E642FF; }
span { border-color: rgb(230,66,255); }
td.TdClassName
{
border-color: #E642FF;
}
.TagClassName
{
border-color: #E642FF;
}
</style>