Shades of Pink Flamingo #EB65F2
Tints of Pink Flamingo #EB65F2
RGB
CMYK
RGB Variations
Color information
#EB65F2 (or 0xEB65F2) is known color: Pink Flamingo. HEX triplet: EB, 65 and F2. RGB value is (235,101,242). Sum of RGB (Red+Green+Blue) = 235+101+242=578 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.66% from 578); Green value is 101 (39.84% from 255 or 17.47% from 578); Blue value is 242 (94.92% from 255 or 41.87% from 578); Max value from RGB is 242 - color contains mainly: blue. Hex color #EB65F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB65F2 is #149A0D. Grayscale: #9C9C9C. Windows color (decimal): -1350158 or 15885803. OLE color: 15885803.
HSL color Cylindrical-coordinate representation of color #EB65F2: hue angle of 297.02º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EB65F2 is Cyan = 0.03, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 235 | 101 | 242 | - |
| CMYK | 0.03 | 0.58 | 0 | 0.05 |
| HSL | 297.02º | 0.84% | 0.67% | - |
| HSV(B) | 297.02º | 0.58% | 0.95% | - |
| XYZ | 54.94 | 33.38 | 87.55 | - |
| YUV | 157.14 | 175.89 | 183.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 101 | 242 | 0.03 | 0.58 | 0 | 0.05 | 297.02 | 0.84 | 0.67 |
| Hex | EB | 65 | F2 | 3 | 3A | 0 | 5 | 129 | 54 | 43 |
| Octal | 353 | 145 | 362 | 3 | 72 | 0 | 5 | 451 | 124 | 103 |
| Binary | 11101011 | 1100101 | 11110010 | 11 | 111010 | 0 | 101 | 100101001 | 1010100 | 1000011 |
Color Harmonies of #EB65F2
Complementary color
Monochromatic Colors of #EB65F2
Black with #EB65F2
Text Example
Text Example
White with #EB65F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB65F2; }
p { color: rgb(235,101,242); }
H1.HeaderClassName
{
color: #EB65F2;
}
.AnyTagClassName
{
color: #EB65F2;
}
</style>
background-color css
<style>
a { background-color: #EB65F2; }
a { background-color: rgb(235,101,242); }
div.DivClassName
{
background-color: #EB65F2;
}
.BgClassName
{
background-color: #EB65F2;
}
</style>
border-color css
<style>
span { border-color: #EB65F2; }
span { border-color: rgb(235,101,242); }
td.TdClassName
{
border-color: #EB65F2;
}
.TagClassName
{
border-color: #EB65F2;
}
</style>