Shades of Ultra Pink #EF6BFD
Tints of Ultra Pink #EF6BFD
RGB
CMYK
RGB Variations
Color information
#EF6BFD (or 0xEF6BFD) is known color: Ultra Pink. HEX triplet: EF, 6B and FD. RGB value is (239,107,253). Sum of RGB (Red+Green+Blue) = 239+107+253=599 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.90% from 599); Green value is 107 (42.19% from 255 or 17.86% from 599); Blue value is 253 (99.22% from 255 or 42.24% from 599); Max value from RGB is 253 - color contains mainly: blue. Hex color #EF6BFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF6BFD is #109402. Grayscale: #A2A2A2. Windows color (decimal): -1086467 or 16608239. OLE color: 16608239.
HSL color Cylindrical-coordinate representation of color #EF6BFD: hue angle of 294.25º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EF6BFD is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 107 | 253 | - |
| CMYK | 0.06 | 0.58 | 0 | 0.01 |
| HSL | 294.25º | 0.97% | 0.71% | - |
| HSV(B) | 294.25º | 0.58% | 0.99% | - |
| XYZ | 58.58 | 35.96 | 96.78 | - |
| YUV | 163.11 | 178.73 | 182.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 107 | 253 | 0.06 | 0.58 | 0 | 0.01 | 294.25 | 0.97 | 0.71 |
| Hex | EF | 6B | FD | 6 | 3A | 0 | 1 | 126 | 61 | 47 |
| Octal | 357 | 153 | 375 | 6 | 72 | 0 | 1 | 446 | 141 | 107 |
| Binary | 11101111 | 1101011 | 11111101 | 110 | 111010 | 0 | 1 | 100100110 | 1100001 | 1000111 |
Color Harmonies of #EF6BFD
Complementary color
Monochromatic Colors of #EF6BFD
Black with #EF6BFD
Text Example
Text Example
White with #EF6BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6BFD; }
p { color: rgb(239,107,253); }
H1.HeaderClassName
{
color: #EF6BFD;
}
.AnyTagClassName
{
color: #EF6BFD;
}
</style>
background-color css
<style>
a { background-color: #EF6BFD; }
a { background-color: rgb(239,107,253); }
div.DivClassName
{
background-color: #EF6BFD;
}
.BgClassName
{
background-color: #EF6BFD;
}
</style>
border-color css
<style>
span { border-color: #EF6BFD; }
span { border-color: rgb(239,107,253); }
td.TdClassName
{
border-color: #EF6BFD;
}
.TagClassName
{
border-color: #EF6BFD;
}
</style>