Shades of Pink Flamingo #E753FE
Tints of Pink Flamingo #E753FE
RGB
CMYK
RGB Variations
Color information
#E753FE (or 0xE753FE) is known color: Pink Flamingo. HEX triplet: E7, 53 and FE. RGB value is (231,83,254). Sum of RGB (Red+Green+Blue) = 231+83+254=568 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.67% from 568); Green value is 83 (32.81% from 255 or 14.61% from 568); Blue value is 254 (99.61% from 255 or 44.72% from 568); Max value from RGB is 254 - color contains mainly: blue. Hex color #E753FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E753FE is #18AC01. Grayscale: #929292. Windows color (decimal): -1616898 or 16667623. OLE color: 16667623.
HSL color Cylindrical-coordinate representation of color #E753FE: hue angle of 291.93º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E753FE is Cyan = 0.09, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 231 | 83 | 254 | - |
| CMYK | 0.09 | 0.67 | 0 | 0.00 |
| HSL | 291.93º | 0.99% | 0.66% | - |
| HSV(B) | 291.93º | 0.67% | 1% | - |
| XYZ | 53.94 | 30.33 | 96.78 | - |
| YUV | 146.75 | 188.53 | 188.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 83 | 254 | 0.09 | 0.67 | 0 | 0.00 | 291.93 | 0.99 | 0.66 |
| Hex | E7 | 53 | FE | 9 | 43 | 0 | 0 | 124 | 63 | 42 |
| Octal | 347 | 123 | 376 | 11 | 103 | 0 | 0 | 444 | 143 | 102 |
| Binary | 11100111 | 1010011 | 11111110 | 1001 | 1000011 | 0 | 0 | 100100100 | 1100011 | 1000010 |
Color Harmonies of #E753FE
Complementary color
Monochromatic Colors of #E753FE
Black with #E753FE
Text Example
Text Example
White with #E753FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E753FE; }
p { color: rgb(231,83,254); }
H1.HeaderClassName
{
color: #E753FE;
}
.AnyTagClassName
{
color: #E753FE;
}
</style>
background-color css
<style>
a { background-color: #E753FE; }
a { background-color: rgb(231,83,254); }
div.DivClassName
{
background-color: #E753FE;
}
.BgClassName
{
background-color: #E753FE;
}
</style>
border-color css
<style>
span { border-color: #E753FE; }
span { border-color: rgb(231,83,254); }
td.TdClassName
{
border-color: #E753FE;
}
.TagClassName
{
border-color: #E753FE;
}
</style>