Shades of Pink Flamingo #EE4FF5
Tints of Pink Flamingo #EE4FF5
RGB
CMYK
RGB Variations
Color information
#EE4FF5 (or 0xEE4FF5) is known color: Pink Flamingo. HEX triplet: EE, 4F and F5. RGB value is (238,79,245). Sum of RGB (Red+Green+Blue) = 238+79+245=562 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.35% from 562); Green value is 79 (31.25% from 255 or 14.06% from 562); Blue value is 245 (96.09% from 255 or 43.59% from 562); Max value from RGB is 245 - color contains mainly: blue. Hex color #EE4FF5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE4FF5 is #11B00A. Grayscale: #909090. Windows color (decimal): -1159179 or 16076782. OLE color: 16076782.
HSL color Cylindrical-coordinate representation of color #EE4FF5: hue angle of 297.47º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EE4FF5 is Cyan = 0.03, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 79 | 245 | - |
| CMYK | 0.03 | 0.68 | 0 | 0.04 |
| HSL | 297.47º | 0.89% | 0.64% | - |
| HSV(B) | 297.47º | 0.68% | 0.96% | - |
| XYZ | 54.54 | 30.36 | 89.37 | - |
| YUV | 145.47 | 184.18 | 194 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 79 | 245 | 0.03 | 0.68 | 0 | 0.04 | 297.47 | 0.89 | 0.64 |
| Hex | EE | 4F | F5 | 3 | 44 | 0 | 4 | 129 | 59 | 40 |
| Octal | 356 | 117 | 365 | 3 | 104 | 0 | 4 | 451 | 131 | 100 |
| Binary | 11101110 | 1001111 | 11110101 | 11 | 1000100 | 0 | 100 | 100101001 | 1011001 | 1000000 |
Color Harmonies of #EE4FF5
Complementary color
Monochromatic Colors of #EE4FF5
Black with #EE4FF5
Text Example
Text Example
White with #EE4FF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4FF5; }
p { color: rgb(238,79,245); }
H1.HeaderClassName
{
color: #EE4FF5;
}
.AnyTagClassName
{
color: #EE4FF5;
}
</style>
background-color css
<style>
a { background-color: #EE4FF5; }
a { background-color: rgb(238,79,245); }
div.DivClassName
{
background-color: #EE4FF5;
}
.BgClassName
{
background-color: #EE4FF5;
}
</style>
border-color css
<style>
span { border-color: #EE4FF5; }
span { border-color: rgb(238,79,245); }
td.TdClassName
{
border-color: #EE4FF5;
}
.TagClassName
{
border-color: #EE4FF5;
}
</style>