Shades of Pink Flamingo #ED4FFE
Tints of Pink Flamingo #ED4FFE
RGB
CMYK
RGB Variations
Color information
#ED4FFE (or 0xED4FFE) is known color: Pink Flamingo. HEX triplet: ED, 4F and FE. RGB value is (237,79,254). Sum of RGB (Red+Green+Blue) = 237+79+254=570 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.58% from 570); Green value is 79 (31.25% from 255 or 13.86% from 570); Blue value is 254 (99.61% from 255 or 44.56% from 570); Max value from RGB is 254 - color contains mainly: blue. Hex color #ED4FFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED4FFE is #12B001. Grayscale: #919191. Windows color (decimal): -1224706 or 16666605. OLE color: 16666605.
HSL color Cylindrical-coordinate representation of color #ED4FFE: hue angle of 294.17º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ED4FFE is Cyan = 0.07, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 79 | 254 | - |
| CMYK | 0.07 | 0.69 | 0 | 0.00 |
| HSL | 294.17º | 0.99% | 0.65% | - |
| HSV(B) | 294.17º | 0.69% | 1% | - |
| XYZ | 55.61 | 30.75 | 96.77 | - |
| YUV | 146.19 | 188.85 | 192.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 79 | 254 | 0.07 | 0.69 | 0 | 0.00 | 294.17 | 0.99 | 0.65 |
| Hex | ED | 4F | FE | 7 | 45 | 0 | 0 | 126 | 63 | 41 |
| Octal | 355 | 117 | 376 | 7 | 105 | 0 | 0 | 446 | 143 | 101 |
| Binary | 11101101 | 1001111 | 11111110 | 111 | 1000101 | 0 | 0 | 100100110 | 1100011 | 1000001 |
Color Harmonies of #ED4FFE
Complementary color
Monochromatic Colors of #ED4FFE
Black with #ED4FFE
Text Example
Text Example
White with #ED4FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4FFE; }
p { color: rgb(237,79,254); }
H1.HeaderClassName
{
color: #ED4FFE;
}
.AnyTagClassName
{
color: #ED4FFE;
}
</style>
background-color css
<style>
a { background-color: #ED4FFE; }
a { background-color: rgb(237,79,254); }
div.DivClassName
{
background-color: #ED4FFE;
}
.BgClassName
{
background-color: #ED4FFE;
}
</style>
border-color css
<style>
span { border-color: #ED4FFE; }
span { border-color: rgb(237,79,254); }
td.TdClassName
{
border-color: #ED4FFE;
}
.TagClassName
{
border-color: #ED4FFE;
}
</style>