Shades of Pink Flamingo #E753FD
Tints of Pink Flamingo #E753FD
RGB
CMYK
RGB Variations
Color information
#E753FD (or 0xE753FD) is known color: Pink Flamingo. HEX triplet: E7, 53 and FD. RGB value is (231,83,253). Sum of RGB (Red+Green+Blue) = 231+83+253=567 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.74% from 567); Green value is 83 (32.81% from 255 or 14.64% from 567); Blue value is 253 (99.22% from 255 or 44.62% from 567); Max value from RGB is 253 - color contains mainly: blue. Hex color #E753FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E753FD is #18AC02. Grayscale: #929292. Windows color (decimal): -1616899 or 16602087. OLE color: 16602087.
HSL color Cylindrical-coordinate representation of color #E753FD: hue angle of 292.24º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E753FD is Cyan = 0.09, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 231 | 83 | 253 | - |
| CMYK | 0.09 | 0.67 | 0 | 0.01 |
| HSL | 292.24º | 0.98% | 0.66% | - |
| HSV(B) | 292.24º | 0.67% | 0.99% | - |
| XYZ | 53.78 | 30.27 | 95.94 | - |
| YUV | 146.63 | 188.03 | 188.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 83 | 253 | 0.09 | 0.67 | 0 | 0.01 | 292.24 | 0.98 | 0.66 |
| Hex | E7 | 53 | FD | 9 | 43 | 0 | 1 | 124 | 62 | 42 |
| Octal | 347 | 123 | 375 | 11 | 103 | 0 | 1 | 444 | 142 | 102 |
| Binary | 11100111 | 1010011 | 11111101 | 1001 | 1000011 | 0 | 1 | 100100100 | 1100010 | 1000010 |
Color Harmonies of #E753FD
Complementary color
Monochromatic Colors of #E753FD
Black with #E753FD
Text Example
Text Example
White with #E753FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E753FD; }
p { color: rgb(231,83,253); }
H1.HeaderClassName
{
color: #E753FD;
}
.AnyTagClassName
{
color: #E753FD;
}
</style>
background-color css
<style>
a { background-color: #E753FD; }
a { background-color: rgb(231,83,253); }
div.DivClassName
{
background-color: #E753FD;
}
.BgClassName
{
background-color: #E753FD;
}
</style>
border-color css
<style>
span { border-color: #E753FD; }
span { border-color: rgb(231,83,253); }
td.TdClassName
{
border-color: #E753FD;
}
.TagClassName
{
border-color: #E753FD;
}
</style>