Shades of Pink Flamingo #EE67FE
Tints of Pink Flamingo #EE67FE
RGB
CMYK
RGB Variations
Color information
#EE67FE (or 0xEE67FE) is known color: Pink Flamingo. HEX triplet: EE, 67 and FE. RGB value is (238,103,254). Sum of RGB (Red+Green+Blue) = 238+103+254=595 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40% from 595); Green value is 103 (40.62% from 255 or 17.31% from 595); Blue value is 254 (99.61% from 255 or 42.69% from 595); Max value from RGB is 254 - color contains mainly: blue. Hex color #EE67FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE67FE is #119801. Grayscale: #A0A0A0. Windows color (decimal): -1153026 or 16672750. OLE color: 16672750.
HSL color Cylindrical-coordinate representation of color #EE67FE: hue angle of 293.64º 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 #EE67FE is Cyan = 0.06, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 238 | 103 | 254 | - |
| CMYK | 0.06 | 0.59 | 0 | 0.00 |
| HSL | 293.64º | 0.99% | 0.7% | - |
| HSV(B) | 293.64º | 0.59% | 1% | - |
| XYZ | 58 | 35.03 | 97.47 | - |
| YUV | 160.58 | 180.73 | 183.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 103 | 254 | 0.06 | 0.59 | 0 | 0.00 | 293.64 | 0.99 | 0.7 |
| Hex | EE | 67 | FE | 6 | 3B | 0 | 0 | 126 | 63 | 46 |
| Octal | 356 | 147 | 376 | 6 | 73 | 0 | 0 | 446 | 143 | 106 |
| Binary | 11101110 | 1100111 | 11111110 | 110 | 111011 | 0 | 0 | 100100110 | 1100011 | 1000110 |
Color Harmonies of #EE67FE
Complementary color
Monochromatic Colors of #EE67FE
Black with #EE67FE
Text Example
Text Example
White with #EE67FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE67FE; }
p { color: rgb(238,103,254); }
H1.HeaderClassName
{
color: #EE67FE;
}
.AnyTagClassName
{
color: #EE67FE;
}
</style>
background-color css
<style>
a { background-color: #EE67FE; }
a { background-color: rgb(238,103,254); }
div.DivClassName
{
background-color: #EE67FE;
}
.BgClassName
{
background-color: #EE67FE;
}
</style>
border-color css
<style>
span { border-color: #EE67FE; }
span { border-color: rgb(238,103,254); }
td.TdClassName
{
border-color: #EE67FE;
}
.TagClassName
{
border-color: #EE67FE;
}
</style>