Shades of Pink Flamingo #ED67F2
Tints of Pink Flamingo #ED67F2
RGB
CMYK
RGB Variations
Color information
#ED67F2 (or 0xED67F2) is known color: Pink Flamingo. HEX triplet: ED, 67 and F2. RGB value is (237,103,242). Sum of RGB (Red+Green+Blue) = 237+103+242=582 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.72% from 582); Green value is 103 (40.62% from 255 or 17.70% from 582); Blue value is 242 (94.92% from 255 or 41.58% from 582); Max value from RGB is 242 - color contains mainly: blue. Hex color #ED67F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED67F2 is #12980D. Grayscale: #9E9E9E. Windows color (decimal): -1218574 or 15886317. OLE color: 15886317.
HSL color Cylindrical-coordinate representation of color #ED67F2: hue angle of 297.84º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ED67F2 is Cyan = 0.02, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 103 | 242 | - |
| CMYK | 0.02 | 0.57 | 0 | 0.05 |
| HSL | 297.84º | 0.84% | 0.68% | - |
| HSV(B) | 297.84º | 0.57% | 0.95% | - |
| XYZ | 55.8 | 34.12 | 87.65 | - |
| YUV | 158.91 | 174.89 | 183.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 103 | 242 | 0.02 | 0.57 | 0 | 0.05 | 297.84 | 0.84 | 0.68 |
| Hex | ED | 67 | F2 | 2 | 39 | 0 | 5 | 12A | 54 | 44 |
| Octal | 355 | 147 | 362 | 2 | 71 | 0 | 5 | 452 | 124 | 104 |
| Binary | 11101101 | 1100111 | 11110010 | 10 | 111001 | 0 | 101 | 100101010 | 1010100 | 1000100 |
Color Harmonies of #ED67F2
Complementary color
Monochromatic Colors of #ED67F2
Black with #ED67F2
Text Example
Text Example
White with #ED67F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED67F2; }
p { color: rgb(237,103,242); }
H1.HeaderClassName
{
color: #ED67F2;
}
.AnyTagClassName
{
color: #ED67F2;
}
</style>
background-color css
<style>
a { background-color: #ED67F2; }
a { background-color: rgb(237,103,242); }
div.DivClassName
{
background-color: #ED67F2;
}
.BgClassName
{
background-color: #ED67F2;
}
</style>
border-color css
<style>
span { border-color: #ED67F2; }
span { border-color: rgb(237,103,242); }
td.TdClassName
{
border-color: #ED67F2;
}
.TagClassName
{
border-color: #ED67F2;
}
</style>