Shades of Pink Flamingo #ED3BFF
Tints of Pink Flamingo #ED3BFF
RGB
CMYK
RGB Variations
Color information
#ED3BFF (or 0xED3BFF) is known color: Pink Flamingo. HEX triplet: ED, 3B and FF. RGB value is (237,59,255). Sum of RGB (Red+Green+Blue) = 237+59+255=551 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.01% from 551); Green value is 59 (23.44% from 255 or 10.71% from 551); Blue value is 255 (100% from 255 or 46.28% from 551); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED3BFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED3BFF is #12C400. Grayscale: #858585. Windows color (decimal): -1229825 or 16727021. OLE color: 16727021.
HSL color Cylindrical-coordinate representation of color #ED3BFF: hue angle of 294.49º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ED3BFF is Cyan = 0.07, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 59 | 255 | - |
| CMYK | 0.07 | 0.77 | 0 | 0 |
| HSL | 294.49º | 1% | 0.62% | - |
| HSV(B) | 294.49º | 0.77% | 1% | - |
| XYZ | 54.54 | 28.35 | 97.21 | - |
| YUV | 134.57 | 195.97 | 201.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 59 | 255 | 0.07 | 0.77 | 0 | 0 | 294.49 | 1 | 0.62 |
| Hex | ED | 3B | FF | 7 | 4D | 0 | 0 | 126 | 64 | 3E |
| Octal | 355 | 73 | 377 | 7 | 115 | 0 | 0 | 446 | 144 | 76 |
| Binary | 11101101 | 111011 | 11111111 | 111 | 1001101 | 0 | 0 | 100100110 | 1100100 | 111110 |
Color Harmonies of #ED3BFF
Complementary color
Monochromatic Colors of #ED3BFF
Black with #ED3BFF
Text Example
Text Example
White with #ED3BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3BFF; }
p { color: rgb(237,59,255); }
H1.HeaderClassName
{
color: #ED3BFF;
}
.AnyTagClassName
{
color: #ED3BFF;
}
</style>
background-color css
<style>
a { background-color: #ED3BFF; }
a { background-color: rgb(237,59,255); }
div.DivClassName
{
background-color: #ED3BFF;
}
.BgClassName
{
background-color: #ED3BFF;
}
</style>
border-color css
<style>
span { border-color: #ED3BFF; }
span { border-color: rgb(237,59,255); }
td.TdClassName
{
border-color: #ED3BFF;
}
.TagClassName
{
border-color: #ED3BFF;
}
</style>