Shades of Pink Flamingo #EA45FF
Tints of Pink Flamingo #EA45FF
RGB
CMYK
RGB Variations
Color information
#EA45FF (or 0xEA45FF) is known color: Pink Flamingo. HEX triplet: EA, 45 and FF. RGB value is (234,69,255). Sum of RGB (Red+Green+Blue) = 234+69+255=558 (73% of max value = 765). Red value is 234 (91.80% from 255 or 41.94% from 558); Green value is 69 (27.34% from 255 or 12.37% from 558); Blue value is 255 (100% from 255 or 45.70% from 558); Max value from RGB is 255 - color contains mainly: blue. Hex color #EA45FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EA45FF is #15BA00. Grayscale: #8A8A8A. Windows color (decimal): -1423873 or 16729578. OLE color: 16729578.
HSL color Cylindrical-coordinate representation of color #EA45FF: hue angle of 293.23º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EA45FF is Cyan = 0.08, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 234 | 69 | 255 | - |
| CMYK | 0.08 | 0.73 | 0 | 0 |
| HSL | 293.23º | 1% | 0.64% | - |
| HSV(B) | 293.23º | 0.73% | 1% | - |
| XYZ | 54.11 | 28.97 | 97.35 | - |
| YUV | 139.54 | 193.16 | 195.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 69 | 255 | 0.08 | 0.73 | 0 | 0 | 293.23 | 1 | 0.64 |
| Hex | EA | 45 | FF | 8 | 49 | 0 | 0 | 125 | 64 | 40 |
| Octal | 352 | 105 | 377 | 10 | 111 | 0 | 0 | 445 | 144 | 100 |
| Binary | 11101010 | 1000101 | 11111111 | 1000 | 1001001 | 0 | 0 | 100100101 | 1100100 | 1000000 |
Color Harmonies of #EA45FF
Complementary color
Monochromatic Colors of #EA45FF
Black with #EA45FF
Text Example
Text Example
White with #EA45FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA45FF; }
p { color: rgb(234,69,255); }
H1.HeaderClassName
{
color: #EA45FF;
}
.AnyTagClassName
{
color: #EA45FF;
}
</style>
background-color css
<style>
a { background-color: #EA45FF; }
a { background-color: rgb(234,69,255); }
div.DivClassName
{
background-color: #EA45FF;
}
.BgClassName
{
background-color: #EA45FF;
}
</style>
border-color css
<style>
span { border-color: #EA45FF; }
span { border-color: rgb(234,69,255); }
td.TdClassName
{
border-color: #EA45FF;
}
.TagClassName
{
border-color: #EA45FF;
}
</style>