Shades of Pink Flamingo #ED36FF
Tints of Pink Flamingo #ED36FF
RGB
CMYK
RGB Variations
Color information
#ED36FF (or 0xED36FF) is known color: Pink Flamingo. HEX triplet: ED, 36 and FF. RGB value is (237,54,255). Sum of RGB (Red+Green+Blue) = 237+54+255=546 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.41% from 546); Green value is 54 (21.48% from 255 or 9.89% from 546); Blue value is 255 (100% from 255 or 46.70% from 546); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED36FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED36FF is #12C900. Grayscale: #838383. Windows color (decimal): -1231105 or 16725741. OLE color: 16725741.
HSL color Cylindrical-coordinate representation of color #ED36FF: hue angle of 294.63º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ED36FF is Cyan = 0.07, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 54 | 255 | - |
| CMYK | 0.07 | 0.79 | 0 | 0 |
| HSL | 294.63º | 1% | 0.61% | - |
| HSV(B) | 294.63º | 0.79% | 1% | - |
| XYZ | 54.29 | 27.86 | 97.12 | - |
| YUV | 131.63 | 197.63 | 203.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 54 | 255 | 0.07 | 0.79 | 0 | 0 | 294.63 | 1 | 0.61 |
| Hex | ED | 36 | FF | 7 | 4F | 0 | 0 | 127 | 64 | 3D |
| Octal | 355 | 66 | 377 | 7 | 117 | 0 | 0 | 447 | 144 | 75 |
| Binary | 11101101 | 110110 | 11111111 | 111 | 1001111 | 0 | 0 | 100100111 | 1100100 | 111101 |
Color Harmonies of #ED36FF
Complementary color
Monochromatic Colors of #ED36FF
Black with #ED36FF
Text Example
Text Example
White with #ED36FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED36FF; }
p { color: rgb(237,54,255); }
H1.HeaderClassName
{
color: #ED36FF;
}
.AnyTagClassName
{
color: #ED36FF;
}
</style>
background-color css
<style>
a { background-color: #ED36FF; }
a { background-color: rgb(237,54,255); }
div.DivClassName
{
background-color: #ED36FF;
}
.BgClassName
{
background-color: #ED36FF;
}
</style>
border-color css
<style>
span { border-color: #ED36FF; }
span { border-color: rgb(237,54,255); }
td.TdClassName
{
border-color: #ED36FF;
}
.TagClassName
{
border-color: #ED36FF;
}
</style>