Shades of Pink Flamingo #ED67FE
Tints of Pink Flamingo #ED67FE
RGB
CMYK
RGB Variations
Color information
#ED67FE (or 0xED67FE) is known color: Pink Flamingo. HEX triplet: ED, 67 and FE. RGB value is (237,103,254). Sum of RGB (Red+Green+Blue) = 237+103+254=594 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.90% from 594); Green value is 103 (40.62% from 255 or 17.34% from 594); Blue value is 254 (99.61% from 255 or 42.76% from 594); Max value from RGB is 254 - color contains mainly: blue. Hex color #ED67FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED67FE is #129801. Grayscale: #9F9F9F. Windows color (decimal): -1218562 or 16672749. OLE color: 16672749.
HSL color Cylindrical-coordinate representation of color #ED67FE: hue angle of 293.25º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ED67FE is Cyan = 0.07, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 103 | 254 | - |
| CMYK | 0.07 | 0.59 | 0 | 0.00 |
| HSL | 293.25º | 0.99% | 0.7% | - |
| HSV(B) | 293.25º | 0.59% | 1% | - |
| XYZ | 57.66 | 34.86 | 97.46 | - |
| YUV | 160.28 | 180.89 | 182.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 103 | 254 | 0.07 | 0.59 | 0 | 0.00 | 293.25 | 0.99 | 0.7 |
| Hex | ED | 67 | FE | 7 | 3B | 0 | 0 | 125 | 63 | 46 |
| Octal | 355 | 147 | 376 | 7 | 73 | 0 | 0 | 445 | 143 | 106 |
| Binary | 11101101 | 1100111 | 11111110 | 111 | 111011 | 0 | 0 | 100100101 | 1100011 | 1000110 |
Color Harmonies of #ED67FE
Complementary color
Monochromatic Colors of #ED67FE
Black with #ED67FE
Text Example
Text Example
White with #ED67FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED67FE; }
p { color: rgb(237,103,254); }
H1.HeaderClassName
{
color: #ED67FE;
}
.AnyTagClassName
{
color: #ED67FE;
}
</style>
background-color css
<style>
a { background-color: #ED67FE; }
a { background-color: rgb(237,103,254); }
div.DivClassName
{
background-color: #ED67FE;
}
.BgClassName
{
background-color: #ED67FE;
}
</style>
border-color css
<style>
span { border-color: #ED67FE; }
span { border-color: rgb(237,103,254); }
td.TdClassName
{
border-color: #ED67FE;
}
.TagClassName
{
border-color: #ED67FE;
}
</style>