Shades of Pink Flamingo #ED67FA
Tints of Pink Flamingo #ED67FA
RGB
CMYK
RGB Variations
Color information
#ED67FA (or 0xED67FA) is known color: Pink Flamingo. HEX triplet: ED, 67 and FA. RGB value is (237,103,250). Sum of RGB (Red+Green+Blue) = 237+103+250=590 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.17% from 590); Green value is 103 (40.62% from 255 or 17.46% from 590); Blue value is 250 (98.05% from 255 or 42.37% from 590); Max value from RGB is 250 - color contains mainly: blue. Hex color #ED67FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED67FA is #129805. Grayscale: #9F9F9F. Windows color (decimal): -1218566 or 16410605. OLE color: 16410605.
HSL color Cylindrical-coordinate representation of color #ED67FA: hue angle of 294.69º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ED67FA is Cyan = 0.05, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 103 | 250 | - |
| CMYK | 0.05 | 0.59 | 0 | 0.02 |
| HSL | 294.69º | 0.94% | 0.69% | - |
| HSV(B) | 294.69º | 0.59% | 0.98% | - |
| XYZ | 57.03 | 34.61 | 94.12 | - |
| YUV | 159.82 | 178.89 | 183.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 103 | 250 | 0.05 | 0.59 | 0 | 0.02 | 294.69 | 0.94 | 0.69 |
| Hex | ED | 67 | FA | 5 | 3B | 0 | 2 | 127 | 5E | 45 |
| Octal | 355 | 147 | 372 | 5 | 73 | 0 | 2 | 447 | 136 | 105 |
| Binary | 11101101 | 1100111 | 11111010 | 101 | 111011 | 0 | 10 | 100100111 | 1011110 | 1000101 |
Color Harmonies of #ED67FA
Complementary color
Monochromatic Colors of #ED67FA
Black with #ED67FA
Text Example
Text Example
White with #ED67FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED67FA; }
p { color: rgb(237,103,250); }
H1.HeaderClassName
{
color: #ED67FA;
}
.AnyTagClassName
{
color: #ED67FA;
}
</style>
background-color css
<style>
a { background-color: #ED67FA; }
a { background-color: rgb(237,103,250); }
div.DivClassName
{
background-color: #ED67FA;
}
.BgClassName
{
background-color: #ED67FA;
}
</style>
border-color css
<style>
span { border-color: #ED67FA; }
span { border-color: rgb(237,103,250); }
td.TdClassName
{
border-color: #ED67FA;
}
.TagClassName
{
border-color: #ED67FA;
}
</style>