Shades of Pink Flamingo #E655F5
Tints of Pink Flamingo #E655F5
RGB
CMYK
RGB Variations
Color information
#E655F5 (or 0xE655F5) is known color: Pink Flamingo. HEX triplet: E6, 55 and F5. RGB value is (230,85,245). Sum of RGB (Red+Green+Blue) = 230+85+245=560 (74% of max value = 765). Red value is 230 (90.23% from 255 or 41.07% from 560); Green value is 85 (33.59% from 255 or 15.18% from 560); Blue value is 245 (96.09% from 255 or 43.75% from 560); Max value from RGB is 245 - color contains mainly: blue. Hex color #E655F5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E655F5 is #19AA0A. Grayscale: #929292. Windows color (decimal): -1681931 or 16078310. OLE color: 16078310.
HSL color Cylindrical-coordinate representation of color #E655F5: hue angle of 294.38º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E655F5 is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 230 | 85 | 245 | - |
| CMYK | 0.06 | 0.65 | 0 | 0.04 |
| HSL | 294.38º | 0.89% | 0.65% | - |
| HSV(B) | 294.38º | 0.65% | 0.96% | - |
| XYZ | 52.36 | 29.91 | 89.4 | - |
| YUV | 146.6 | 183.54 | 187.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 85 | 245 | 0.06 | 0.65 | 0 | 0.04 | 294.38 | 0.89 | 0.65 |
| Hex | E6 | 55 | F5 | 6 | 41 | 0 | 4 | 126 | 59 | 41 |
| Octal | 346 | 125 | 365 | 6 | 101 | 0 | 4 | 446 | 131 | 101 |
| Binary | 11100110 | 1010101 | 11110101 | 110 | 1000001 | 0 | 100 | 100100110 | 1011001 | 1000001 |
Color Harmonies of #E655F5
Complementary color
Monochromatic Colors of #E655F5
Black with #E655F5
Text Example
Text Example
White with #E655F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E655F5; }
p { color: rgb(230,85,245); }
H1.HeaderClassName
{
color: #E655F5;
}
.AnyTagClassName
{
color: #E655F5;
}
</style>
background-color css
<style>
a { background-color: #E655F5; }
a { background-color: rgb(230,85,245); }
div.DivClassName
{
background-color: #E655F5;
}
.BgClassName
{
background-color: #E655F5;
}
</style>
border-color css
<style>
span { border-color: #E655F5; }
span { border-color: rgb(230,85,245); }
td.TdClassName
{
border-color: #E655F5;
}
.TagClassName
{
border-color: #E655F5;
}
</style>