Shades of Pink Flamingo #ED3DFF
Tints of Pink Flamingo #ED3DFF
RGB
CMYK
RGB Variations
Color information
#ED3DFF (or 0xED3DFF) is known color: Pink Flamingo. HEX triplet: ED, 3D and FF. RGB value is (237,61,255). Sum of RGB (Red+Green+Blue) = 237+61+255=553 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.86% from 553); Green value is 61 (24.22% from 255 or 11.03% from 553); Blue value is 255 (100% from 255 or 46.11% from 553); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED3DFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED3DFF is #12C200. Grayscale: #878787. Windows color (decimal): -1229313 or 16727533. OLE color: 16727533.
HSL color Cylindrical-coordinate representation of color #ED3DFF: hue angle of 294.43º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ED3DFF is Cyan = 0.07, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 61 | 255 | - |
| CMYK | 0.07 | 0.76 | 0 | 0 |
| HSL | 294.43º | 1% | 0.62% | - |
| HSV(B) | 294.43º | 0.76% | 1% | - |
| XYZ | 54.64 | 28.56 | 97.24 | - |
| YUV | 135.74 | 195.31 | 200.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 61 | 255 | 0.07 | 0.76 | 0 | 0 | 294.43 | 1 | 0.62 |
| Hex | ED | 3D | FF | 7 | 4C | 0 | 0 | 126 | 64 | 3E |
| Octal | 355 | 75 | 377 | 7 | 114 | 0 | 0 | 446 | 144 | 76 |
| Binary | 11101101 | 111101 | 11111111 | 111 | 1001100 | 0 | 0 | 100100110 | 1100100 | 111110 |
Color Harmonies of #ED3DFF
Complementary color
Monochromatic Colors of #ED3DFF
Black with #ED3DFF
Text Example
Text Example
White with #ED3DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3DFF; }
p { color: rgb(237,61,255); }
H1.HeaderClassName
{
color: #ED3DFF;
}
.AnyTagClassName
{
color: #ED3DFF;
}
</style>
background-color css
<style>
a { background-color: #ED3DFF; }
a { background-color: rgb(237,61,255); }
div.DivClassName
{
background-color: #ED3DFF;
}
.BgClassName
{
background-color: #ED3DFF;
}
</style>
border-color css
<style>
span { border-color: #ED3DFF; }
span { border-color: rgb(237,61,255); }
td.TdClassName
{
border-color: #ED3DFF;
}
.TagClassName
{
border-color: #ED3DFF;
}
</style>