Shades of Pink Flamingo #ED45F8
Tints of Pink Flamingo #ED45F8
RGB
CMYK
RGB Variations
Color information
#ED45F8 (or 0xED45F8) is known color: Pink Flamingo. HEX triplet: ED, 45 and F8. RGB value is (237,69,248). Sum of RGB (Red+Green+Blue) = 237+69+248=554 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.78% from 554); Green value is 69 (27.34% from 255 or 12.45% from 554); Blue value is 248 (97.27% from 255 or 44.77% from 554); Max value from RGB is 248 - color contains mainly: blue. Hex color #ED45F8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED45F8 is #12BA07. Grayscale: #8B8B8B. Windows color (decimal): -1227272 or 16270829. OLE color: 16270829.
HSL color Cylindrical-coordinate representation of color #ED45F8: hue angle of 296.31º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ED45F8 is Cyan = 0.04, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 69 | 248 | - |
| CMYK | 0.04 | 0.72 | 0 | 0.03 |
| HSL | 296.31º | 0.93% | 0.62% | - |
| HSV(B) | 296.31º | 0.72% | 0.97% | - |
| XYZ | 54 | 29.04 | 91.57 | - |
| YUV | 139.64 | 189.16 | 197.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 69 | 248 | 0.04 | 0.72 | 0 | 0.03 | 296.31 | 0.93 | 0.62 |
| Hex | ED | 45 | F8 | 4 | 48 | 0 | 3 | 128 | 5D | 3E |
| Octal | 355 | 105 | 370 | 4 | 110 | 0 | 3 | 450 | 135 | 76 |
| Binary | 11101101 | 1000101 | 11111000 | 100 | 1001000 | 0 | 11 | 100101000 | 1011101 | 111110 |
Color Harmonies of #ED45F8
Complementary color
Monochromatic Colors of #ED45F8
Black with #ED45F8
Text Example
Text Example
White with #ED45F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED45F8; }
p { color: rgb(237,69,248); }
H1.HeaderClassName
{
color: #ED45F8;
}
.AnyTagClassName
{
color: #ED45F8;
}
</style>
background-color css
<style>
a { background-color: #ED45F8; }
a { background-color: rgb(237,69,248); }
div.DivClassName
{
background-color: #ED45F8;
}
.BgClassName
{
background-color: #ED45F8;
}
</style>
border-color css
<style>
span { border-color: #ED45F8; }
span { border-color: rgb(237,69,248); }
td.TdClassName
{
border-color: #ED45F8;
}
.TagClassName
{
border-color: #ED45F8;
}
</style>