Shades of Pink Flamingo #E752FF
Tints of Pink Flamingo #E752FF
RGB
CMYK
RGB Variations
Color information
#E752FF (or 0xE752FF) is known color: Pink Flamingo. HEX triplet: E7, 52 and FF. RGB value is (231,82,255). Sum of RGB (Red+Green+Blue) = 231+82+255=568 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.67% from 568); Green value is 82 (32.42% from 255 or 14.44% from 568); Blue value is 255 (100% from 255 or 44.89% from 568); Max value from RGB is 255 - color contains mainly: blue. Hex color #E752FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E752FF is #18AD00. Grayscale: #919191. Windows color (decimal): -1617153 or 16732903. OLE color: 16732903.
HSL color Cylindrical-coordinate representation of color #E752FF: hue angle of 291.68º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E752FF is Cyan = 0.09, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 231 | 82 | 255 | - |
| CMYK | 0.09 | 0.68 | 0 | 0 |
| HSL | 291.68º | 1% | 0.66% | - |
| HSV(B) | 291.68º | 0.68% | 1% | - |
| XYZ | 54.02 | 30.24 | 97.6 | - |
| YUV | 146.27 | 189.36 | 188.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 82 | 255 | 0.09 | 0.68 | 0 | 0 | 291.68 | 1 | 0.66 |
| Hex | E7 | 52 | FF | 9 | 44 | 0 | 0 | 124 | 64 | 42 |
| Octal | 347 | 122 | 377 | 11 | 104 | 0 | 0 | 444 | 144 | 102 |
| Binary | 11100111 | 1010010 | 11111111 | 1001 | 1000100 | 0 | 0 | 100100100 | 1100100 | 1000010 |
Color Harmonies of #E752FF
Complementary color
Monochromatic Colors of #E752FF
Black with #E752FF
Text Example
Text Example
White with #E752FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E752FF; }
p { color: rgb(231,82,255); }
H1.HeaderClassName
{
color: #E752FF;
}
.AnyTagClassName
{
color: #E752FF;
}
</style>
background-color css
<style>
a { background-color: #E752FF; }
a { background-color: rgb(231,82,255); }
div.DivClassName
{
background-color: #E752FF;
}
.BgClassName
{
background-color: #E752FF;
}
</style>
border-color css
<style>
span { border-color: #E752FF; }
span { border-color: rgb(231,82,255); }
td.TdClassName
{
border-color: #E752FF;
}
.TagClassName
{
border-color: #E752FF;
}
</style>