Shades of Ultra Pink #EC6BF2
Tints of Ultra Pink #EC6BF2
RGB
CMYK
RGB Variations
Color information
#EC6BF2 (or 0xEC6BF2) is known color: Ultra Pink. HEX triplet: EC, 6B and F2. RGB value is (236,107,242). Sum of RGB (Red+Green+Blue) = 236+107+242=585 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.34% from 585); Green value is 107 (42.19% from 255 or 18.29% from 585); Blue value is 242 (94.92% from 255 or 41.37% from 585); Max value from RGB is 242 - color contains mainly: blue. Hex color #EC6BF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC6BF2 is #13940D. Grayscale: #A0A0A0. Windows color (decimal): -1283086 or 15887340. OLE color: 15887340.
HSL color Cylindrical-coordinate representation of color #EC6BF2: hue angle of 297.33º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EC6BF2 is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 107 | 242 | - |
| CMYK | 0.02 | 0.56 | 0 | 0.05 |
| HSL | 297.33º | 0.84% | 0.68% | - |
| HSV(B) | 297.33º | 0.56% | 0.95% | - |
| XYZ | 55.88 | 34.76 | 87.77 | - |
| YUV | 160.96 | 173.74 | 181.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 107 | 242 | 0.02 | 0.56 | 0 | 0.05 | 297.33 | 0.84 | 0.68 |
| Hex | EC | 6B | F2 | 2 | 38 | 0 | 5 | 129 | 54 | 44 |
| Octal | 354 | 153 | 362 | 2 | 70 | 0 | 5 | 451 | 124 | 104 |
| Binary | 11101100 | 1101011 | 11110010 | 10 | 111000 | 0 | 101 | 100101001 | 1010100 | 1000100 |
Color Harmonies of #EC6BF2
Complementary color
Monochromatic Colors of #EC6BF2
Black with #EC6BF2
Text Example
Text Example
White with #EC6BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6BF2; }
p { color: rgb(236,107,242); }
H1.HeaderClassName
{
color: #EC6BF2;
}
.AnyTagClassName
{
color: #EC6BF2;
}
</style>
background-color css
<style>
a { background-color: #EC6BF2; }
a { background-color: rgb(236,107,242); }
div.DivClassName
{
background-color: #EC6BF2;
}
.BgClassName
{
background-color: #EC6BF2;
}
</style>
border-color css
<style>
span { border-color: #EC6BF2; }
span { border-color: rgb(236,107,242); }
td.TdClassName
{
border-color: #EC6BF2;
}
.TagClassName
{
border-color: #EC6BF2;
}
</style>