Shades of Pink Flamingo #ED67FF
Tints of Pink Flamingo #ED67FF
RGB
CMYK
RGB Variations
Color information
#ED67FF (or 0xED67FF) is known color: Pink Flamingo. HEX triplet: ED, 67 and FF. RGB value is (237,103,255). Sum of RGB (Red+Green+Blue) = 237+103+255=595 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.83% from 595); Green value is 103 (40.62% from 255 or 17.31% from 595); Blue value is 255 (100% from 255 or 42.86% from 595); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED67FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED67FF is #129800. Grayscale: #9F9F9F. Windows color (decimal): -1218561 or 16738285. OLE color: 16738285.
HSL color Cylindrical-coordinate representation of color #ED67FF: hue angle of 292.89º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ED67FF is Cyan = 0.07, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 103 | 255 | - |
| CMYK | 0.07 | 0.60 | 0 | 0 |
| HSL | 292.89º | 1% | 0.7% | - |
| HSV(B) | 292.89º | 0.6% | 1% | - |
| XYZ | 57.83 | 34.93 | 98.3 | - |
| YUV | 160.39 | 181.39 | 182.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 103 | 255 | 0.07 | 0.60 | 0 | 0 | 292.89 | 1 | 0.7 |
| Hex | ED | 67 | FF | 7 | 3C | 0 | 0 | 125 | 64 | 46 |
| Octal | 355 | 147 | 377 | 7 | 74 | 0 | 0 | 445 | 144 | 106 |
| Binary | 11101101 | 1100111 | 11111111 | 111 | 111100 | 0 | 0 | 100100101 | 1100100 | 1000110 |
Color Harmonies of #ED67FF
Complementary color
Monochromatic Colors of #ED67FF
Black with #ED67FF
Text Example
Text Example
White with #ED67FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED67FF; }
p { color: rgb(237,103,255); }
H1.HeaderClassName
{
color: #ED67FF;
}
.AnyTagClassName
{
color: #ED67FF;
}
</style>
background-color css
<style>
a { background-color: #ED67FF; }
a { background-color: rgb(237,103,255); }
div.DivClassName
{
background-color: #ED67FF;
}
.BgClassName
{
background-color: #ED67FF;
}
</style>
border-color css
<style>
span { border-color: #ED67FF; }
span { border-color: rgb(237,103,255); }
td.TdClassName
{
border-color: #ED67FF;
}
.TagClassName
{
border-color: #ED67FF;
}
</style>