Shades of Pink Flamingo #ED3DFE
Tints of Pink Flamingo #ED3DFE
RGB
CMYK
RGB Variations
Color information
#ED3DFE (or 0xED3DFE) is known color: Pink Flamingo. HEX triplet: ED, 3D and FE. RGB value is (237,61,254). Sum of RGB (Red+Green+Blue) = 237+61+254=552 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.93% from 552); Green value is 61 (24.22% from 255 or 11.05% from 552); Blue value is 254 (99.61% from 255 or 46.01% from 552); Max value from RGB is 254 - color contains mainly: blue. Hex color #ED3DFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED3DFE is #12C201. Grayscale: #878787. Windows color (decimal): -1229314 or 16661997. OLE color: 16661997.
HSL color Cylindrical-coordinate representation of color #ED3DFE: hue angle of 294.72º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ED3DFE is Cyan = 0.07, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 61 | 254 | - |
| CMYK | 0.07 | 0.76 | 0 | 0.00 |
| HSL | 294.72º | 0.99% | 0.62% | - |
| HSV(B) | 294.72º | 0.76% | 1% | - |
| XYZ | 54.48 | 28.5 | 96.39 | - |
| YUV | 135.63 | 194.81 | 200.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 61 | 254 | 0.07 | 0.76 | 0 | 0.00 | 294.72 | 0.99 | 0.62 |
| Hex | ED | 3D | FE | 7 | 4C | 0 | 0 | 127 | 63 | 3E |
| Octal | 355 | 75 | 376 | 7 | 114 | 0 | 0 | 447 | 143 | 76 |
| Binary | 11101101 | 111101 | 11111110 | 111 | 1001100 | 0 | 0 | 100100111 | 1100011 | 111110 |
Color Harmonies of #ED3DFE
Complementary color
Monochromatic Colors of #ED3DFE
Black with #ED3DFE
Text Example
Text Example
White with #ED3DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3DFE; }
p { color: rgb(237,61,254); }
H1.HeaderClassName
{
color: #ED3DFE;
}
.AnyTagClassName
{
color: #ED3DFE;
}
</style>
background-color css
<style>
a { background-color: #ED3DFE; }
a { background-color: rgb(237,61,254); }
div.DivClassName
{
background-color: #ED3DFE;
}
.BgClassName
{
background-color: #ED3DFE;
}
</style>
border-color css
<style>
span { border-color: #ED3DFE; }
span { border-color: rgb(237,61,254); }
td.TdClassName
{
border-color: #ED3DFE;
}
.TagClassName
{
border-color: #ED3DFE;
}
</style>