Shades of Pink Flamingo #E935FD
Tints of Pink Flamingo #E935FD
RGB
CMYK
RGB Variations
Color information
#E935FD (or 0xE935FD) is known color: Pink Flamingo. HEX triplet: E9, 35 and FD. RGB value is (233,53,253). Sum of RGB (Red+Green+Blue) = 233+53+253=539 (71% of max value = 765). Red value is 233 (91.41% from 255 or 43.23% from 539); Green value is 53 (21.09% from 255 or 9.83% from 539); Blue value is 253 (99.22% from 255 or 46.94% from 539); Max value from RGB is 253 - color contains mainly: blue. Hex color #E935FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E935FD is #16CA02. Grayscale: #818181. Windows color (decimal): -1493507 or 16594409. OLE color: 16594409.
HSL color Cylindrical-coordinate representation of color #E935FD: hue angle of 294º degrees, saturation: 0.98, 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 #E935FD is Cyan = 0.08, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 233 | 53 | 253 | - |
| CMYK | 0.08 | 0.79 | 0 | 0.01 |
| HSL | 294º | 0.98% | 0.6% | - |
| HSV(B) | 294º | 0.79% | 0.99% | - |
| XYZ | 52.61 | 26.96 | 95.36 | - |
| YUV | 129.62 | 197.63 | 201.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 53 | 253 | 0.08 | 0.79 | 0 | 0.01 | 294 | 0.98 | 0.6 |
| Hex | E9 | 35 | FD | 8 | 4F | 0 | 1 | 126 | 62 | 3C |
| Octal | 351 | 65 | 375 | 10 | 117 | 0 | 1 | 446 | 142 | 74 |
| Binary | 11101001 | 110101 | 11111101 | 1000 | 1001111 | 0 | 1 | 100100110 | 1100010 | 111100 |
Color Harmonies of #E935FD
Complementary color
Monochromatic Colors of #E935FD
Black with #E935FD
Text Example
Text Example
White with #E935FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E935FD; }
p { color: rgb(233,53,253); }
H1.HeaderClassName
{
color: #E935FD;
}
.AnyTagClassName
{
color: #E935FD;
}
</style>
background-color css
<style>
a { background-color: #E935FD; }
a { background-color: rgb(233,53,253); }
div.DivClassName
{
background-color: #E935FD;
}
.BgClassName
{
background-color: #E935FD;
}
</style>
border-color css
<style>
span { border-color: #E935FD; }
span { border-color: rgb(233,53,253); }
td.TdClassName
{
border-color: #E935FD;
}
.TagClassName
{
border-color: #E935FD;
}
</style>