Shades of Pink Flamingo #ED65ED
Tints of Pink Flamingo #ED65ED
RGB
CMYK
RGB Variations
Color information
#ED65ED (or 0xED65ED) is known color: Pink Flamingo. HEX triplet: ED, 65 and ED. RGB value is (237,101,237). Sum of RGB (Red+Green+Blue) = 237+101+237=575 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.22% from 575); Green value is 101 (39.84% from 255 or 17.57% from 575); Blue value is 237 (92.97% from 255 or 41.22% from 575); Max value from RGB is 237 - color contains mainly: red, blue. Hex color #ED65ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED65ED is #129A12. Grayscale: #9C9C9C. Windows color (decimal): -1219091 or 15558125. OLE color: 15558125.
HSL color Cylindrical-coordinate representation of color #ED65ED: 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.57%. Process color model (Four color, CMYK) of #ED65ED is Cyan = 0, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 101 | 237 | - |
CMYK | 0 | 0.57 | 0 | 0.07 |
HSL | 300º | 0.79% | 0.66% | - |
HSV(B) | 300º | 0.57% | 0.93% | - |
XYZ | 54.86 | 33.43 | 83.68 | - |
YUV | 157.17 | 173.06 | 184.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 101 | 237 | 0 | 0.57 | 0 | 0.07 | 300 | 0.79 | 0.66 |
Hex | ED | 65 | ED | 0 | 39 | 0 | 7 | 12C | 4F | 42 |
Octal | 355 | 145 | 355 | 0 | 71 | 0 | 7 | 454 | 117 | 102 |
Binary | 11101101 | 1100101 | 11101101 | 0 | 111001 | 0 | 111 | 100101100 | 1001111 | 1000010 |
Color Harmonies of #ED65ED
Complementary color
Monochromatic Colors of #ED65ED
Black with #ED65ED
Text Example
Text Example
White with #ED65ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED65ED; }
p { color: rgb(237,101,237); }
H1.HeaderClassName
{
color: #ED65ED;
}
.AnyTagClassName
{
color: #ED65ED;
}
</style>
background-color css
<style>
a { background-color: #ED65ED; }
a { background-color: rgb(237,101,237); }
div.DivClassName
{
background-color: #ED65ED;
}
.BgClassName
{
background-color: #ED65ED;
}
</style>
border-color css
<style>
span { border-color: #ED65ED; }
span { border-color: rgb(237,101,237); }
td.TdClassName
{
border-color: #ED65ED;
}
.TagClassName
{
border-color: #ED65ED;
}
</style>