Shades of Pink Flamingo #EC5AFE
Tints of Pink Flamingo #EC5AFE
RGB
CMYK
RGB Variations
Color information
#EC5AFE (or 0xEC5AFE) is known color: Pink Flamingo. HEX triplet: EC, 5A and FE. RGB value is (236,90,254). Sum of RGB (Red+Green+Blue) = 236+90+254=580 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.69% from 580); Green value is 90 (35.55% from 255 or 15.52% from 580); Blue value is 254 (99.61% from 255 or 43.79% from 580); Max value from RGB is 254 - color contains mainly: blue. Hex color #EC5AFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC5AFE is #13A501. Grayscale: #979797. Windows color (decimal): -1287426 or 16669420. OLE color: 16669420.
HSL color Cylindrical-coordinate representation of color #EC5AFE: hue angle of 293.41º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EC5AFE is Cyan = 0.07, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 236 | 90 | 254 | - |
| CMYK | 0.07 | 0.65 | 0 | 0.00 |
| HSL | 293.41º | 0.99% | 0.67% | - |
| HSV(B) | 293.41º | 0.65% | 1% | - |
| XYZ | 56.14 | 32.3 | 97.04 | - |
| YUV | 152.35 | 185.37 | 187.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 90 | 254 | 0.07 | 0.65 | 0 | 0.00 | 293.41 | 0.99 | 0.67 |
| Hex | EC | 5A | FE | 7 | 41 | 0 | 0 | 125 | 63 | 43 |
| Octal | 354 | 132 | 376 | 7 | 101 | 0 | 0 | 445 | 143 | 103 |
| Binary | 11101100 | 1011010 | 11111110 | 111 | 1000001 | 0 | 0 | 100100101 | 1100011 | 1000011 |
Color Harmonies of #EC5AFE
Complementary color
Monochromatic Colors of #EC5AFE
Black with #EC5AFE
Text Example
Text Example
White with #EC5AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5AFE; }
p { color: rgb(236,90,254); }
H1.HeaderClassName
{
color: #EC5AFE;
}
.AnyTagClassName
{
color: #EC5AFE;
}
</style>
background-color css
<style>
a { background-color: #EC5AFE; }
a { background-color: rgb(236,90,254); }
div.DivClassName
{
background-color: #EC5AFE;
}
.BgClassName
{
background-color: #EC5AFE;
}
</style>
border-color css
<style>
span { border-color: #EC5AFE; }
span { border-color: rgb(236,90,254); }
td.TdClassName
{
border-color: #EC5AFE;
}
.TagClassName
{
border-color: #EC5AFE;
}
</style>