Shades of Heliotrope #ED7BFD
Tints of Heliotrope #ED7BFD
RGB
CMYK
RGB Variations
Color information
#ED7BFD (or 0xED7BFD) is known color: Heliotrope. HEX triplet: ED, 7B and FD. RGB value is (237,123,253). Sum of RGB (Red+Green+Blue) = 237+123+253=613 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.66% from 613); Green value is 123 (48.44% from 255 or 20.07% from 613); Blue value is 253 (99.22% from 255 or 41.27% from 613); Max value from RGB is 253 - color contains mainly: blue. Hex color #ED7BFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED7BFD is #128402. Grayscale: #ABABAB. Windows color (decimal): -1213443 or 16612333. OLE color: 16612333.
HSL color Cylindrical-coordinate representation of color #ED7BFD: hue angle of 292.62º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ED7BFD is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 237 | 123 | 253 | - |
| CMYK | 0.06 | 0.51 | 0 | 0.01 |
| HSL | 292.62º | 0.97% | 0.74% | - |
| HSV(B) | 292.62º | 0.51% | 0.99% | - |
| XYZ | 59.74 | 39.26 | 97.36 | - |
| YUV | 171.91 | 173.77 | 174.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 123 | 253 | 0.06 | 0.51 | 0 | 0.01 | 292.62 | 0.97 | 0.74 |
| Hex | ED | 7B | FD | 6 | 33 | 0 | 1 | 125 | 61 | 4A |
| Octal | 355 | 173 | 375 | 6 | 63 | 0 | 1 | 445 | 141 | 112 |
| Binary | 11101101 | 1111011 | 11111101 | 110 | 110011 | 0 | 1 | 100100101 | 1100001 | 1001010 |
Color Harmonies of #ED7BFD
Complementary color
Monochromatic Colors of #ED7BFD
Black with #ED7BFD
Text Example
Text Example
White with #ED7BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7BFD; }
p { color: rgb(237,123,253); }
H1.HeaderClassName
{
color: #ED7BFD;
}
.AnyTagClassName
{
color: #ED7BFD;
}
</style>
background-color css
<style>
a { background-color: #ED7BFD; }
a { background-color: rgb(237,123,253); }
div.DivClassName
{
background-color: #ED7BFD;
}
.BgClassName
{
background-color: #ED7BFD;
}
</style>
border-color css
<style>
span { border-color: #ED7BFD; }
span { border-color: rgb(237,123,253); }
td.TdClassName
{
border-color: #ED7BFD;
}
.TagClassName
{
border-color: #ED7BFD;
}
</style>