Shades of Pink Flamingo #EB3CFF
Tints of Pink Flamingo #EB3CFF
RGB
CMYK
RGB Variations
Color information
#EB3CFF (or 0xEB3CFF) is known color: Pink Flamingo. HEX triplet: EB, 3C and FF. RGB value is (235,60,255). Sum of RGB (Red+Green+Blue) = 235+60+255=550 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.73% from 550); Green value is 60 (23.83% from 255 or 10.91% from 550); Blue value is 255 (100% from 255 or 46.36% from 550); Max value from RGB is 255 - color contains mainly: blue. Hex color #EB3CFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EB3CFF is #14C300. Grayscale: #858585. Windows color (decimal): -1360641 or 16727275. OLE color: 16727275.
HSL color Cylindrical-coordinate representation of color #EB3CFF: hue angle of 293.85º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EB3CFF is Cyan = 0.08, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 235 | 60 | 255 | - |
| CMYK | 0.08 | 0.76 | 0 | 0 |
| HSL | 293.85º | 1% | 0.62% | - |
| HSV(B) | 293.85º | 0.76% | 1% | - |
| XYZ | 53.93 | 28.11 | 97.19 | - |
| YUV | 134.56 | 195.98 | 199.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 60 | 255 | 0.08 | 0.76 | 0 | 0 | 293.85 | 1 | 0.62 |
| Hex | EB | 3C | FF | 8 | 4C | 0 | 0 | 126 | 64 | 3E |
| Octal | 353 | 74 | 377 | 10 | 114 | 0 | 0 | 446 | 144 | 76 |
| Binary | 11101011 | 111100 | 11111111 | 1000 | 1001100 | 0 | 0 | 100100110 | 1100100 | 111110 |
Color Harmonies of #EB3CFF
Complementary color
Monochromatic Colors of #EB3CFF
Black with #EB3CFF
Text Example
Text Example
White with #EB3CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB3CFF; }
p { color: rgb(235,60,255); }
H1.HeaderClassName
{
color: #EB3CFF;
}
.AnyTagClassName
{
color: #EB3CFF;
}
</style>
background-color css
<style>
a { background-color: #EB3CFF; }
a { background-color: rgb(235,60,255); }
div.DivClassName
{
background-color: #EB3CFF;
}
.BgClassName
{
background-color: #EB3CFF;
}
</style>
border-color css
<style>
span { border-color: #EB3CFF; }
span { border-color: rgb(235,60,255); }
td.TdClassName
{
border-color: #EB3CFF;
}
.TagClassName
{
border-color: #EB3CFF;
}
</style>