Shades of Pink Flamingo #EE3DFF
Tints of Pink Flamingo #EE3DFF
RGB
CMYK
RGB Variations
Color information
#EE3DFF (or 0xEE3DFF) is known color: Pink Flamingo. HEX triplet: EE, 3D and FF. RGB value is (238,61,255). Sum of RGB (Red+Green+Blue) = 238+61+255=554 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.96% from 554); Green value is 61 (24.22% from 255 or 11.01% from 554); Blue value is 255 (100% from 255 or 46.03% from 554); Max value from RGB is 255 - color contains mainly: blue. Hex color #EE3DFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE3DFF is #11C200. Grayscale: #878787. Windows color (decimal): -1163777 or 16727534. OLE color: 16727534.
HSL color Cylindrical-coordinate representation of color #EE3DFF: hue angle of 294.74º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EE3DFF is Cyan = 0.07, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 61 | 255 | - |
| CMYK | 0.07 | 0.76 | 0 | 0 |
| HSL | 294.74º | 1% | 0.62% | - |
| HSV(B) | 294.74º | 0.76% | 1% | - |
| XYZ | 54.98 | 28.73 | 97.26 | - |
| YUV | 136.04 | 195.14 | 200.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 61 | 255 | 0.07 | 0.76 | 0 | 0 | 294.74 | 1 | 0.62 |
| Hex | EE | 3D | FF | 7 | 4C | 0 | 0 | 127 | 64 | 3E |
| Octal | 356 | 75 | 377 | 7 | 114 | 0 | 0 | 447 | 144 | 76 |
| Binary | 11101110 | 111101 | 11111111 | 111 | 1001100 | 0 | 0 | 100100111 | 1100100 | 111110 |
Color Harmonies of #EE3DFF
Complementary color
Monochromatic Colors of #EE3DFF
Black with #EE3DFF
Text Example
Text Example
White with #EE3DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3DFF; }
p { color: rgb(238,61,255); }
H1.HeaderClassName
{
color: #EE3DFF;
}
.AnyTagClassName
{
color: #EE3DFF;
}
</style>
background-color css
<style>
a { background-color: #EE3DFF; }
a { background-color: rgb(238,61,255); }
div.DivClassName
{
background-color: #EE3DFF;
}
.BgClassName
{
background-color: #EE3DFF;
}
</style>
border-color css
<style>
span { border-color: #EE3DFF; }
span { border-color: rgb(238,61,255); }
td.TdClassName
{
border-color: #EE3DFF;
}
.TagClassName
{
border-color: #EE3DFF;
}
</style>