Shades of Pink Flamingo #ED64ED
Tints of Pink Flamingo #ED64ED
RGB
CMYK
RGB Variations
Color information
#ED64ED (or 0xED64ED) is known color: Pink Flamingo. HEX triplet: ED, 64 and ED. RGB value is (237,100,237). Sum of RGB (Red+Green+Blue) = 237+100+237=574 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.29% from 574); Green value is 100 (39.45% from 255 or 17.42% from 574); Blue value is 237 (92.97% from 255 or 41.29% from 574); Max value from RGB is 237 - color contains mainly: red, blue. Hex color #ED64ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED64ED is #129B12. Grayscale: #9C9C9C. Windows color (decimal): -1219347 or 15557869. OLE color: 15557869.
HSL color Cylindrical-coordinate representation of color #ED64ED: hue angle of 300º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ED64ED is Cyan = 0, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 100 | 237 | - |
CMYK | 0 | 0.58 | 0 | 0.07 |
HSL | 300º | 0.79% | 0.66% | - |
HSV(B) | 300º | 0.58% | 0.93% | - |
XYZ | 54.77 | 33.23 | 83.65 | - |
YUV | 156.58 | 173.39 | 185.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 100 | 237 | 0 | 0.58 | 0 | 0.07 | 300 | 0.79 | 0.66 |
Hex | ED | 64 | ED | 0 | 3A | 0 | 7 | 12C | 4F | 42 |
Octal | 355 | 144 | 355 | 0 | 72 | 0 | 7 | 454 | 117 | 102 |
Binary | 11101101 | 1100100 | 11101101 | 0 | 111010 | 0 | 111 | 100101100 | 1001111 | 1000010 |
Color Harmonies of #ED64ED
Complementary color
Monochromatic Colors of #ED64ED
Black with #ED64ED
Text Example
Text Example
White with #ED64ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED64ED; }
p { color: rgb(237,100,237); }
H1.HeaderClassName
{
color: #ED64ED;
}
.AnyTagClassName
{
color: #ED64ED;
}
</style>
background-color css
<style>
a { background-color: #ED64ED; }
a { background-color: rgb(237,100,237); }
div.DivClassName
{
background-color: #ED64ED;
}
.BgClassName
{
background-color: #ED64ED;
}
</style>
border-color css
<style>
span { border-color: #ED64ED; }
span { border-color: rgb(237,100,237); }
td.TdClassName
{
border-color: #ED64ED;
}
.TagClassName
{
border-color: #ED64ED;
}
</style>