Shades of Pink Flamingo #ED65FA
Tints of Pink Flamingo #ED65FA
RGB
CMYK
RGB Variations
Color information
#ED65FA (or 0xED65FA) is known color: Pink Flamingo. HEX triplet: ED, 65 and FA. RGB value is (237,101,250). Sum of RGB (Red+Green+Blue) = 237+101+250=588 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.31% from 588); Green value is 101 (39.84% from 255 or 17.18% from 588); Blue value is 250 (98.05% from 255 or 42.52% from 588); Max value from RGB is 250 - color contains mainly: blue. Hex color #ED65FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED65FA is #129A05. Grayscale: #9E9E9E. Windows color (decimal): -1219078 or 16410093. OLE color: 16410093.
HSL color Cylindrical-coordinate representation of color #ED65FA: hue angle of 294.77º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ED65FA is Cyan = 0.05, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 101 | 250 | - |
| CMYK | 0.05 | 0.60 | 0 | 0.02 |
| HSL | 294.77º | 0.94% | 0.69% | - |
| HSV(B) | 294.77º | 0.6% | 0.98% | - |
| XYZ | 56.83 | 34.21 | 94.05 | - |
| YUV | 158.65 | 179.56 | 183.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 101 | 250 | 0.05 | 0.60 | 0 | 0.02 | 294.77 | 0.94 | 0.69 |
| Hex | ED | 65 | FA | 5 | 3C | 0 | 2 | 127 | 5E | 45 |
| Octal | 355 | 145 | 372 | 5 | 74 | 0 | 2 | 447 | 136 | 105 |
| Binary | 11101101 | 1100101 | 11111010 | 101 | 111100 | 0 | 10 | 100100111 | 1011110 | 1000101 |
Color Harmonies of #ED65FA
Complementary color
Monochromatic Colors of #ED65FA
Black with #ED65FA
Text Example
Text Example
White with #ED65FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED65FA; }
p { color: rgb(237,101,250); }
H1.HeaderClassName
{
color: #ED65FA;
}
.AnyTagClassName
{
color: #ED65FA;
}
</style>
background-color css
<style>
a { background-color: #ED65FA; }
a { background-color: rgb(237,101,250); }
div.DivClassName
{
background-color: #ED65FA;
}
.BgClassName
{
background-color: #ED65FA;
}
</style>
border-color css
<style>
span { border-color: #ED65FA; }
span { border-color: rgb(237,101,250); }
td.TdClassName
{
border-color: #ED65FA;
}
.TagClassName
{
border-color: #ED65FA;
}
</style>