Shades of Pink Flamingo #E653FD
Tints of Pink Flamingo #E653FD
RGB
CMYK
RGB Variations
Color information
#E653FD (or 0xE653FD) is known color: Pink Flamingo. HEX triplet: E6, 53 and FD. RGB value is (230,83,253). Sum of RGB (Red+Green+Blue) = 230+83+253=566 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.64% from 566); Green value is 83 (32.81% from 255 or 14.66% from 566); Blue value is 253 (99.22% from 255 or 44.70% from 566); Max value from RGB is 253 - color contains mainly: blue. Hex color #E653FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E653FD is #19AC02. Grayscale: #919191. Windows color (decimal): -1682435 or 16602086. OLE color: 16602086.
HSL color Cylindrical-coordinate representation of color #E653FD: hue angle of 291.88º 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 #E653FD is Cyan = 0.09, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 230 | 83 | 253 | - |
| CMYK | 0.09 | 0.67 | 0 | 0.01 |
| HSL | 291.88º | 0.98% | 0.66% | - |
| HSV(B) | 291.88º | 0.67% | 0.99% | - |
| XYZ | 53.46 | 30.1 | 95.92 | - |
| YUV | 146.33 | 188.2 | 187.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 83 | 253 | 0.09 | 0.67 | 0 | 0.01 | 291.88 | 0.98 | 0.66 |
| Hex | E6 | 53 | FD | 9 | 43 | 0 | 1 | 124 | 62 | 42 |
| Octal | 346 | 123 | 375 | 11 | 103 | 0 | 1 | 444 | 142 | 102 |
| Binary | 11100110 | 1010011 | 11111101 | 1001 | 1000011 | 0 | 1 | 100100100 | 1100010 | 1000010 |
Color Harmonies of #E653FD
Complementary color
Monochromatic Colors of #E653FD
Black with #E653FD
Text Example
Text Example
White with #E653FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E653FD; }
p { color: rgb(230,83,253); }
H1.HeaderClassName
{
color: #E653FD;
}
.AnyTagClassName
{
color: #E653FD;
}
</style>
background-color css
<style>
a { background-color: #E653FD; }
a { background-color: rgb(230,83,253); }
div.DivClassName
{
background-color: #E653FD;
}
.BgClassName
{
background-color: #E653FD;
}
</style>
border-color css
<style>
span { border-color: #E653FD; }
span { border-color: rgb(230,83,253); }
td.TdClassName
{
border-color: #E653FD;
}
.TagClassName
{
border-color: #E653FD;
}
</style>