Shades of Pink Flamingo #EE69ED
Tints of Pink Flamingo #EE69ED
RGB
CMYK
RGB Variations
Color information
#EE69ED (or 0xEE69ED) is known color: Pink Flamingo. HEX triplet: EE, 69 and ED. RGB value is (238,105,237). Sum of RGB (Red+Green+Blue) = 238+105+237=580 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.03% from 580); Green value is 105 (41.41% from 255 or 18.10% from 580); Blue value is 237 (92.97% from 255 or 40.86% from 580); Max value from RGB is 238 - color contains mainly: red. Hex color #EE69ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE69ED is #119612. Grayscale: #9F9F9F. Windows color (decimal): -1152531 or 15559150. OLE color: 15559150.
HSL color Cylindrical-coordinate representation of color #EE69ED: hue angle of 300.45º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EE69ED is Cyan = 0, Magento = 0.56, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 105 | 237 | - |
| CMYK | 0 | 0.56 | 0.00 | 0.07 |
| HSL | 300.45º | 0.8% | 0.67% | - |
| HSV(B) | 300.45º | 0.56% | 0.93% | - |
| XYZ | 55.6 | 34.39 | 83.83 | - |
| YUV | 159.82 | 171.56 | 183.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 105 | 237 | 0 | 0.56 | 0.00 | 0.07 | 300.45 | 0.8 | 0.67 |
| Hex | EE | 69 | ED | 0 | 38 | 0 | 7 | 12C | 50 | 43 |
| Octal | 356 | 151 | 355 | 0 | 70 | 0 | 7 | 454 | 120 | 103 |
| Binary | 11101110 | 1101001 | 11101101 | 0 | 111000 | 0 | 111 | 100101100 | 1010000 | 1000011 |
Color Harmonies of #EE69ED
Complementary color
Monochromatic Colors of #EE69ED
Black with #EE69ED
Text Example
Text Example
White with #EE69ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE69ED; }
p { color: rgb(238,105,237); }
H1.HeaderClassName
{
color: #EE69ED;
}
.AnyTagClassName
{
color: #EE69ED;
}
</style>
background-color css
<style>
a { background-color: #EE69ED; }
a { background-color: rgb(238,105,237); }
div.DivClassName
{
background-color: #EE69ED;
}
.BgClassName
{
background-color: #EE69ED;
}
</style>
border-color css
<style>
span { border-color: #EE69ED; }
span { border-color: rgb(238,105,237); }
td.TdClassName
{
border-color: #EE69ED;
}
.TagClassName
{
border-color: #EE69ED;
}
</style>