Shades of Pink Flamingo #E75DF2
Tints of Pink Flamingo #E75DF2
RGB
CMYK
RGB Variations
Color information
#E75DF2 (or 0xE75DF2) is known color: Pink Flamingo. HEX triplet: E7, 5D and F2. RGB value is (231,93,242). Sum of RGB (Red+Green+Blue) = 231+93+242=566 (74% of max value = 765). Red value is 231 (90.62% from 255 or 40.81% from 566); Green value is 93 (36.72% from 255 or 16.43% from 566); Blue value is 242 (94.92% from 255 or 42.76% from 566); Max value from RGB is 242 - color contains mainly: blue. Hex color #E75DF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E75DF2 is #18A20D. Grayscale: #969696. Windows color (decimal): -1614350 or 15883751. OLE color: 15883751.
HSL color Cylindrical-coordinate representation of color #E75DF2: hue angle of 295.57º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E75DF2 is Cyan = 0.05, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 231 | 93 | 242 | - |
| CMYK | 0.05 | 0.62 | 0 | 0.05 |
| HSL | 295.57º | 0.85% | 0.66% | - |
| HSV(B) | 295.57º | 0.62% | 0.95% | - |
| XYZ | 52.9 | 31.23 | 87.24 | - |
| YUV | 151.25 | 179.22 | 184.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 93 | 242 | 0.05 | 0.62 | 0 | 0.05 | 295.57 | 0.85 | 0.66 |
| Hex | E7 | 5D | F2 | 5 | 3E | 0 | 5 | 128 | 55 | 42 |
| Octal | 347 | 135 | 362 | 5 | 76 | 0 | 5 | 450 | 125 | 102 |
| Binary | 11100111 | 1011101 | 11110010 | 101 | 111110 | 0 | 101 | 100101000 | 1010101 | 1000010 |
Color Harmonies of #E75DF2
Complementary color
Monochromatic Colors of #E75DF2
Black with #E75DF2
Text Example
Text Example
White with #E75DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75DF2; }
p { color: rgb(231,93,242); }
H1.HeaderClassName
{
color: #E75DF2;
}
.AnyTagClassName
{
color: #E75DF2;
}
</style>
background-color css
<style>
a { background-color: #E75DF2; }
a { background-color: rgb(231,93,242); }
div.DivClassName
{
background-color: #E75DF2;
}
.BgClassName
{
background-color: #E75DF2;
}
</style>
border-color css
<style>
span { border-color: #E75DF2; }
span { border-color: rgb(231,93,242); }
td.TdClassName
{
border-color: #E75DF2;
}
.TagClassName
{
border-color: #E75DF2;
}
</style>