Shades of Pink Flamingo #ED3AFE
Tints of Pink Flamingo #ED3AFE
RGB
CMYK
RGB Variations
Color information
#ED3AFE (or 0xED3AFE) is known color: Pink Flamingo. HEX triplet: ED, 3A and FE. RGB value is (237,58,254). Sum of RGB (Red+Green+Blue) = 237+58+254=549 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.17% from 549); Green value is 58 (23.05% from 255 or 10.56% from 549); Blue value is 254 (99.61% from 255 or 46.27% from 549); Max value from RGB is 254 - color contains mainly: blue. Hex color #ED3AFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED3AFE is #12C501. Grayscale: #858585. Windows color (decimal): -1230082 or 16661229. OLE color: 16661229.
HSL color Cylindrical-coordinate representation of color #ED3AFE: hue angle of 294.8º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ED3AFE is Cyan = 0.07, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 58 | 254 | - |
| CMYK | 0.07 | 0.77 | 0 | 0.00 |
| HSL | 294.8º | 0.99% | 0.61% | - |
| HSV(B) | 294.8º | 0.77% | 1% | - |
| XYZ | 54.33 | 28.19 | 96.34 | - |
| YUV | 133.87 | 195.8 | 201.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 58 | 254 | 0.07 | 0.77 | 0 | 0.00 | 294.8 | 0.99 | 0.61 |
| Hex | ED | 3A | FE | 7 | 4D | 0 | 0 | 127 | 63 | 3D |
| Octal | 355 | 72 | 376 | 7 | 115 | 0 | 0 | 447 | 143 | 75 |
| Binary | 11101101 | 111010 | 11111110 | 111 | 1001101 | 0 | 0 | 100100111 | 1100011 | 111101 |
Color Harmonies of #ED3AFE
Complementary color
Monochromatic Colors of #ED3AFE
Black with #ED3AFE
Text Example
Text Example
White with #ED3AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3AFE; }
p { color: rgb(237,58,254); }
H1.HeaderClassName
{
color: #ED3AFE;
}
.AnyTagClassName
{
color: #ED3AFE;
}
</style>
background-color css
<style>
a { background-color: #ED3AFE; }
a { background-color: rgb(237,58,254); }
div.DivClassName
{
background-color: #ED3AFE;
}
.BgClassName
{
background-color: #ED3AFE;
}
</style>
border-color css
<style>
span { border-color: #ED3AFE; }
span { border-color: rgb(237,58,254); }
td.TdClassName
{
border-color: #ED3AFE;
}
.TagClassName
{
border-color: #ED3AFE;
}
</style>