Shades of Ultra Pink #EF6CF3
Tints of Ultra Pink #EF6CF3
RGB
CMYK
RGB Variations
Color information
#EF6CF3 (or 0xEF6CF3) is known color: Ultra Pink. HEX triplet: EF, 6C and F3. RGB value is (239,108,243). Sum of RGB (Red+Green+Blue) = 239+108+243=590 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.51% from 590); Green value is 108 (42.58% from 255 or 18.31% from 590); Blue value is 243 (95.31% from 255 or 41.19% from 590); Max value from RGB is 243 - color contains mainly: blue. Hex color #EF6CF3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF6CF3 is #10930C. Grayscale: #A2A2A2. Windows color (decimal): -1086221 or 15953135. OLE color: 15953135.
HSL color Cylindrical-coordinate representation of color #EF6CF3: hue angle of 298.22º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EF6CF3 is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 108 | 243 | - |
| CMYK | 0.02 | 0.56 | 0 | 0.05 |
| HSL | 298.22º | 0.85% | 0.69% | - |
| HSV(B) | 298.22º | 0.56% | 0.95% | - |
| XYZ | 57.14 | 35.55 | 88.64 | - |
| YUV | 162.56 | 173.4 | 182.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 108 | 243 | 0.02 | 0.56 | 0 | 0.05 | 298.22 | 0.85 | 0.69 |
| Hex | EF | 6C | F3 | 2 | 38 | 0 | 5 | 12A | 55 | 45 |
| Octal | 357 | 154 | 363 | 2 | 70 | 0 | 5 | 452 | 125 | 105 |
| Binary | 11101111 | 1101100 | 11110011 | 10 | 111000 | 0 | 101 | 100101010 | 1010101 | 1000101 |
Color Harmonies of #EF6CF3
Complementary color
Monochromatic Colors of #EF6CF3
Black with #EF6CF3
Text Example
Text Example
White with #EF6CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6CF3; }
p { color: rgb(239,108,243); }
H1.HeaderClassName
{
color: #EF6CF3;
}
.AnyTagClassName
{
color: #EF6CF3;
}
</style>
background-color css
<style>
a { background-color: #EF6CF3; }
a { background-color: rgb(239,108,243); }
div.DivClassName
{
background-color: #EF6CF3;
}
.BgClassName
{
background-color: #EF6CF3;
}
</style>
border-color css
<style>
span { border-color: #EF6CF3; }
span { border-color: rgb(239,108,243); }
td.TdClassName
{
border-color: #EF6CF3;
}
.TagClassName
{
border-color: #EF6CF3;
}
</style>