Shades of Pink Flamingo #EE67ED
Tints of Pink Flamingo #EE67ED
RGB
CMYK
RGB Variations
Color information
#EE67ED (or 0xEE67ED) is known color: Pink Flamingo. HEX triplet: EE, 67 and ED. RGB value is (238,103,237). Sum of RGB (Red+Green+Blue) = 238+103+237=578 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.18% from 578); Green value is 103 (40.62% from 255 or 17.82% from 578); Blue value is 237 (92.97% from 255 or 41.00% from 578); Max value from RGB is 238 - color contains mainly: red. Hex color #EE67ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE67ED is #119812. Grayscale: #9E9E9E. Windows color (decimal): -1153043 or 15558638. OLE color: 15558638.
HSL color Cylindrical-coordinate representation of color #EE67ED: hue angle of 300.44º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EE67ED is Cyan = 0, Magento = 0.57, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 103 | 237 | - |
| CMYK | 0 | 0.57 | 0.00 | 0.07 |
| HSL | 300.44º | 0.8% | 0.67% | - |
| HSV(B) | 300.44º | 0.57% | 0.93% | - |
| XYZ | 55.4 | 33.99 | 83.76 | - |
| YUV | 158.64 | 172.23 | 184.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 103 | 237 | 0 | 0.57 | 0.00 | 0.07 | 300.44 | 0.8 | 0.67 |
| Hex | EE | 67 | ED | 0 | 39 | 0 | 7 | 12C | 50 | 43 |
| Octal | 356 | 147 | 355 | 0 | 71 | 0 | 7 | 454 | 120 | 103 |
| Binary | 11101110 | 1100111 | 11101101 | 0 | 111001 | 0 | 111 | 100101100 | 1010000 | 1000011 |
Color Harmonies of #EE67ED
Complementary color
Monochromatic Colors of #EE67ED
Black with #EE67ED
Text Example
Text Example
White with #EE67ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE67ED; }
p { color: rgb(238,103,237); }
H1.HeaderClassName
{
color: #EE67ED;
}
.AnyTagClassName
{
color: #EE67ED;
}
</style>
background-color css
<style>
a { background-color: #EE67ED; }
a { background-color: rgb(238,103,237); }
div.DivClassName
{
background-color: #EE67ED;
}
.BgClassName
{
background-color: #EE67ED;
}
</style>
border-color css
<style>
span { border-color: #EE67ED; }
span { border-color: rgb(238,103,237); }
td.TdClassName
{
border-color: #EE67ED;
}
.TagClassName
{
border-color: #EE67ED;
}
</style>