Shades of Pink Flamingo #ED67EF
Tints of Pink Flamingo #ED67EF
RGB
CMYK
RGB Variations
Color information
#ED67EF (or 0xED67EF) is known color: Pink Flamingo. HEX triplet: ED, 67 and EF. RGB value is (237,103,239). Sum of RGB (Red+Green+Blue) = 237+103+239=579 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.93% from 579); Green value is 103 (40.62% from 255 or 17.79% from 579); Blue value is 239 (93.75% from 255 or 41.28% from 579); Max value from RGB is 239 - color contains mainly: blue. Hex color #ED67EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED67EF is #129810. Grayscale: #9E9E9E. Windows color (decimal): -1218577 or 15689709. OLE color: 15689709.
HSL color Cylindrical-coordinate representation of color #ED67EF: hue angle of 299.12º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ED67EF is Cyan = 0.01, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 103 | 239 | - |
| CMYK | 0.01 | 0.57 | 0 | 0.06 |
| HSL | 299.12º | 0.81% | 0.67% | - |
| HSV(B) | 299.12º | 0.57% | 0.94% | - |
| XYZ | 55.36 | 33.94 | 85.29 | - |
| YUV | 158.57 | 173.39 | 183.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 103 | 239 | 0.01 | 0.57 | 0 | 0.06 | 299.12 | 0.81 | 0.67 |
| Hex | ED | 67 | EF | 1 | 39 | 0 | 6 | 12B | 51 | 43 |
| Octal | 355 | 147 | 357 | 1 | 71 | 0 | 6 | 453 | 121 | 103 |
| Binary | 11101101 | 1100111 | 11101111 | 1 | 111001 | 0 | 110 | 100101011 | 1010001 | 1000011 |
Color Harmonies of #ED67EF
Complementary color
Monochromatic Colors of #ED67EF
Black with #ED67EF
Text Example
Text Example
White with #ED67EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED67EF; }
p { color: rgb(237,103,239); }
H1.HeaderClassName
{
color: #ED67EF;
}
.AnyTagClassName
{
color: #ED67EF;
}
</style>
background-color css
<style>
a { background-color: #ED67EF; }
a { background-color: rgb(237,103,239); }
div.DivClassName
{
background-color: #ED67EF;
}
.BgClassName
{
background-color: #ED67EF;
}
</style>
border-color css
<style>
span { border-color: #ED67EF; }
span { border-color: rgb(237,103,239); }
td.TdClassName
{
border-color: #ED67EF;
}
.TagClassName
{
border-color: #ED67EF;
}
</style>