Shades of Pink Flamingo #E13EFF
Tints of Pink Flamingo #E13EFF
RGB
CMYK
RGB Variations
Color information
#E13EFF (or 0xE13EFF) is known color: Pink Flamingo. HEX triplet: E1, 3E and FF. RGB value is (225,62,255). Sum of RGB (Red+Green+Blue) = 225+62+255=542 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.51% from 542); Green value is 62 (24.61% from 255 or 11.44% from 542); Blue value is 255 (100% from 255 or 47.05% from 542); Max value from RGB is 255 - color contains mainly: blue. Hex color #E13EFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E13EFF is #1EC100. Grayscale: #848484. Windows color (decimal): -2015489 or 16727777. OLE color: 16727777.
HSL color Cylindrical-coordinate representation of color #E13EFF: hue angle of 290.67º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E13EFF is Cyan = 0.12, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 225 | 62 | 255 | - |
| CMYK | 0.12 | 0.76 | 0 | 0 |
| HSL | 290.67º | 1% | 0.62% | - |
| HSV(B) | 290.67º | 0.76% | 1% | - |
| XYZ | 50.82 | 26.67 | 97.08 | - |
| YUV | 132.74 | 197 | 193.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 62 | 255 | 0.12 | 0.76 | 0 | 0 | 290.67 | 1 | 0.62 |
| Hex | E1 | 3E | FF | C | 4C | 0 | 0 | 123 | 64 | 3E |
| Octal | 341 | 76 | 377 | 14 | 114 | 0 | 0 | 443 | 144 | 76 |
| Binary | 11100001 | 111110 | 11111111 | 1100 | 1001100 | 0 | 0 | 100100011 | 1100100 | 111110 |
Color Harmonies of #E13EFF
Complementary color
Monochromatic Colors of #E13EFF
Black with #E13EFF
Text Example
Text Example
White with #E13EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13EFF; }
p { color: rgb(225,62,255); }
H1.HeaderClassName
{
color: #E13EFF;
}
.AnyTagClassName
{
color: #E13EFF;
}
</style>
background-color css
<style>
a { background-color: #E13EFF; }
a { background-color: rgb(225,62,255); }
div.DivClassName
{
background-color: #E13EFF;
}
.BgClassName
{
background-color: #E13EFF;
}
</style>
border-color css
<style>
span { border-color: #E13EFF; }
span { border-color: rgb(225,62,255); }
td.TdClassName
{
border-color: #E13EFF;
}
.TagClassName
{
border-color: #E13EFF;
}
</style>