Shades of Pink Flamingo #E95AFE
Tints of Pink Flamingo #E95AFE
RGB
CMYK
RGB Variations
Color information
#E95AFE (or 0xE95AFE) is known color: Pink Flamingo. HEX triplet: E9, 5A and FE. RGB value is (233,90,254). Sum of RGB (Red+Green+Blue) = 233+90+254=577 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.38% from 577); Green value is 90 (35.55% from 255 or 15.60% from 577); Blue value is 254 (99.61% from 255 or 44.02% from 577); Max value from RGB is 254 - color contains mainly: blue. Hex color #E95AFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E95AFE is #16A501. Grayscale: #969696. Windows color (decimal): -1484034 or 16669417. OLE color: 16669417.
HSL color Cylindrical-coordinate representation of color #E95AFE: hue angle of 292.32º 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 #E95AFE is Cyan = 0.08, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 233 | 90 | 254 | - |
| CMYK | 0.08 | 0.65 | 0 | 0.00 |
| HSL | 292.32º | 0.99% | 0.67% | - |
| HSV(B) | 292.32º | 0.65% | 1% | - |
| XYZ | 55.15 | 31.79 | 97 | - |
| YUV | 151.45 | 185.88 | 186.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 90 | 254 | 0.08 | 0.65 | 0 | 0.00 | 292.32 | 0.99 | 0.67 |
| Hex | E9 | 5A | FE | 8 | 41 | 0 | 0 | 124 | 63 | 43 |
| Octal | 351 | 132 | 376 | 10 | 101 | 0 | 0 | 444 | 143 | 103 |
| Binary | 11101001 | 1011010 | 11111110 | 1000 | 1000001 | 0 | 0 | 100100100 | 1100011 | 1000011 |
Color Harmonies of #E95AFE
Complementary color
Monochromatic Colors of #E95AFE
Black with #E95AFE
Text Example
Text Example
White with #E95AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95AFE; }
p { color: rgb(233,90,254); }
H1.HeaderClassName
{
color: #E95AFE;
}
.AnyTagClassName
{
color: #E95AFE;
}
</style>
background-color css
<style>
a { background-color: #E95AFE; }
a { background-color: rgb(233,90,254); }
div.DivClassName
{
background-color: #E95AFE;
}
.BgClassName
{
background-color: #E95AFE;
}
</style>
border-color css
<style>
span { border-color: #E95AFE; }
span { border-color: rgb(233,90,254); }
td.TdClassName
{
border-color: #E95AFE;
}
.TagClassName
{
border-color: #E95AFE;
}
</style>