Shades of Pink Flamingo #EA45FE
Tints of Pink Flamingo #EA45FE
RGB
CMYK
RGB Variations
Color information
#EA45FE (or 0xEA45FE) is known color: Pink Flamingo. HEX triplet: EA, 45 and FE. RGB value is (234,69,254). Sum of RGB (Red+Green+Blue) = 234+69+254=557 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.01% from 557); Green value is 69 (27.34% from 255 or 12.39% from 557); Blue value is 254 (99.61% from 255 or 45.60% from 557); Max value from RGB is 254 - color contains mainly: blue. Hex color #EA45FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EA45FE is #15BA01. Grayscale: #8A8A8A. Windows color (decimal): -1423874 or 16664042. OLE color: 16664042.
HSL color Cylindrical-coordinate representation of color #EA45FE: hue angle of 293.51º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EA45FE is Cyan = 0.08, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 234 | 69 | 254 | - |
| CMYK | 0.08 | 0.73 | 0 | 0.00 |
| HSL | 293.51º | 0.99% | 0.63% | - |
| HSV(B) | 293.51º | 0.73% | 1% | - |
| XYZ | 53.95 | 28.9 | 96.5 | - |
| YUV | 139.43 | 192.66 | 195.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 69 | 254 | 0.08 | 0.73 | 0 | 0.00 | 293.51 | 0.99 | 0.63 |
| Hex | EA | 45 | FE | 8 | 49 | 0 | 0 | 126 | 63 | 3F |
| Octal | 352 | 105 | 376 | 10 | 111 | 0 | 0 | 446 | 143 | 77 |
| Binary | 11101010 | 1000101 | 11111110 | 1000 | 1001001 | 0 | 0 | 100100110 | 1100011 | 111111 |
Color Harmonies of #EA45FE
Complementary color
Monochromatic Colors of #EA45FE
Black with #EA45FE
Text Example
Text Example
White with #EA45FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA45FE; }
p { color: rgb(234,69,254); }
H1.HeaderClassName
{
color: #EA45FE;
}
.AnyTagClassName
{
color: #EA45FE;
}
</style>
background-color css
<style>
a { background-color: #EA45FE; }
a { background-color: rgb(234,69,254); }
div.DivClassName
{
background-color: #EA45FE;
}
.BgClassName
{
background-color: #EA45FE;
}
</style>
border-color css
<style>
span { border-color: #EA45FE; }
span { border-color: rgb(234,69,254); }
td.TdClassName
{
border-color: #EA45FE;
}
.TagClassName
{
border-color: #EA45FE;
}
</style>