Shades of Pink Flamingo #EC35FE
Tints of Pink Flamingo #EC35FE
RGB
CMYK
RGB Variations
Color information
#EC35FE (or 0xEC35FE) is known color: Pink Flamingo. HEX triplet: EC, 35 and FE. RGB value is (236,53,254). Sum of RGB (Red+Green+Blue) = 236+53+254=543 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.46% from 543); Green value is 53 (21.09% from 255 or 9.76% from 543); Blue value is 254 (99.61% from 255 or 46.78% from 543); Max value from RGB is 254 - color contains mainly: blue. Hex color #EC35FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC35FE is #13CA01. Grayscale: #828282. Windows color (decimal): -1296898 or 16659948. OLE color: 16659948.
HSL color Cylindrical-coordinate representation of color #EC35FE: hue angle of 294.63º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EC35FE is Cyan = 0.07, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 236 | 53 | 254 | - |
| CMYK | 0.07 | 0.79 | 0 | 0.00 |
| HSL | 294.63º | 0.99% | 0.6% | - |
| HSV(B) | 294.63º | 0.79% | 1% | - |
| XYZ | 53.75 | 27.53 | 96.25 | - |
| YUV | 130.63 | 197.63 | 203.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 53 | 254 | 0.07 | 0.79 | 0 | 0.00 | 294.63 | 0.99 | 0.6 |
| Hex | EC | 35 | FE | 7 | 4F | 0 | 0 | 127 | 63 | 3C |
| Octal | 354 | 65 | 376 | 7 | 117 | 0 | 0 | 447 | 143 | 74 |
| Binary | 11101100 | 110101 | 11111110 | 111 | 1001111 | 0 | 0 | 100100111 | 1100011 | 111100 |
Color Harmonies of #EC35FE
Complementary color
Monochromatic Colors of #EC35FE
Black with #EC35FE
Text Example
Text Example
White with #EC35FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC35FE; }
p { color: rgb(236,53,254); }
H1.HeaderClassName
{
color: #EC35FE;
}
.AnyTagClassName
{
color: #EC35FE;
}
</style>
background-color css
<style>
a { background-color: #EC35FE; }
a { background-color: rgb(236,53,254); }
div.DivClassName
{
background-color: #EC35FE;
}
.BgClassName
{
background-color: #EC35FE;
}
</style>
border-color css
<style>
span { border-color: #EC35FE; }
span { border-color: rgb(236,53,254); }
td.TdClassName
{
border-color: #EC35FE;
}
.TagClassName
{
border-color: #EC35FE;
}
</style>