Shades of Pink Flamingo #EA3FFF
Tints of Pink Flamingo #EA3FFF
RGB
CMYK
RGB Variations
Color information
#EA3FFF (or 0xEA3FFF) is known color: Pink Flamingo. HEX triplet: EA, 3F and FF. RGB value is (234,63,255). Sum of RGB (Red+Green+Blue) = 234+63+255=552 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.39% from 552); Green value is 63 (25% from 255 or 11.41% from 552); Blue value is 255 (100% from 255 or 46.20% from 552); Max value from RGB is 255 - color contains mainly: blue. Hex color #EA3FFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EA3FFF is #15C000. Grayscale: #878787. Windows color (decimal): -1425409 or 16728042. OLE color: 16728042.
HSL color Cylindrical-coordinate representation of color #EA3FFF: hue angle of 293.44º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EA3FFF is Cyan = 0.08, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 234 | 63 | 255 | - |
| CMYK | 0.08 | 0.75 | 0 | 0 |
| HSL | 293.44º | 1% | 0.62% | - |
| HSV(B) | 293.44º | 0.75% | 1% | - |
| XYZ | 53.76 | 28.27 | 97.23 | - |
| YUV | 136.02 | 195.15 | 197.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 63 | 255 | 0.08 | 0.75 | 0 | 0 | 293.44 | 1 | 0.62 |
| Hex | EA | 3F | FF | 8 | 4B | 0 | 0 | 125 | 64 | 3E |
| Octal | 352 | 77 | 377 | 10 | 113 | 0 | 0 | 445 | 144 | 76 |
| Binary | 11101010 | 111111 | 11111111 | 1000 | 1001011 | 0 | 0 | 100100101 | 1100100 | 111110 |
Color Harmonies of #EA3FFF
Complementary color
Monochromatic Colors of #EA3FFF
Black with #EA3FFF
Text Example
Text Example
White with #EA3FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA3FFF; }
p { color: rgb(234,63,255); }
H1.HeaderClassName
{
color: #EA3FFF;
}
.AnyTagClassName
{
color: #EA3FFF;
}
</style>
background-color css
<style>
a { background-color: #EA3FFF; }
a { background-color: rgb(234,63,255); }
div.DivClassName
{
background-color: #EA3FFF;
}
.BgClassName
{
background-color: #EA3FFF;
}
</style>
border-color css
<style>
span { border-color: #EA3FFF; }
span { border-color: rgb(234,63,255); }
td.TdClassName
{
border-color: #EA3FFF;
}
.TagClassName
{
border-color: #EA3FFF;
}
</style>