Shades of Pink Flamingo #E03DFF
Tints of Pink Flamingo #E03DFF
RGB
CMYK
RGB Variations
Color information
#E03DFF (or 0xE03DFF) is known color: Pink Flamingo. HEX triplet: E0, 3D and FF. RGB value is (224,61,255). Sum of RGB (Red+Green+Blue) = 224+61+255=540 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.48% from 540); Green value is 61 (24.22% from 255 or 11.30% from 540); Blue value is 255 (100% from 255 or 47.22% from 540); Max value from RGB is 255 - color contains mainly: blue. Hex color #E03DFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E03DFF is #1FC200. Grayscale: #838383. Windows color (decimal): -2081281 or 16727520. OLE color: 16727520.
HSL color Cylindrical-coordinate representation of color #E03DFF: hue angle of 290.41º 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 #E03DFF is Cyan = 0.12, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 224 | 61 | 255 | - |
| CMYK | 0.12 | 0.76 | 0 | 0 |
| HSL | 290.41º | 1% | 0.62% | - |
| HSV(B) | 290.41º | 0.76% | 1% | - |
| XYZ | 50.46 | 26.4 | 97.04 | - |
| YUV | 131.85 | 197.5 | 193.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 61 | 255 | 0.12 | 0.76 | 0 | 0 | 290.41 | 1 | 0.62 |
| Hex | E0 | 3D | FF | C | 4C | 0 | 0 | 122 | 64 | 3E |
| Octal | 340 | 75 | 377 | 14 | 114 | 0 | 0 | 442 | 144 | 76 |
| Binary | 11100000 | 111101 | 11111111 | 1100 | 1001100 | 0 | 0 | 100100010 | 1100100 | 111110 |
Color Harmonies of #E03DFF
Complementary color
Monochromatic Colors of #E03DFF
Black with #E03DFF
Text Example
Text Example
White with #E03DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03DFF; }
p { color: rgb(224,61,255); }
H1.HeaderClassName
{
color: #E03DFF;
}
.AnyTagClassName
{
color: #E03DFF;
}
</style>
background-color css
<style>
a { background-color: #E03DFF; }
a { background-color: rgb(224,61,255); }
div.DivClassName
{
background-color: #E03DFF;
}
.BgClassName
{
background-color: #E03DFF;
}
</style>
border-color css
<style>
span { border-color: #E03DFF; }
span { border-color: rgb(224,61,255); }
td.TdClassName
{
border-color: #E03DFF;
}
.TagClassName
{
border-color: #E03DFF;
}
</style>