Shades of Pink Flamingo #E753FF
Tints of Pink Flamingo #E753FF
RGB
CMYK
RGB Variations
Color information
#E753FF (or 0xE753FF) is known color: Pink Flamingo. HEX triplet: E7, 53 and FF. RGB value is (231,83,255). Sum of RGB (Red+Green+Blue) = 231+83+255=569 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.60% from 569); Green value is 83 (32.81% from 255 or 14.59% from 569); Blue value is 255 (100% from 255 or 44.82% from 569); Max value from RGB is 255 - color contains mainly: blue. Hex color #E753FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E753FF is #18AC00. Grayscale: #929292. Windows color (decimal): -1616897 or 16733159. OLE color: 16733159.
HSL color Cylindrical-coordinate representation of color #E753FF: hue angle of 291.63º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E753FF is Cyan = 0.09, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 231 | 83 | 255 | - |
| CMYK | 0.09 | 0.67 | 0 | 0 |
| HSL | 291.63º | 1% | 0.66% | - |
| HSV(B) | 291.63º | 0.67% | 1% | - |
| XYZ | 54.1 | 30.4 | 97.62 | - |
| YUV | 146.86 | 189.03 | 188.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 83 | 255 | 0.09 | 0.67 | 0 | 0 | 291.63 | 1 | 0.66 |
| Hex | E7 | 53 | FF | 9 | 43 | 0 | 0 | 124 | 64 | 42 |
| Octal | 347 | 123 | 377 | 11 | 103 | 0 | 0 | 444 | 144 | 102 |
| Binary | 11100111 | 1010011 | 11111111 | 1001 | 1000011 | 0 | 0 | 100100100 | 1100100 | 1000010 |
Color Harmonies of #E753FF
Complementary color
Monochromatic Colors of #E753FF
Black with #E753FF
Text Example
Text Example
White with #E753FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E753FF; }
p { color: rgb(231,83,255); }
H1.HeaderClassName
{
color: #E753FF;
}
.AnyTagClassName
{
color: #E753FF;
}
</style>
background-color css
<style>
a { background-color: #E753FF; }
a { background-color: rgb(231,83,255); }
div.DivClassName
{
background-color: #E753FF;
}
.BgClassName
{
background-color: #E753FF;
}
</style>
border-color css
<style>
span { border-color: #E753FF; }
span { border-color: rgb(231,83,255); }
td.TdClassName
{
border-color: #E753FF;
}
.TagClassName
{
border-color: #E753FF;
}
</style>