Shades of Pink Flamingo #EF3DFF
Tints of Pink Flamingo #EF3DFF
RGB
CMYK
RGB Variations
Color information
#EF3DFF (or 0xEF3DFF) is known color: Pink Flamingo. HEX triplet: EF, 3D and FF. RGB value is (239,61,255). Sum of RGB (Red+Green+Blue) = 239+61+255=555 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.06% from 555); Green value is 61 (24.22% from 255 or 10.99% from 555); Blue value is 255 (100% from 255 or 45.95% from 555); Max value from RGB is 255 - color contains mainly: blue. Hex color #EF3DFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF3DFF is #10C200. Grayscale: #878787. Windows color (decimal): -1098241 or 16727535. OLE color: 16727535.
HSL color Cylindrical-coordinate representation of color #EF3DFF: hue angle of 295.05º 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 #EF3DFF is Cyan = 0.06, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 239 | 61 | 255 | - |
| CMYK | 0.06 | 0.76 | 0 | 0 |
| HSL | 295.05º | 1% | 0.62% | - |
| HSV(B) | 295.05º | 0.76% | 1% | - |
| XYZ | 55.32 | 28.91 | 97.27 | - |
| YUV | 136.34 | 194.97 | 201.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 61 | 255 | 0.06 | 0.76 | 0 | 0 | 295.05 | 1 | 0.62 |
| Hex | EF | 3D | FF | 6 | 4C | 0 | 0 | 127 | 64 | 3E |
| Octal | 357 | 75 | 377 | 6 | 114 | 0 | 0 | 447 | 144 | 76 |
| Binary | 11101111 | 111101 | 11111111 | 110 | 1001100 | 0 | 0 | 100100111 | 1100100 | 111110 |
Color Harmonies of #EF3DFF
Complementary color
Monochromatic Colors of #EF3DFF
Black with #EF3DFF
Text Example
Text Example
White with #EF3DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3DFF; }
p { color: rgb(239,61,255); }
H1.HeaderClassName
{
color: #EF3DFF;
}
.AnyTagClassName
{
color: #EF3DFF;
}
</style>
background-color css
<style>
a { background-color: #EF3DFF; }
a { background-color: rgb(239,61,255); }
div.DivClassName
{
background-color: #EF3DFF;
}
.BgClassName
{
background-color: #EF3DFF;
}
</style>
border-color css
<style>
span { border-color: #EF3DFF; }
span { border-color: rgb(239,61,255); }
td.TdClassName
{
border-color: #EF3DFF;
}
.TagClassName
{
border-color: #EF3DFF;
}
</style>