Shades of Pink Flamingo #ED36FA
Tints of Pink Flamingo #ED36FA
RGB
CMYK
RGB Variations
Color information
#ED36FA (or 0xED36FA) is known color: Pink Flamingo. HEX triplet: ED, 36 and FA. RGB value is (237,54,250). Sum of RGB (Red+Green+Blue) = 237+54+250=541 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.81% from 541); Green value is 54 (21.48% from 255 or 9.98% from 541); Blue value is 250 (98.05% from 255 or 46.21% from 541); Max value from RGB is 250 - color contains mainly: blue. Hex color #ED36FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED36FA is #12C905. Grayscale: #828282. Windows color (decimal): -1231110 or 16398061. OLE color: 16398061.
HSL color Cylindrical-coordinate representation of color #ED36FA: hue angle of 296.02º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ED36FA is Cyan = 0.05, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 54 | 250 | - |
| CMYK | 0.05 | 0.78 | 0 | 0.02 |
| HSL | 296.02º | 0.95% | 0.6% | - |
| HSV(B) | 296.02º | 0.78% | 0.98% | - |
| XYZ | 53.5 | 27.54 | 92.94 | - |
| YUV | 131.06 | 195.13 | 203.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 54 | 250 | 0.05 | 0.78 | 0 | 0.02 | 296.02 | 0.95 | 0.6 |
| Hex | ED | 36 | FA | 5 | 4E | 0 | 2 | 128 | 5F | 3C |
| Octal | 355 | 66 | 372 | 5 | 116 | 0 | 2 | 450 | 137 | 74 |
| Binary | 11101101 | 110110 | 11111010 | 101 | 1001110 | 0 | 10 | 100101000 | 1011111 | 111100 |
Color Harmonies of #ED36FA
Complementary color
Monochromatic Colors of #ED36FA
Black with #ED36FA
Text Example
Text Example
White with #ED36FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED36FA; }
p { color: rgb(237,54,250); }
H1.HeaderClassName
{
color: #ED36FA;
}
.AnyTagClassName
{
color: #ED36FA;
}
</style>
background-color css
<style>
a { background-color: #ED36FA; }
a { background-color: rgb(237,54,250); }
div.DivClassName
{
background-color: #ED36FA;
}
.BgClassName
{
background-color: #ED36FA;
}
</style>
border-color css
<style>
span { border-color: #ED36FA; }
span { border-color: rgb(237,54,250); }
td.TdClassName
{
border-color: #ED36FA;
}
.TagClassName
{
border-color: #ED36FA;
}
</style>