Shades of Pink Flamingo #ED4AFE
Tints of Pink Flamingo #ED4AFE
RGB
CMYK
RGB Variations
Color information
#ED4AFE (or 0xED4AFE) is known color: Pink Flamingo. HEX triplet: ED, 4A and FE. RGB value is (237,74,254). Sum of RGB (Red+Green+Blue) = 237+74+254=565 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.95% from 565); Green value is 74 (29.30% from 255 or 13.10% from 565); Blue value is 254 (99.61% from 255 or 44.96% from 565); Max value from RGB is 254 - color contains mainly: blue. Hex color #ED4AFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED4AFE is #12B501. Grayscale: #8E8E8E. Windows color (decimal): -1225986 or 16665325. OLE color: 16665325.
HSL color Cylindrical-coordinate representation of color #ED4AFE: hue angle of 294.33º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ED4AFE is Cyan = 0.07, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 74 | 254 | - |
| CMYK | 0.07 | 0.71 | 0 | 0.00 |
| HSL | 294.33º | 0.99% | 0.64% | - |
| HSV(B) | 294.33º | 0.71% | 1% | - |
| XYZ | 55.26 | 30.06 | 96.65 | - |
| YUV | 143.26 | 190.5 | 194.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 74 | 254 | 0.07 | 0.71 | 0 | 0.00 | 294.33 | 0.99 | 0.64 |
| Hex | ED | 4A | FE | 7 | 47 | 0 | 0 | 126 | 63 | 40 |
| Octal | 355 | 112 | 376 | 7 | 107 | 0 | 0 | 446 | 143 | 100 |
| Binary | 11101101 | 1001010 | 11111110 | 111 | 1000111 | 0 | 0 | 100100110 | 1100011 | 1000000 |
Color Harmonies of #ED4AFE
Complementary color
Monochromatic Colors of #ED4AFE
Black with #ED4AFE
Text Example
Text Example
White with #ED4AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4AFE; }
p { color: rgb(237,74,254); }
H1.HeaderClassName
{
color: #ED4AFE;
}
.AnyTagClassName
{
color: #ED4AFE;
}
</style>
background-color css
<style>
a { background-color: #ED4AFE; }
a { background-color: rgb(237,74,254); }
div.DivClassName
{
background-color: #ED4AFE;
}
.BgClassName
{
background-color: #ED4AFE;
}
</style>
border-color css
<style>
span { border-color: #ED4AFE; }
span { border-color: rgb(237,74,254); }
td.TdClassName
{
border-color: #ED4AFE;
}
.TagClassName
{
border-color: #ED4AFE;
}
</style>