Shades of Pink Flamingo #E653FE
Tints of Pink Flamingo #E653FE
RGB
CMYK
RGB Variations
Color information
#E653FE (or 0xE653FE) is known color: Pink Flamingo. HEX triplet: E6, 53 and FE. RGB value is (230,83,254). Sum of RGB (Red+Green+Blue) = 230+83+254=567 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.56% from 567); Green value is 83 (32.81% from 255 or 14.64% from 567); Blue value is 254 (99.61% from 255 or 44.80% from 567); Max value from RGB is 254 - color contains mainly: blue. Hex color #E653FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E653FE is #19AC01. Grayscale: #919191. Windows color (decimal): -1682434 or 16667622. OLE color: 16667622.
HSL color Cylindrical-coordinate representation of color #E653FE: hue angle of 291.58º 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 #E653FE is Cyan = 0.09, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 230 | 83 | 254 | - |
| CMYK | 0.09 | 0.67 | 0 | 0.00 |
| HSL | 291.58º | 0.99% | 0.66% | - |
| HSV(B) | 291.58º | 0.67% | 1% | - |
| XYZ | 53.62 | 30.17 | 96.76 | - |
| YUV | 146.45 | 188.7 | 187.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 83 | 254 | 0.09 | 0.67 | 0 | 0.00 | 291.58 | 0.99 | 0.66 |
| Hex | E6 | 53 | FE | 9 | 43 | 0 | 0 | 124 | 63 | 42 |
| Octal | 346 | 123 | 376 | 11 | 103 | 0 | 0 | 444 | 143 | 102 |
| Binary | 11100110 | 1010011 | 11111110 | 1001 | 1000011 | 0 | 0 | 100100100 | 1100011 | 1000010 |
Color Harmonies of #E653FE
Complementary color
Monochromatic Colors of #E653FE
Black with #E653FE
Text Example
Text Example
White with #E653FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E653FE; }
p { color: rgb(230,83,254); }
H1.HeaderClassName
{
color: #E653FE;
}
.AnyTagClassName
{
color: #E653FE;
}
</style>
background-color css
<style>
a { background-color: #E653FE; }
a { background-color: rgb(230,83,254); }
div.DivClassName
{
background-color: #E653FE;
}
.BgClassName
{
background-color: #E653FE;
}
</style>
border-color css
<style>
span { border-color: #E653FE; }
span { border-color: rgb(230,83,254); }
td.TdClassName
{
border-color: #E653FE;
}
.TagClassName
{
border-color: #E653FE;
}
</style>