Shades of Pink Flamingo #E75AF5
Tints of Pink Flamingo #E75AF5
RGB
CMYK
RGB Variations
Color information
#E75AF5 (or 0xE75AF5) is known color: Pink Flamingo. HEX triplet: E7, 5A and F5. RGB value is (231,90,245). Sum of RGB (Red+Green+Blue) = 231+90+245=566 (74% of max value = 765). Red value is 231 (90.62% from 255 or 40.81% from 566); Green value is 90 (35.55% from 255 or 15.90% from 566); Blue value is 245 (96.09% from 255 or 43.29% from 566); Max value from RGB is 245 - color contains mainly: blue. Hex color #E75AF5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E75AF5 is #18A50A. Grayscale: #959595. Windows color (decimal): -1615115 or 16079591. OLE color: 16079591.
HSL color Cylindrical-coordinate representation of color #E75AF5: hue angle of 294.58º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E75AF5 is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 231 | 90 | 245 | - |
| CMYK | 0.06 | 0.63 | 0 | 0.04 |
| HSL | 294.58º | 0.89% | 0.66% | - |
| HSV(B) | 294.58º | 0.63% | 0.96% | - |
| XYZ | 53.09 | 30.89 | 89.55 | - |
| YUV | 149.83 | 181.71 | 185.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 90 | 245 | 0.06 | 0.63 | 0 | 0.04 | 294.58 | 0.89 | 0.66 |
| Hex | E7 | 5A | F5 | 6 | 3F | 0 | 4 | 127 | 59 | 42 |
| Octal | 347 | 132 | 365 | 6 | 77 | 0 | 4 | 447 | 131 | 102 |
| Binary | 11100111 | 1011010 | 11110101 | 110 | 111111 | 0 | 100 | 100100111 | 1011001 | 1000010 |
Color Harmonies of #E75AF5
Complementary color
Monochromatic Colors of #E75AF5
Black with #E75AF5
Text Example
Text Example
White with #E75AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75AF5; }
p { color: rgb(231,90,245); }
H1.HeaderClassName
{
color: #E75AF5;
}
.AnyTagClassName
{
color: #E75AF5;
}
</style>
background-color css
<style>
a { background-color: #E75AF5; }
a { background-color: rgb(231,90,245); }
div.DivClassName
{
background-color: #E75AF5;
}
.BgClassName
{
background-color: #E75AF5;
}
</style>
border-color css
<style>
span { border-color: #E75AF5; }
span { border-color: rgb(231,90,245); }
td.TdClassName
{
border-color: #E75AF5;
}
.TagClassName
{
border-color: #E75AF5;
}
</style>