Shades of Pink Flamingo #EA40FA
Tints of Pink Flamingo #EA40FA
RGB
CMYK
RGB Variations
Color information
#EA40FA (or 0xEA40FA) is known color: Pink Flamingo. HEX triplet: EA, 40 and FA. RGB value is (234,64,250). Sum of RGB (Red+Green+Blue) = 234+64+250=548 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.70% from 548); Green value is 64 (25.39% from 255 or 11.68% from 548); Blue value is 250 (98.05% from 255 or 45.62% from 548); Max value from RGB is 250 - color contains mainly: blue. Hex color #EA40FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EA40FA is #15BF05. Grayscale: #878787. Windows color (decimal): -1425158 or 16400618. OLE color: 16400618.
HSL color Cylindrical-coordinate representation of color #EA40FA: hue angle of 294.84º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EA40FA is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 234 | 64 | 250 | - |
| CMYK | 0.06 | 0.74 | 0 | 0.02 |
| HSL | 294.84º | 0.95% | 0.62% | - |
| HSV(B) | 294.84º | 0.74% | 0.98% | - |
| XYZ | 53.02 | 28.06 | 93.06 | - |
| YUV | 136.03 | 192.32 | 197.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 64 | 250 | 0.06 | 0.74 | 0 | 0.02 | 294.84 | 0.95 | 0.62 |
| Hex | EA | 40 | FA | 6 | 4A | 0 | 2 | 127 | 5F | 3E |
| Octal | 352 | 100 | 372 | 6 | 112 | 0 | 2 | 447 | 137 | 76 |
| Binary | 11101010 | 1000000 | 11111010 | 110 | 1001010 | 0 | 10 | 100100111 | 1011111 | 111110 |
Color Harmonies of #EA40FA
Complementary color
Monochromatic Colors of #EA40FA
Black with #EA40FA
Text Example
Text Example
White with #EA40FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA40FA; }
p { color: rgb(234,64,250); }
H1.HeaderClassName
{
color: #EA40FA;
}
.AnyTagClassName
{
color: #EA40FA;
}
</style>
background-color css
<style>
a { background-color: #EA40FA; }
a { background-color: rgb(234,64,250); }
div.DivClassName
{
background-color: #EA40FA;
}
.BgClassName
{
background-color: #EA40FA;
}
</style>
border-color css
<style>
span { border-color: #EA40FA; }
span { border-color: rgb(234,64,250); }
td.TdClassName
{
border-color: #EA40FA;
}
.TagClassName
{
border-color: #EA40FA;
}
</style>