Shades of Pink Flamingo #EF42FD
Tints of Pink Flamingo #EF42FD
RGB
CMYK
RGB Variations
Color information
#EF42FD (or 0xEF42FD) is known color: Pink Flamingo. HEX triplet: EF, 42 and FD. RGB value is (239,66,253). Sum of RGB (Red+Green+Blue) = 239+66+253=558 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.83% from 558); Green value is 66 (26.17% from 255 or 11.83% from 558); Blue value is 253 (99.22% from 255 or 45.34% from 558); Max value from RGB is 253 - color contains mainly: blue. Hex color #EF42FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF42FD is #10BD02. Grayscale: #8A8A8A. Windows color (decimal): -1096963 or 16597743. OLE color: 16597743.
HSL color Cylindrical-coordinate representation of color #EF42FD: hue angle of 295.51º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EF42FD is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 66 | 253 | - |
| CMYK | 0.06 | 0.74 | 0 | 0.01 |
| HSL | 295.51º | 0.98% | 0.63% | - |
| HSV(B) | 295.51º | 0.74% | 0.99% | - |
| XYZ | 55.27 | 29.34 | 95.68 | - |
| YUV | 139.05 | 192.31 | 199.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 66 | 253 | 0.06 | 0.74 | 0 | 0.01 | 295.51 | 0.98 | 0.63 |
| Hex | EF | 42 | FD | 6 | 4A | 0 | 1 | 128 | 62 | 3F |
| Octal | 357 | 102 | 375 | 6 | 112 | 0 | 1 | 450 | 142 | 77 |
| Binary | 11101111 | 1000010 | 11111101 | 110 | 1001010 | 0 | 1 | 100101000 | 1100010 | 111111 |
Color Harmonies of #EF42FD
Complementary color
Monochromatic Colors of #EF42FD
Black with #EF42FD
Text Example
Text Example
White with #EF42FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF42FD; }
p { color: rgb(239,66,253); }
H1.HeaderClassName
{
color: #EF42FD;
}
.AnyTagClassName
{
color: #EF42FD;
}
</style>
background-color css
<style>
a { background-color: #EF42FD; }
a { background-color: rgb(239,66,253); }
div.DivClassName
{
background-color: #EF42FD;
}
.BgClassName
{
background-color: #EF42FD;
}
</style>
border-color css
<style>
span { border-color: #EF42FD; }
span { border-color: rgb(239,66,253); }
td.TdClassName
{
border-color: #EF42FD;
}
.TagClassName
{
border-color: #EF42FD;
}
</style>