Shades of Pink Flamingo #EE45F8
Tints of Pink Flamingo #EE45F8
RGB
CMYK
RGB Variations
Color information
#EE45F8 (or 0xEE45F8) is known color: Pink Flamingo. HEX triplet: EE, 45 and F8. RGB value is (238,69,248). Sum of RGB (Red+Green+Blue) = 238+69+248=555 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.88% from 555); Green value is 69 (27.34% from 255 or 12.43% from 555); Blue value is 248 (97.27% from 255 or 44.68% from 555); Max value from RGB is 248 - color contains mainly: blue. Hex color #EE45F8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE45F8 is #11BA07. Grayscale: #8B8B8B. Windows color (decimal): -1161736 or 16270830. OLE color: 16270830.
HSL color Cylindrical-coordinate representation of color #EE45F8: hue angle of 296.65º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EE45F8 is Cyan = 0.04, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 238 | 69 | 248 | - |
| CMYK | 0.04 | 0.72 | 0 | 0.03 |
| HSL | 296.65º | 0.93% | 0.62% | - |
| HSV(B) | 296.65º | 0.72% | 0.97% | - |
| XYZ | 54.33 | 29.21 | 91.58 | - |
| YUV | 139.94 | 188.99 | 197.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 69 | 248 | 0.04 | 0.72 | 0 | 0.03 | 296.65 | 0.93 | 0.62 |
| Hex | EE | 45 | F8 | 4 | 48 | 0 | 3 | 129 | 5D | 3E |
| Octal | 356 | 105 | 370 | 4 | 110 | 0 | 3 | 451 | 135 | 76 |
| Binary | 11101110 | 1000101 | 11111000 | 100 | 1001000 | 0 | 11 | 100101001 | 1011101 | 111110 |
Color Harmonies of #EE45F8
Complementary color
Monochromatic Colors of #EE45F8
Black with #EE45F8
Text Example
Text Example
White with #EE45F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE45F8; }
p { color: rgb(238,69,248); }
H1.HeaderClassName
{
color: #EE45F8;
}
.AnyTagClassName
{
color: #EE45F8;
}
</style>
background-color css
<style>
a { background-color: #EE45F8; }
a { background-color: rgb(238,69,248); }
div.DivClassName
{
background-color: #EE45F8;
}
.BgClassName
{
background-color: #EE45F8;
}
</style>
border-color css
<style>
span { border-color: #EE45F8; }
span { border-color: rgb(238,69,248); }
td.TdClassName
{
border-color: #EE45F8;
}
.TagClassName
{
border-color: #EE45F8;
}
</style>