Shades of Pink Flamingo #EA42FE
Tints of Pink Flamingo #EA42FE
RGB
CMYK
RGB Variations
Color information
#EA42FE (or 0xEA42FE) is known color: Pink Flamingo. HEX triplet: EA, 42 and FE. RGB value is (234,66,254). Sum of RGB (Red+Green+Blue) = 234+66+254=554 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.24% from 554); Green value is 66 (26.17% from 255 or 11.91% from 554); Blue value is 254 (99.61% from 255 or 45.85% from 554); Max value from RGB is 254 - color contains mainly: blue. Hex color #EA42FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EA42FE is #15BD01. Grayscale: #898989. Windows color (decimal): -1424642 or 16663274. OLE color: 16663274.
HSL color Cylindrical-coordinate representation of color #EA42FE: hue angle of 293.62º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EA42FE is Cyan = 0.08, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 234 | 66 | 254 | - |
| CMYK | 0.08 | 0.74 | 0 | 0.00 |
| HSL | 293.62º | 0.99% | 0.63% | - |
| HSV(B) | 293.62º | 0.74% | 1% | - |
| XYZ | 53.77 | 28.54 | 96.44 | - |
| YUV | 137.66 | 193.66 | 196.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 66 | 254 | 0.08 | 0.74 | 0 | 0.00 | 293.62 | 0.99 | 0.63 |
| Hex | EA | 42 | FE | 8 | 4A | 0 | 0 | 126 | 63 | 3F |
| Octal | 352 | 102 | 376 | 10 | 112 | 0 | 0 | 446 | 143 | 77 |
| Binary | 11101010 | 1000010 | 11111110 | 1000 | 1001010 | 0 | 0 | 100100110 | 1100011 | 111111 |
Color Harmonies of #EA42FE
Complementary color
Monochromatic Colors of #EA42FE
Black with #EA42FE
Text Example
Text Example
White with #EA42FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA42FE; }
p { color: rgb(234,66,254); }
H1.HeaderClassName
{
color: #EA42FE;
}
.AnyTagClassName
{
color: #EA42FE;
}
</style>
background-color css
<style>
a { background-color: #EA42FE; }
a { background-color: rgb(234,66,254); }
div.DivClassName
{
background-color: #EA42FE;
}
.BgClassName
{
background-color: #EA42FE;
}
</style>
border-color css
<style>
span { border-color: #EA42FE; }
span { border-color: rgb(234,66,254); }
td.TdClassName
{
border-color: #EA42FE;
}
.TagClassName
{
border-color: #EA42FE;
}
</style>