Shades of Pink Flamingo #E955F3
Tints of Pink Flamingo #E955F3
RGB
CMYK
RGB Variations
Color information
#E955F3 (or 0xE955F3) is known color: Pink Flamingo. HEX triplet: E9, 55 and F3. RGB value is (233,85,243). Sum of RGB (Red+Green+Blue) = 233+85+243=561 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.53% from 561); Green value is 85 (33.59% from 255 or 15.15% from 561); Blue value is 243 (95.31% from 255 or 43.32% from 561); Max value from RGB is 243 - color contains mainly: blue. Hex color #E955F3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E955F3 is #16AA0C. Grayscale: #929292. Windows color (decimal): -1485325 or 15947241. OLE color: 15947241.
HSL color Cylindrical-coordinate representation of color #E955F3: hue angle of 296.2º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E955F3 is Cyan = 0.04, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 233 | 85 | 243 | - |
| CMYK | 0.04 | 0.65 | 0 | 0.05 |
| HSL | 296.2º | 0.87% | 0.64% | - |
| HSV(B) | 296.2º | 0.65% | 0.95% | - |
| XYZ | 53.03 | 30.29 | 87.85 | - |
| YUV | 147.26 | 182.03 | 189.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 85 | 243 | 0.04 | 0.65 | 0 | 0.05 | 296.2 | 0.87 | 0.64 |
| Hex | E9 | 55 | F3 | 4 | 41 | 0 | 5 | 128 | 57 | 40 |
| Octal | 351 | 125 | 363 | 4 | 101 | 0 | 5 | 450 | 127 | 100 |
| Binary | 11101001 | 1010101 | 11110011 | 100 | 1000001 | 0 | 101 | 100101000 | 1010111 | 1000000 |
Color Harmonies of #E955F3
Complementary color
Monochromatic Colors of #E955F3
Black with #E955F3
Text Example
Text Example
White with #E955F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E955F3; }
p { color: rgb(233,85,243); }
H1.HeaderClassName
{
color: #E955F3;
}
.AnyTagClassName
{
color: #E955F3;
}
</style>
background-color css
<style>
a { background-color: #E955F3; }
a { background-color: rgb(233,85,243); }
div.DivClassName
{
background-color: #E955F3;
}
.BgClassName
{
background-color: #E955F3;
}
</style>
border-color css
<style>
span { border-color: #E955F3; }
span { border-color: rgb(233,85,243); }
td.TdClassName
{
border-color: #E955F3;
}
.TagClassName
{
border-color: #E955F3;
}
</style>