Shades of Pink Flamingo #EE69FE
Tints of Pink Flamingo #EE69FE
RGB
CMYK
RGB Variations
Color information
#EE69FE (or 0xEE69FE) is known color: Pink Flamingo. HEX triplet: EE, 69 and FE. RGB value is (238,105,254). Sum of RGB (Red+Green+Blue) = 238+105+254=597 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.87% from 597); Green value is 105 (41.41% from 255 or 17.59% from 597); Blue value is 254 (99.61% from 255 or 42.55% from 597); Max value from RGB is 254 - color contains mainly: blue. Hex color #EE69FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE69FE is #119601. Grayscale: #A1A1A1. Windows color (decimal): -1152514 or 16673262. OLE color: 16673262.
HSL color Cylindrical-coordinate representation of color #EE69FE: hue angle of 293.56º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EE69FE is Cyan = 0.06, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 238 | 105 | 254 | - |
| CMYK | 0.06 | 0.59 | 0 | 0.00 |
| HSL | 293.56º | 0.99% | 0.7% | - |
| HSV(B) | 293.56º | 0.59% | 1% | - |
| XYZ | 58.2 | 35.44 | 97.54 | - |
| YUV | 161.75 | 180.06 | 182.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 105 | 254 | 0.06 | 0.59 | 0 | 0.00 | 293.56 | 0.99 | 0.7 |
| Hex | EE | 69 | FE | 6 | 3B | 0 | 0 | 126 | 63 | 46 |
| Octal | 356 | 151 | 376 | 6 | 73 | 0 | 0 | 446 | 143 | 106 |
| Binary | 11101110 | 1101001 | 11111110 | 110 | 111011 | 0 | 0 | 100100110 | 1100011 | 1000110 |
Color Harmonies of #EE69FE
Complementary color
Monochromatic Colors of #EE69FE
Black with #EE69FE
Text Example
Text Example
White with #EE69FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE69FE; }
p { color: rgb(238,105,254); }
H1.HeaderClassName
{
color: #EE69FE;
}
.AnyTagClassName
{
color: #EE69FE;
}
</style>
background-color css
<style>
a { background-color: #EE69FE; }
a { background-color: rgb(238,105,254); }
div.DivClassName
{
background-color: #EE69FE;
}
.BgClassName
{
background-color: #EE69FE;
}
</style>
border-color css
<style>
span { border-color: #EE69FE; }
span { border-color: rgb(238,105,254); }
td.TdClassName
{
border-color: #EE69FE;
}
.TagClassName
{
border-color: #EE69FE;
}
</style>