Shades of Pink Flamingo #EE69FF
Tints of Pink Flamingo #EE69FF
RGB
CMYK
RGB Variations
Color information
#EE69FF (or 0xEE69FF) is known color: Pink Flamingo. HEX triplet: EE, 69 and FF. RGB value is (238,105,255). Sum of RGB (Red+Green+Blue) = 238+105+255=598 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.80% from 598); Green value is 105 (41.41% from 255 or 17.56% from 598); Blue value is 255 (100% from 255 or 42.64% from 598); Max value from RGB is 255 - color contains mainly: blue. Hex color #EE69FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE69FF is #119600. Grayscale: #A1A1A1. Windows color (decimal): -1152513 or 16738798. OLE color: 16738798.
HSL color Cylindrical-coordinate representation of color #EE69FF: hue angle of 293.2º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EE69FF is Cyan = 0.07, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 105 | 255 | - |
| CMYK | 0.07 | 0.59 | 0 | 0 |
| HSL | 293.2º | 1% | 0.71% | - |
| HSV(B) | 293.2º | 0.59% | 1% | - |
| XYZ | 58.36 | 35.5 | 98.38 | - |
| YUV | 161.87 | 180.56 | 182.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 105 | 255 | 0.07 | 0.59 | 0 | 0 | 293.2 | 1 | 0.71 |
| Hex | EE | 69 | FF | 7 | 3B | 0 | 0 | 125 | 64 | 47 |
| Octal | 356 | 151 | 377 | 7 | 73 | 0 | 0 | 445 | 144 | 107 |
| Binary | 11101110 | 1101001 | 11111111 | 111 | 111011 | 0 | 0 | 100100101 | 1100100 | 1000111 |
Color Harmonies of #EE69FF
Complementary color
Monochromatic Colors of #EE69FF
Black with #EE69FF
Text Example
Text Example
White with #EE69FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE69FF; }
p { color: rgb(238,105,255); }
H1.HeaderClassName
{
color: #EE69FF;
}
.AnyTagClassName
{
color: #EE69FF;
}
</style>
background-color css
<style>
a { background-color: #EE69FF; }
a { background-color: rgb(238,105,255); }
div.DivClassName
{
background-color: #EE69FF;
}
.BgClassName
{
background-color: #EE69FF;
}
</style>
border-color css
<style>
span { border-color: #EE69FF; }
span { border-color: rgb(238,105,255); }
td.TdClassName
{
border-color: #EE69FF;
}
.TagClassName
{
border-color: #EE69FF;
}
</style>