Shades of Ultra Pink #EF6CF2
Tints of Ultra Pink #EF6CF2
RGB
CMYK
RGB Variations
Color information
#EF6CF2 (or 0xEF6CF2) is known color: Ultra Pink. HEX triplet: EF, 6C and F2. RGB value is (239,108,242). Sum of RGB (Red+Green+Blue) = 239+108+242=589 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.58% from 589); Green value is 108 (42.58% from 255 or 18.34% from 589); Blue value is 242 (94.92% from 255 or 41.09% from 589); Max value from RGB is 242 - color contains mainly: blue. Hex color #EF6CF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF6CF2 is #10930D. Grayscale: #A2A2A2. Windows color (decimal): -1086222 or 15887599. OLE color: 15887599.
HSL color Cylindrical-coordinate representation of color #EF6CF2: hue angle of 298.66º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EF6CF2 is Cyan = 0.01, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 108 | 242 | - |
| CMYK | 0.01 | 0.55 | 0 | 0.05 |
| HSL | 298.66º | 0.84% | 0.69% | - |
| HSV(B) | 298.66º | 0.55% | 0.95% | - |
| XYZ | 56.99 | 35.49 | 87.85 | - |
| YUV | 162.45 | 172.9 | 182.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 108 | 242 | 0.01 | 0.55 | 0 | 0.05 | 298.66 | 0.84 | 0.69 |
| Hex | EF | 6C | F2 | 1 | 37 | 0 | 5 | 12B | 54 | 45 |
| Octal | 357 | 154 | 362 | 1 | 67 | 0 | 5 | 453 | 124 | 105 |
| Binary | 11101111 | 1101100 | 11110010 | 1 | 110111 | 0 | 101 | 100101011 | 1010100 | 1000101 |
Color Harmonies of #EF6CF2
Complementary color
Monochromatic Colors of #EF6CF2
Black with #EF6CF2
Text Example
Text Example
White with #EF6CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6CF2; }
p { color: rgb(239,108,242); }
H1.HeaderClassName
{
color: #EF6CF2;
}
.AnyTagClassName
{
color: #EF6CF2;
}
</style>
background-color css
<style>
a { background-color: #EF6CF2; }
a { background-color: rgb(239,108,242); }
div.DivClassName
{
background-color: #EF6CF2;
}
.BgClassName
{
background-color: #EF6CF2;
}
</style>
border-color css
<style>
span { border-color: #EF6CF2; }
span { border-color: rgb(239,108,242); }
td.TdClassName
{
border-color: #EF6CF2;
}
.TagClassName
{
border-color: #EF6CF2;
}
</style>