Shades of Pink Flamingo #ED43FE
Tints of Pink Flamingo #ED43FE
RGB
CMYK
RGB Variations
Color information
#ED43FE (or 0xED43FE) is known color: Pink Flamingo. HEX triplet: ED, 43 and FE. RGB value is (237,67,254). Sum of RGB (Red+Green+Blue) = 237+67+254=558 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.47% from 558); Green value is 67 (26.56% from 255 or 12.01% from 558); Blue value is 254 (99.61% from 255 or 45.52% from 558); Max value from RGB is 254 - color contains mainly: blue. Hex color #ED43FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED43FE is #12BC01. Grayscale: #8A8A8A. Windows color (decimal): -1227778 or 16663533. OLE color: 16663533.
HSL color Cylindrical-coordinate representation of color #ED43FE: hue angle of 294.55º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ED43FE is Cyan = 0.07, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 67 | 254 | - |
| CMYK | 0.07 | 0.74 | 0 | 0.00 |
| HSL | 294.55º | 0.99% | 0.63% | - |
| HSV(B) | 294.55º | 0.74% | 1% | - |
| XYZ | 54.82 | 29.17 | 96.51 | - |
| YUV | 139.15 | 192.82 | 197.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 67 | 254 | 0.07 | 0.74 | 0 | 0.00 | 294.55 | 0.99 | 0.63 |
| Hex | ED | 43 | FE | 7 | 4A | 0 | 0 | 127 | 63 | 3F |
| Octal | 355 | 103 | 376 | 7 | 112 | 0 | 0 | 447 | 143 | 77 |
| Binary | 11101101 | 1000011 | 11111110 | 111 | 1001010 | 0 | 0 | 100100111 | 1100011 | 111111 |
Color Harmonies of #ED43FE
Complementary color
Monochromatic Colors of #ED43FE
Black with #ED43FE
Text Example
Text Example
White with #ED43FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED43FE; }
p { color: rgb(237,67,254); }
H1.HeaderClassName
{
color: #ED43FE;
}
.AnyTagClassName
{
color: #ED43FE;
}
</style>
background-color css
<style>
a { background-color: #ED43FE; }
a { background-color: rgb(237,67,254); }
div.DivClassName
{
background-color: #ED43FE;
}
.BgClassName
{
background-color: #ED43FE;
}
</style>
border-color css
<style>
span { border-color: #ED43FE; }
span { border-color: rgb(237,67,254); }
td.TdClassName
{
border-color: #ED43FE;
}
.TagClassName
{
border-color: #ED43FE;
}
</style>