Shades of Pink Flamingo #ED45FF
Tints of Pink Flamingo #ED45FF
RGB
CMYK
RGB Variations
Color information
#ED45FF (or 0xED45FF) is known color: Pink Flamingo. HEX triplet: ED, 45 and FF. RGB value is (237,69,255). Sum of RGB (Red+Green+Blue) = 237+69+255=561 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.25% from 561); Green value is 69 (27.34% from 255 or 12.30% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED45FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED45FF is #12BA00. Grayscale: #8B8B8B. Windows color (decimal): -1227265 or 16729581. OLE color: 16729581.
HSL color Cylindrical-coordinate representation of color #ED45FF: hue angle of 294.19º 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 #ED45FF is Cyan = 0.07, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 69 | 255 | - |
| CMYK | 0.07 | 0.73 | 0 | 0 |
| HSL | 294.19º | 1% | 0.64% | - |
| HSV(B) | 294.19º | 0.73% | 1% | - |
| XYZ | 55.1 | 29.48 | 97.39 | - |
| YUV | 140.44 | 192.66 | 196.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 69 | 255 | 0.07 | 0.73 | 0 | 0 | 294.19 | 1 | 0.64 |
| Hex | ED | 45 | FF | 7 | 49 | 0 | 0 | 126 | 64 | 40 |
| Octal | 355 | 105 | 377 | 7 | 111 | 0 | 0 | 446 | 144 | 100 |
| Binary | 11101101 | 1000101 | 11111111 | 111 | 1001001 | 0 | 0 | 100100110 | 1100100 | 1000000 |
Color Harmonies of #ED45FF
Complementary color
Monochromatic Colors of #ED45FF
Black with #ED45FF
Text Example
Text Example
White with #ED45FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED45FF; }
p { color: rgb(237,69,255); }
H1.HeaderClassName
{
color: #ED45FF;
}
.AnyTagClassName
{
color: #ED45FF;
}
</style>
background-color css
<style>
a { background-color: #ED45FF; }
a { background-color: rgb(237,69,255); }
div.DivClassName
{
background-color: #ED45FF;
}
.BgClassName
{
background-color: #ED45FF;
}
</style>
border-color css
<style>
span { border-color: #ED45FF; }
span { border-color: rgb(237,69,255); }
td.TdClassName
{
border-color: #ED45FF;
}
.TagClassName
{
border-color: #ED45FF;
}
</style>