Shades of Pink Flamingo #EE3EFE
Tints of Pink Flamingo #EE3EFE
RGB
CMYK
RGB Variations
Color information
#EE3EFE (or 0xEE3EFE) is known color: Pink Flamingo. HEX triplet: EE, 3E and FE. RGB value is (238,62,254). Sum of RGB (Red+Green+Blue) = 238+62+254=554 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.96% from 554); Green value is 62 (24.61% from 255 or 11.19% from 554); Blue value is 254 (99.61% from 255 or 45.85% from 554); Max value from RGB is 254 - color contains mainly: blue. Hex color #EE3EFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE3EFE is #11C101. Grayscale: #878787. Windows color (decimal): -1163522 or 16662254. OLE color: 16662254.
HSL color Cylindrical-coordinate representation of color #EE3EFE: hue angle of 295º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EE3EFE is Cyan = 0.06, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 238 | 62 | 254 | - |
| CMYK | 0.06 | 0.76 | 0 | 0.00 |
| HSL | 295º | 0.99% | 0.62% | - |
| HSV(B) | 295º | 0.76% | 1% | - |
| XYZ | 54.87 | 28.78 | 96.43 | - |
| YUV | 136.51 | 194.31 | 200.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 62 | 254 | 0.06 | 0.76 | 0 | 0.00 | 295 | 0.99 | 0.62 |
| Hex | EE | 3E | FE | 6 | 4C | 0 | 0 | 127 | 63 | 3E |
| Octal | 356 | 76 | 376 | 6 | 114 | 0 | 0 | 447 | 143 | 76 |
| Binary | 11101110 | 111110 | 11111110 | 110 | 1001100 | 0 | 0 | 100100111 | 1100011 | 111110 |
Color Harmonies of #EE3EFE
Complementary color
Monochromatic Colors of #EE3EFE
Black with #EE3EFE
Text Example
Text Example
White with #EE3EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3EFE; }
p { color: rgb(238,62,254); }
H1.HeaderClassName
{
color: #EE3EFE;
}
.AnyTagClassName
{
color: #EE3EFE;
}
</style>
background-color css
<style>
a { background-color: #EE3EFE; }
a { background-color: rgb(238,62,254); }
div.DivClassName
{
background-color: #EE3EFE;
}
.BgClassName
{
background-color: #EE3EFE;
}
</style>
border-color css
<style>
span { border-color: #EE3EFE; }
span { border-color: rgb(238,62,254); }
td.TdClassName
{
border-color: #EE3EFE;
}
.TagClassName
{
border-color: #EE3EFE;
}
</style>