Shades of Pink Flamingo #E653FC
Tints of Pink Flamingo #E653FC
RGB
CMYK
RGB Variations
Color information
#E653FC (or 0xE653FC) is known color: Pink Flamingo. HEX triplet: E6, 53 and FC. RGB value is (230,83,252). Sum of RGB (Red+Green+Blue) = 230+83+252=565 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.71% from 565); Green value is 83 (32.81% from 255 or 14.69% from 565); Blue value is 252 (98.83% from 255 or 44.60% from 565); Max value from RGB is 252 - color contains mainly: blue. Hex color #E653FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E653FC is #19AC03. Grayscale: #919191. Windows color (decimal): -1682436 or 16536550. OLE color: 16536550.
HSL color Cylindrical-coordinate representation of color #E653FC: hue angle of 292.19º degrees, saturation: 0.97, 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 #E653FC is Cyan = 0.09, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 230 | 83 | 252 | - |
| CMYK | 0.09 | 0.67 | 0 | 0.01 |
| HSL | 292.19º | 0.97% | 0.66% | - |
| HSV(B) | 292.19º | 0.67% | 0.99% | - |
| XYZ | 53.3 | 30.04 | 95.08 | - |
| YUV | 146.22 | 187.7 | 187.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 83 | 252 | 0.09 | 0.67 | 0 | 0.01 | 292.19 | 0.97 | 0.66 |
| Hex | E6 | 53 | FC | 9 | 43 | 0 | 1 | 124 | 61 | 42 |
| Octal | 346 | 123 | 374 | 11 | 103 | 0 | 1 | 444 | 141 | 102 |
| Binary | 11100110 | 1010011 | 11111100 | 1001 | 1000011 | 0 | 1 | 100100100 | 1100001 | 1000010 |
Color Harmonies of #E653FC
Complementary color
Monochromatic Colors of #E653FC
Black with #E653FC
Text Example
Text Example
White with #E653FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E653FC; }
p { color: rgb(230,83,252); }
H1.HeaderClassName
{
color: #E653FC;
}
.AnyTagClassName
{
color: #E653FC;
}
</style>
background-color css
<style>
a { background-color: #E653FC; }
a { background-color: rgb(230,83,252); }
div.DivClassName
{
background-color: #E653FC;
}
.BgClassName
{
background-color: #E653FC;
}
</style>
border-color css
<style>
span { border-color: #E653FC; }
span { border-color: rgb(230,83,252); }
td.TdClassName
{
border-color: #E653FC;
}
.TagClassName
{
border-color: #E653FC;
}
</style>