Shades of Pink Flamingo #ED67F3
Tints of Pink Flamingo #ED67F3
RGB
CMYK
RGB Variations
Color information
#ED67F3 (or 0xED67F3) is known color: Pink Flamingo. HEX triplet: ED, 67 and F3. RGB value is (237,103,243). Sum of RGB (Red+Green+Blue) = 237+103+243=583 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.65% from 583); Green value is 103 (40.62% from 255 or 17.67% from 583); Blue value is 243 (95.31% from 255 or 41.68% from 583); Max value from RGB is 243 - color contains mainly: blue. Hex color #ED67F3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED67F3 is #12980C. Grayscale: #9E9E9E. Windows color (decimal): -1218573 or 15951853. OLE color: 15951853.
HSL color Cylindrical-coordinate representation of color #ED67F3: hue angle of 297.43º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ED67F3 is Cyan = 0.02, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 103 | 243 | - |
| CMYK | 0.02 | 0.58 | 0 | 0.05 |
| HSL | 297.43º | 0.85% | 0.68% | - |
| HSV(B) | 297.43º | 0.58% | 0.95% | - |
| XYZ | 55.95 | 34.18 | 88.44 | - |
| YUV | 159.03 | 175.39 | 183.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 103 | 243 | 0.02 | 0.58 | 0 | 0.05 | 297.43 | 0.85 | 0.68 |
| Hex | ED | 67 | F3 | 2 | 3A | 0 | 5 | 129 | 55 | 44 |
| Octal | 355 | 147 | 363 | 2 | 72 | 0 | 5 | 451 | 125 | 104 |
| Binary | 11101101 | 1100111 | 11110011 | 10 | 111010 | 0 | 101 | 100101001 | 1010101 | 1000100 |
Color Harmonies of #ED67F3
Complementary color
Monochromatic Colors of #ED67F3
Black with #ED67F3
Text Example
Text Example
White with #ED67F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED67F3; }
p { color: rgb(237,103,243); }
H1.HeaderClassName
{
color: #ED67F3;
}
.AnyTagClassName
{
color: #ED67F3;
}
</style>
background-color css
<style>
a { background-color: #ED67F3; }
a { background-color: rgb(237,103,243); }
div.DivClassName
{
background-color: #ED67F3;
}
.BgClassName
{
background-color: #ED67F3;
}
</style>
border-color css
<style>
span { border-color: #ED67F3; }
span { border-color: rgb(237,103,243); }
td.TdClassName
{
border-color: #ED67F3;
}
.TagClassName
{
border-color: #ED67F3;
}
</style>