Shades of Pink Flamingo #E935FC
Tints of Pink Flamingo #E935FC
RGB
CMYK
RGB Variations
Color information
#E935FC (or 0xE935FC) is known color: Pink Flamingo. HEX triplet: E9, 35 and FC. RGB value is (233,53,252). Sum of RGB (Red+Green+Blue) = 233+53+252=538 (71% of max value = 765). Red value is 233 (91.41% from 255 or 43.31% from 538); Green value is 53 (21.09% from 255 or 9.85% from 538); Blue value is 252 (98.83% from 255 or 46.84% from 538); Max value from RGB is 252 - color contains mainly: blue. Hex color #E935FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E935FC is #16CA03. Grayscale: #808080. Windows color (decimal): -1493508 or 16528873. OLE color: 16528873.
HSL color Cylindrical-coordinate representation of color #E935FC: hue angle of 294.27º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E935FC is Cyan = 0.08, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 233 | 53 | 252 | - |
| CMYK | 0.08 | 0.79 | 0 | 0.01 |
| HSL | 294.27º | 0.97% | 0.6% | - |
| HSV(B) | 294.27º | 0.79% | 0.99% | - |
| XYZ | 52.45 | 26.9 | 94.52 | - |
| YUV | 129.51 | 197.13 | 201.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 53 | 252 | 0.08 | 0.79 | 0 | 0.01 | 294.27 | 0.97 | 0.6 |
| Hex | E9 | 35 | FC | 8 | 4F | 0 | 1 | 126 | 61 | 3C |
| Octal | 351 | 65 | 374 | 10 | 117 | 0 | 1 | 446 | 141 | 74 |
| Binary | 11101001 | 110101 | 11111100 | 1000 | 1001111 | 0 | 1 | 100100110 | 1100001 | 111100 |
Color Harmonies of #E935FC
Complementary color
Monochromatic Colors of #E935FC
Black with #E935FC
Text Example
Text Example
White with #E935FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E935FC; }
p { color: rgb(233,53,252); }
H1.HeaderClassName
{
color: #E935FC;
}
.AnyTagClassName
{
color: #E935FC;
}
</style>
background-color css
<style>
a { background-color: #E935FC; }
a { background-color: rgb(233,53,252); }
div.DivClassName
{
background-color: #E935FC;
}
.BgClassName
{
background-color: #E935FC;
}
</style>
border-color css
<style>
span { border-color: #E935FC; }
span { border-color: rgb(233,53,252); }
td.TdClassName
{
border-color: #E935FC;
}
.TagClassName
{
border-color: #E935FC;
}
</style>