Shades of Pink Flamingo #ED52FF
Tints of Pink Flamingo #ED52FF
RGB
CMYK
RGB Variations
Color information
#ED52FF (or 0xED52FF) is known color: Pink Flamingo. HEX triplet: ED, 52 and FF. RGB value is (237,82,255). Sum of RGB (Red+Green+Blue) = 237+82+255=574 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.29% from 574); Green value is 82 (32.42% from 255 or 14.29% from 574); Blue value is 255 (100% from 255 or 44.43% from 574); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED52FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED52FF is #12AD00. Grayscale: #939393. Windows color (decimal): -1223937 or 16732909. OLE color: 16732909.
HSL color Cylindrical-coordinate representation of color #ED52FF: hue angle of 293.76º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ED52FF is Cyan = 0.07, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 82 | 255 | - |
| CMYK | 0.07 | 0.68 | 0 | 0 |
| HSL | 293.76º | 1% | 0.66% | - |
| HSV(B) | 293.76º | 0.68% | 1% | - |
| XYZ | 55.99 | 31.26 | 97.69 | - |
| YUV | 148.07 | 188.35 | 191.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 82 | 255 | 0.07 | 0.68 | 0 | 0 | 293.76 | 1 | 0.66 |
| Hex | ED | 52 | FF | 7 | 44 | 0 | 0 | 126 | 64 | 42 |
| Octal | 355 | 122 | 377 | 7 | 104 | 0 | 0 | 446 | 144 | 102 |
| Binary | 11101101 | 1010010 | 11111111 | 111 | 1000100 | 0 | 0 | 100100110 | 1100100 | 1000010 |
Color Harmonies of #ED52FF
Complementary color
Monochromatic Colors of #ED52FF
Black with #ED52FF
Text Example
Text Example
White with #ED52FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED52FF; }
p { color: rgb(237,82,255); }
H1.HeaderClassName
{
color: #ED52FF;
}
.AnyTagClassName
{
color: #ED52FF;
}
</style>
background-color css
<style>
a { background-color: #ED52FF; }
a { background-color: rgb(237,82,255); }
div.DivClassName
{
background-color: #ED52FF;
}
.BgClassName
{
background-color: #ED52FF;
}
</style>
border-color css
<style>
span { border-color: #ED52FF; }
span { border-color: rgb(237,82,255); }
td.TdClassName
{
border-color: #ED52FF;
}
.TagClassName
{
border-color: #ED52FF;
}
</style>