Shades of Pink Flamingo #ED38F9
Tints of Pink Flamingo #ED38F9
RGB
CMYK
RGB Variations
Color information
#ED38F9 (or 0xED38F9) is known color: Pink Flamingo. HEX triplet: ED, 38 and F9. RGB value is (237,56,249). Sum of RGB (Red+Green+Blue) = 237+56+249=542 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.73% from 542); Green value is 56 (22.27% from 255 or 10.33% from 542); Blue value is 249 (97.66% from 255 or 45.94% from 542); Max value from RGB is 249 - color contains mainly: blue. Hex color #ED38F9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED38F9 is #12C706. Grayscale: #838383. Windows color (decimal): -1230599 or 16333037. OLE color: 16333037.
HSL color Cylindrical-coordinate representation of color #ED38F9: hue angle of 296.27º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ED38F9 is Cyan = 0.05, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 237 | 56 | 249 | - |
CMYK | 0.05 | 0.78 | 0 | 0.02 |
HSL | 296.27º | 0.94% | 0.6% | - |
HSV(B) | 296.27º | 0.78% | 0.98% | - |
XYZ | 53.44 | 27.67 | 92.15 | - |
YUV | 132.12 | 193.97 | 202.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 56 | 249 | 0.05 | 0.78 | 0 | 0.02 | 296.27 | 0.94 | 0.6 |
Hex | ED | 38 | F9 | 5 | 4E | 0 | 2 | 128 | 5E | 3C |
Octal | 355 | 70 | 371 | 5 | 116 | 0 | 2 | 450 | 136 | 74 |
Binary | 11101101 | 111000 | 11111001 | 101 | 1001110 | 0 | 10 | 100101000 | 1011110 | 111100 |
Color Harmonies of #ED38F9
Complementary color
Monochromatic Colors of #ED38F9
Black with #ED38F9
Text Example
Text Example
White with #ED38F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED38F9; }
p { color: rgb(237,56,249); }
H1.HeaderClassName
{
color: #ED38F9;
}
.AnyTagClassName
{
color: #ED38F9;
}
</style>
background-color css
<style>
a { background-color: #ED38F9; }
a { background-color: rgb(237,56,249); }
div.DivClassName
{
background-color: #ED38F9;
}
.BgClassName
{
background-color: #ED38F9;
}
</style>
border-color css
<style>
span { border-color: #ED38F9; }
span { border-color: rgb(237,56,249); }
td.TdClassName
{
border-color: #ED38F9;
}
.TagClassName
{
border-color: #ED38F9;
}
</style>