Shades of Pink Flamingo #ED53FF
Tints of Pink Flamingo #ED53FF
RGB
CMYK
RGB Variations
Color information
#ED53FF (or 0xED53FF) is known color: Pink Flamingo. HEX triplet: ED, 53 and FF. RGB value is (237,83,255). Sum of RGB (Red+Green+Blue) = 237+83+255=575 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.22% from 575); Green value is 83 (32.81% from 255 or 14.43% from 575); Blue value is 255 (100% from 255 or 44.35% from 575); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED53FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED53FF is #12AC00. Grayscale: #949494. Windows color (decimal): -1223681 or 16733165. OLE color: 16733165.
HSL color Cylindrical-coordinate representation of color #ED53FF: hue angle of 293.72º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ED53FF is Cyan = 0.07, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 83 | 255 | - |
| CMYK | 0.07 | 0.67 | 0 | 0 |
| HSL | 293.72º | 1% | 0.66% | - |
| HSV(B) | 293.72º | 0.67% | 1% | - |
| XYZ | 56.07 | 31.41 | 97.72 | - |
| YUV | 148.65 | 188.02 | 191.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 83 | 255 | 0.07 | 0.67 | 0 | 0 | 293.72 | 1 | 0.66 |
| Hex | ED | 53 | FF | 7 | 43 | 0 | 0 | 126 | 64 | 42 |
| Octal | 355 | 123 | 377 | 7 | 103 | 0 | 0 | 446 | 144 | 102 |
| Binary | 11101101 | 1010011 | 11111111 | 111 | 1000011 | 0 | 0 | 100100110 | 1100100 | 1000010 |
Color Harmonies of #ED53FF
Complementary color
Monochromatic Colors of #ED53FF
Black with #ED53FF
Text Example
Text Example
White with #ED53FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED53FF; }
p { color: rgb(237,83,255); }
H1.HeaderClassName
{
color: #ED53FF;
}
.AnyTagClassName
{
color: #ED53FF;
}
</style>
background-color css
<style>
a { background-color: #ED53FF; }
a { background-color: rgb(237,83,255); }
div.DivClassName
{
background-color: #ED53FF;
}
.BgClassName
{
background-color: #ED53FF;
}
</style>
border-color css
<style>
span { border-color: #ED53FF; }
span { border-color: rgb(237,83,255); }
td.TdClassName
{
border-color: #ED53FF;
}
.TagClassName
{
border-color: #ED53FF;
}
</style>