Shades of Pink Flamingo #ED37FE
Tints of Pink Flamingo #ED37FE
RGB
CMYK
RGB Variations
Color information
#ED37FE (or 0xED37FE) is known color: Pink Flamingo. HEX triplet: ED, 37 and FE. RGB value is (237,55,254). Sum of RGB (Red+Green+Blue) = 237+55+254=546 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.41% from 546); Green value is 55 (21.88% from 255 or 10.07% from 546); Blue value is 254 (99.61% from 255 or 46.52% from 546); Max value from RGB is 254 - color contains mainly: blue. Hex color #ED37FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED37FE is #12C801. Grayscale: #838383. Windows color (decimal): -1230850 or 16660461. OLE color: 16660461.
HSL color Cylindrical-coordinate representation of color #ED37FE: hue angle of 294.87º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ED37FE is Cyan = 0.07, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 55 | 254 | - |
| CMYK | 0.07 | 0.78 | 0 | 0.00 |
| HSL | 294.87º | 0.99% | 0.61% | - |
| HSV(B) | 294.87º | 0.78% | 1% | - |
| XYZ | 54.18 | 27.89 | 96.29 | - |
| YUV | 132.1 | 196.8 | 202.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 55 | 254 | 0.07 | 0.78 | 0 | 0.00 | 294.87 | 0.99 | 0.61 |
| Hex | ED | 37 | FE | 7 | 4E | 0 | 0 | 127 | 63 | 3D |
| Octal | 355 | 67 | 376 | 7 | 116 | 0 | 0 | 447 | 143 | 75 |
| Binary | 11101101 | 110111 | 11111110 | 111 | 1001110 | 0 | 0 | 100100111 | 1100011 | 111101 |
Color Harmonies of #ED37FE
Complementary color
Monochromatic Colors of #ED37FE
Black with #ED37FE
Text Example
Text Example
White with #ED37FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED37FE; }
p { color: rgb(237,55,254); }
H1.HeaderClassName
{
color: #ED37FE;
}
.AnyTagClassName
{
color: #ED37FE;
}
</style>
background-color css
<style>
a { background-color: #ED37FE; }
a { background-color: rgb(237,55,254); }
div.DivClassName
{
background-color: #ED37FE;
}
.BgClassName
{
background-color: #ED37FE;
}
</style>
border-color css
<style>
span { border-color: #ED37FE; }
span { border-color: rgb(237,55,254); }
td.TdClassName
{
border-color: #ED37FE;
}
.TagClassName
{
border-color: #ED37FE;
}
</style>