Shades of Ultra Pink #ED6DF5
Tints of Ultra Pink #ED6DF5
RGB
CMYK
RGB Variations
Color information
#ED6DF5 (or 0xED6DF5) is known color: Ultra Pink. HEX triplet: ED, 6D and F5. RGB value is (237,109,245). Sum of RGB (Red+Green+Blue) = 237+109+245=591 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.10% from 591); Green value is 109 (42.97% from 255 or 18.44% from 591); Blue value is 245 (96.09% from 255 or 41.46% from 591); Max value from RGB is 245 - color contains mainly: blue. Hex color #ED6DF5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED6DF5 is #12920A. Grayscale: #A2A2A2. Windows color (decimal): -1217035 or 16084461. OLE color: 16084461.
HSL color Cylindrical-coordinate representation of color #ED6DF5: hue angle of 296.47º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ED6DF5 is Cyan = 0.03, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 109 | 245 | - |
| CMYK | 0.03 | 0.56 | 0 | 0.04 |
| HSL | 296.47º | 0.87% | 0.69% | - |
| HSV(B) | 296.47º | 0.56% | 0.96% | - |
| XYZ | 56.88 | 35.53 | 90.25 | - |
| YUV | 162.78 | 174.41 | 180.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 109 | 245 | 0.03 | 0.56 | 0 | 0.04 | 296.47 | 0.87 | 0.69 |
| Hex | ED | 6D | F5 | 3 | 38 | 0 | 4 | 128 | 57 | 45 |
| Octal | 355 | 155 | 365 | 3 | 70 | 0 | 4 | 450 | 127 | 105 |
| Binary | 11101101 | 1101101 | 11110101 | 11 | 111000 | 0 | 100 | 100101000 | 1010111 | 1000101 |
Color Harmonies of #ED6DF5
Complementary color
Monochromatic Colors of #ED6DF5
Black with #ED6DF5
Text Example
Text Example
White with #ED6DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6DF5; }
p { color: rgb(237,109,245); }
H1.HeaderClassName
{
color: #ED6DF5;
}
.AnyTagClassName
{
color: #ED6DF5;
}
</style>
background-color css
<style>
a { background-color: #ED6DF5; }
a { background-color: rgb(237,109,245); }
div.DivClassName
{
background-color: #ED6DF5;
}
.BgClassName
{
background-color: #ED6DF5;
}
</style>
border-color css
<style>
span { border-color: #ED6DF5; }
span { border-color: rgb(237,109,245); }
td.TdClassName
{
border-color: #ED6DF5;
}
.TagClassName
{
border-color: #ED6DF5;
}
</style>