Shades of Heliotrope #ED77FB
Tints of Heliotrope #ED77FB
RGB
CMYK
RGB Variations
Color information
#ED77FB (or 0xED77FB) is known color: Heliotrope. HEX triplet: ED, 77 and FB. RGB value is (237,119,251). Sum of RGB (Red+Green+Blue) = 237+119+251=607 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.04% from 607); Green value is 119 (46.88% from 255 or 19.60% from 607); Blue value is 251 (98.44% from 255 or 41.35% from 607); Max value from RGB is 251 - color contains mainly: blue. Hex color #ED77FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED77FB is #128804. Grayscale: #A8A8A8. Windows color (decimal): -1214469 or 16480237. OLE color: 16480237.
HSL color Cylindrical-coordinate representation of color #ED77FB: hue angle of 293.64º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ED77FB is Cyan = 0.06, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 119 | 251 | - |
| CMYK | 0.06 | 0.53 | 0 | 0.02 |
| HSL | 293.64º | 0.94% | 0.73% | - |
| HSV(B) | 293.64º | 0.53% | 0.98% | - |
| XYZ | 58.93 | 38.16 | 95.53 | - |
| YUV | 169.33 | 174.09 | 176.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 119 | 251 | 0.06 | 0.53 | 0 | 0.02 | 293.64 | 0.94 | 0.73 |
| Hex | ED | 77 | FB | 6 | 35 | 0 | 2 | 126 | 5E | 49 |
| Octal | 355 | 167 | 373 | 6 | 65 | 0 | 2 | 446 | 136 | 111 |
| Binary | 11101101 | 1110111 | 11111011 | 110 | 110101 | 0 | 10 | 100100110 | 1011110 | 1001001 |
Color Harmonies of #ED77FB
Complementary color
Monochromatic Colors of #ED77FB
Black with #ED77FB
Text Example
Text Example
White with #ED77FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED77FB; }
p { color: rgb(237,119,251); }
H1.HeaderClassName
{
color: #ED77FB;
}
.AnyTagClassName
{
color: #ED77FB;
}
</style>
background-color css
<style>
a { background-color: #ED77FB; }
a { background-color: rgb(237,119,251); }
div.DivClassName
{
background-color: #ED77FB;
}
.BgClassName
{
background-color: #ED77FB;
}
</style>
border-color css
<style>
span { border-color: #ED77FB; }
span { border-color: rgb(237,119,251); }
td.TdClassName
{
border-color: #ED77FB;
}
.TagClassName
{
border-color: #ED77FB;
}
</style>