Shades of Pink Flamingo #EE4AFC
Tints of Pink Flamingo #EE4AFC
RGB
CMYK
RGB Variations
Color information
#EE4AFC (or 0xEE4AFC) is known color: Pink Flamingo. HEX triplet: EE, 4A and FC. RGB value is (238,74,252). Sum of RGB (Red+Green+Blue) = 238+74+252=564 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.20% from 564); Green value is 74 (29.30% from 255 or 13.12% from 564); Blue value is 252 (98.83% from 255 or 44.68% from 564); Max value from RGB is 252 - color contains mainly: blue. Hex color #EE4AFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE4AFC is #11B503. Grayscale: #8E8E8E. Windows color (decimal): -1160452 or 16534254. OLE color: 16534254.
HSL color Cylindrical-coordinate representation of color #EE4AFC: hue angle of 295.28º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EE4AFC is Cyan = 0.06, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 238 | 74 | 252 | - |
| CMYK | 0.06 | 0.71 | 0 | 0.01 |
| HSL | 295.28º | 0.97% | 0.64% | - |
| HSV(B) | 295.28º | 0.71% | 0.99% | - |
| XYZ | 55.28 | 30.1 | 94.99 | - |
| YUV | 143.33 | 189.33 | 195.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 74 | 252 | 0.06 | 0.71 | 0 | 0.01 | 295.28 | 0.97 | 0.64 |
| Hex | EE | 4A | FC | 6 | 47 | 0 | 1 | 127 | 61 | 40 |
| Octal | 356 | 112 | 374 | 6 | 107 | 0 | 1 | 447 | 141 | 100 |
| Binary | 11101110 | 1001010 | 11111100 | 110 | 1000111 | 0 | 1 | 100100111 | 1100001 | 1000000 |
Color Harmonies of #EE4AFC
Complementary color
Monochromatic Colors of #EE4AFC
Black with #EE4AFC
Text Example
Text Example
White with #EE4AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4AFC; }
p { color: rgb(238,74,252); }
H1.HeaderClassName
{
color: #EE4AFC;
}
.AnyTagClassName
{
color: #EE4AFC;
}
</style>
background-color css
<style>
a { background-color: #EE4AFC; }
a { background-color: rgb(238,74,252); }
div.DivClassName
{
background-color: #EE4AFC;
}
.BgClassName
{
background-color: #EE4AFC;
}
</style>
border-color css
<style>
span { border-color: #EE4AFC; }
span { border-color: rgb(238,74,252); }
td.TdClassName
{
border-color: #EE4AFC;
}
.TagClassName
{
border-color: #EE4AFC;
}
</style>