Shades of Pink Flamingo #ED36FE
Tints of Pink Flamingo #ED36FE
RGB
CMYK
RGB Variations
Color information
#ED36FE (or 0xED36FE) is known color: Pink Flamingo. HEX triplet: ED, 36 and FE. RGB value is (237,54,254). Sum of RGB (Red+Green+Blue) = 237+54+254=545 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.49% from 545); Green value is 54 (21.48% from 255 or 9.91% from 545); Blue value is 254 (99.61% from 255 or 46.61% from 545); Max value from RGB is 254 - color contains mainly: blue. Hex color #ED36FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED36FE is #12C901. Grayscale: #828282. Windows color (decimal): -1231106 or 16660205. OLE color: 16660205.
HSL color Cylindrical-coordinate representation of color #ED36FE: hue angle of 294.9º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ED36FE is Cyan = 0.07, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 54 | 254 | - |
| CMYK | 0.07 | 0.79 | 0 | 0.00 |
| HSL | 294.9º | 0.99% | 0.6% | - |
| HSV(B) | 294.9º | 0.79% | 1% | - |
| XYZ | 54.13 | 27.8 | 96.28 | - |
| YUV | 131.52 | 197.13 | 203.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 54 | 254 | 0.07 | 0.79 | 0 | 0.00 | 294.9 | 0.99 | 0.6 |
| Hex | ED | 36 | FE | 7 | 4F | 0 | 0 | 127 | 63 | 3C |
| Octal | 355 | 66 | 376 | 7 | 117 | 0 | 0 | 447 | 143 | 74 |
| Binary | 11101101 | 110110 | 11111110 | 111 | 1001111 | 0 | 0 | 100100111 | 1100011 | 111100 |
Color Harmonies of #ED36FE
Complementary color
Monochromatic Colors of #ED36FE
Black with #ED36FE
Text Example
Text Example
White with #ED36FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED36FE; }
p { color: rgb(237,54,254); }
H1.HeaderClassName
{
color: #ED36FE;
}
.AnyTagClassName
{
color: #ED36FE;
}
</style>
background-color css
<style>
a { background-color: #ED36FE; }
a { background-color: rgb(237,54,254); }
div.DivClassName
{
background-color: #ED36FE;
}
.BgClassName
{
background-color: #ED36FE;
}
</style>
border-color css
<style>
span { border-color: #ED36FE; }
span { border-color: rgb(237,54,254); }
td.TdClassName
{
border-color: #ED36FE;
}
.TagClassName
{
border-color: #ED36FE;
}
</style>