Shades of Ultra Pink #ED6BF2
Tints of Ultra Pink #ED6BF2
RGB
CMYK
RGB Variations
Color information
#ED6BF2 (or 0xED6BF2) is known color: Ultra Pink. HEX triplet: ED, 6B and F2. RGB value is (237,107,242). Sum of RGB (Red+Green+Blue) = 237+107+242=586 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.44% from 586); Green value is 107 (42.19% from 255 or 18.26% from 586); Blue value is 242 (94.92% from 255 or 41.30% from 586); Max value from RGB is 242 - color contains mainly: blue. Hex color #ED6BF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED6BF2 is #12940D. Grayscale: #A0A0A0. Windows color (decimal): -1217550 or 15887341. OLE color: 15887341.
HSL color Cylindrical-coordinate representation of color #ED6BF2: hue angle of 297.78º 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 #ED6BF2 is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 107 | 242 | - |
| CMYK | 0.02 | 0.56 | 0 | 0.05 |
| HSL | 297.78º | 0.84% | 0.68% | - |
| HSV(B) | 297.78º | 0.56% | 0.95% | - |
| XYZ | 56.21 | 34.93 | 87.78 | - |
| YUV | 161.26 | 173.57 | 182.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 107 | 242 | 0.02 | 0.56 | 0 | 0.05 | 297.78 | 0.84 | 0.68 |
| Hex | ED | 6B | F2 | 2 | 38 | 0 | 5 | 12A | 54 | 44 |
| Octal | 355 | 153 | 362 | 2 | 70 | 0 | 5 | 452 | 124 | 104 |
| Binary | 11101101 | 1101011 | 11110010 | 10 | 111000 | 0 | 101 | 100101010 | 1010100 | 1000100 |
Color Harmonies of #ED6BF2
Complementary color
Monochromatic Colors of #ED6BF2
Black with #ED6BF2
Text Example
Text Example
White with #ED6BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6BF2; }
p { color: rgb(237,107,242); }
H1.HeaderClassName
{
color: #ED6BF2;
}
.AnyTagClassName
{
color: #ED6BF2;
}
</style>
background-color css
<style>
a { background-color: #ED6BF2; }
a { background-color: rgb(237,107,242); }
div.DivClassName
{
background-color: #ED6BF2;
}
.BgClassName
{
background-color: #ED6BF2;
}
</style>
border-color css
<style>
span { border-color: #ED6BF2; }
span { border-color: rgb(237,107,242); }
td.TdClassName
{
border-color: #ED6BF2;
}
.TagClassName
{
border-color: #ED6BF2;
}
</style>