Shades of Pink Flamingo #EE43FD
Tints of Pink Flamingo #EE43FD
RGB
CMYK
RGB Variations
Color information
#EE43FD (or 0xEE43FD) is known color: Pink Flamingo. HEX triplet: EE, 43 and FD. RGB value is (238,67,253). Sum of RGB (Red+Green+Blue) = 238+67+253=558 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.65% from 558); Green value is 67 (26.56% from 255 or 12.01% from 558); Blue value is 253 (99.22% from 255 or 45.34% from 558); Max value from RGB is 253 - color contains mainly: blue. Hex color #EE43FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE43FD is #11BC02. Grayscale: #8A8A8A. Windows color (decimal): -1162243 or 16597998. OLE color: 16597998.
HSL color Cylindrical-coordinate representation of color #EE43FD: hue angle of 295.16º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EE43FD is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 238 | 67 | 253 | - |
| CMYK | 0.06 | 0.74 | 0 | 0.01 |
| HSL | 295.16º | 0.98% | 0.63% | - |
| HSV(B) | 295.16º | 0.74% | 0.99% | - |
| XYZ | 55 | 29.28 | 95.68 | - |
| YUV | 139.33 | 192.15 | 198.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 67 | 253 | 0.06 | 0.74 | 0 | 0.01 | 295.16 | 0.98 | 0.63 |
| Hex | EE | 43 | FD | 6 | 4A | 0 | 1 | 127 | 62 | 3F |
| Octal | 356 | 103 | 375 | 6 | 112 | 0 | 1 | 447 | 142 | 77 |
| Binary | 11101110 | 1000011 | 11111101 | 110 | 1001010 | 0 | 1 | 100100111 | 1100010 | 111111 |
Color Harmonies of #EE43FD
Complementary color
Monochromatic Colors of #EE43FD
Black with #EE43FD
Text Example
Text Example
White with #EE43FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE43FD; }
p { color: rgb(238,67,253); }
H1.HeaderClassName
{
color: #EE43FD;
}
.AnyTagClassName
{
color: #EE43FD;
}
</style>
background-color css
<style>
a { background-color: #EE43FD; }
a { background-color: rgb(238,67,253); }
div.DivClassName
{
background-color: #EE43FD;
}
.BgClassName
{
background-color: #EE43FD;
}
</style>
border-color css
<style>
span { border-color: #EE43FD; }
span { border-color: rgb(238,67,253); }
td.TdClassName
{
border-color: #EE43FD;
}
.TagClassName
{
border-color: #EE43FD;
}
</style>