Shades of Pink Flamingo #EE6AF5
Tints of Pink Flamingo #EE6AF5
RGB
CMYK
RGB Variations
Color information
#EE6AF5 (or 0xEE6AF5) is known color: Pink Flamingo. HEX triplet: EE, 6A and F5. RGB value is (238,106,245). Sum of RGB (Red+Green+Blue) = 238+106+245=589 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.41% from 589); Green value is 106 (41.80% from 255 or 18.00% from 589); Blue value is 245 (96.09% from 255 or 41.60% from 589); Max value from RGB is 245 - color contains mainly: blue. Hex color #EE6AF5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE6AF5 is #11950A. Grayscale: #A0A0A0. Windows color (decimal): -1152267 or 16083694. OLE color: 16083694.
HSL color Cylindrical-coordinate representation of color #EE6AF5: hue angle of 296.98º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EE6AF5 is Cyan = 0.03, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 106 | 245 | - |
| CMYK | 0.03 | 0.57 | 0 | 0.04 |
| HSL | 296.98º | 0.87% | 0.69% | - |
| HSV(B) | 296.98º | 0.57% | 0.96% | - |
| XYZ | 56.9 | 35.08 | 90.16 | - |
| YUV | 161.31 | 175.23 | 182.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 106 | 245 | 0.03 | 0.57 | 0 | 0.04 | 296.98 | 0.87 | 0.69 |
| Hex | EE | 6A | F5 | 3 | 39 | 0 | 4 | 129 | 57 | 45 |
| Octal | 356 | 152 | 365 | 3 | 71 | 0 | 4 | 451 | 127 | 105 |
| Binary | 11101110 | 1101010 | 11110101 | 11 | 111001 | 0 | 100 | 100101001 | 1010111 | 1000101 |
Color Harmonies of #EE6AF5
Complementary color
Monochromatic Colors of #EE6AF5
Black with #EE6AF5
Text Example
Text Example
White with #EE6AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6AF5; }
p { color: rgb(238,106,245); }
H1.HeaderClassName
{
color: #EE6AF5;
}
.AnyTagClassName
{
color: #EE6AF5;
}
</style>
background-color css
<style>
a { background-color: #EE6AF5; }
a { background-color: rgb(238,106,245); }
div.DivClassName
{
background-color: #EE6AF5;
}
.BgClassName
{
background-color: #EE6AF5;
}
</style>
border-color css
<style>
span { border-color: #EE6AF5; }
span { border-color: rgb(238,106,245); }
td.TdClassName
{
border-color: #EE6AF5;
}
.TagClassName
{
border-color: #EE6AF5;
}
</style>