Shades of Pink Flamingo #EE67FF
Tints of Pink Flamingo #EE67FF
RGB
CMYK
RGB Variations
Color information
#EE67FF (or 0xEE67FF) is known color: Pink Flamingo. HEX triplet: EE, 67 and FF. RGB value is (238,103,255). Sum of RGB (Red+Green+Blue) = 238+103+255=596 (78% of max value = 765). Red value is 238 (93.36% from 255 or 39.93% from 596); Green value is 103 (40.62% from 255 or 17.28% from 596); Blue value is 255 (100% from 255 or 42.79% from 596); Max value from RGB is 255 - color contains mainly: blue. Hex color #EE67FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE67FF is #119800. Grayscale: #A0A0A0. Windows color (decimal): -1153025 or 16738286. OLE color: 16738286.
HSL color Cylindrical-coordinate representation of color #EE67FF: hue angle of 293.29º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EE67FF is Cyan = 0.07, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 103 | 255 | - |
| CMYK | 0.07 | 0.60 | 0 | 0 |
| HSL | 293.29º | 1% | 0.7% | - |
| HSV(B) | 293.29º | 0.6% | 1% | - |
| XYZ | 58.16 | 35.1 | 98.32 | - |
| YUV | 160.69 | 181.23 | 183.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 103 | 255 | 0.07 | 0.60 | 0 | 0 | 293.29 | 1 | 0.7 |
| Hex | EE | 67 | FF | 7 | 3C | 0 | 0 | 125 | 64 | 46 |
| Octal | 356 | 147 | 377 | 7 | 74 | 0 | 0 | 445 | 144 | 106 |
| Binary | 11101110 | 1100111 | 11111111 | 111 | 111100 | 0 | 0 | 100100101 | 1100100 | 1000110 |
Color Harmonies of #EE67FF
Complementary color
Monochromatic Colors of #EE67FF
Black with #EE67FF
Text Example
Text Example
White with #EE67FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE67FF; }
p { color: rgb(238,103,255); }
H1.HeaderClassName
{
color: #EE67FF;
}
.AnyTagClassName
{
color: #EE67FF;
}
</style>
background-color css
<style>
a { background-color: #EE67FF; }
a { background-color: rgb(238,103,255); }
div.DivClassName
{
background-color: #EE67FF;
}
.BgClassName
{
background-color: #EE67FF;
}
</style>
border-color css
<style>
span { border-color: #EE67FF; }
span { border-color: rgb(238,103,255); }
td.TdClassName
{
border-color: #EE67FF;
}
.TagClassName
{
border-color: #EE67FF;
}
</style>