Shades of Heliotrope #ED7BFF
Tints of Heliotrope #ED7BFF
RGB
CMYK
RGB Variations
Color information
#ED7BFF (or 0xED7BFF) is known color: Heliotrope. HEX triplet: ED, 7B and FF. RGB value is (237,123,255). Sum of RGB (Red+Green+Blue) = 237+123+255=615 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.54% from 615); Green value is 123 (48.44% from 255 or 20% from 615); Blue value is 255 (100% from 255 or 41.46% from 615); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED7BFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED7BFF is #128400. Grayscale: #ABABAB. Windows color (decimal): -1213441 or 16743405. OLE color: 16743405.
HSL color Cylindrical-coordinate representation of color #ED7BFF: hue angle of 291.82º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ED7BFF is Cyan = 0.07, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 123 | 255 | - |
| CMYK | 0.07 | 0.52 | 0 | 0 |
| HSL | 291.82º | 1% | 0.74% | - |
| HSV(B) | 291.82º | 0.52% | 1% | - |
| XYZ | 60.06 | 39.39 | 99.05 | - |
| YUV | 172.13 | 174.77 | 174.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 123 | 255 | 0.07 | 0.52 | 0 | 0 | 291.82 | 1 | 0.74 |
| Hex | ED | 7B | FF | 7 | 34 | 0 | 0 | 124 | 64 | 4A |
| Octal | 355 | 173 | 377 | 7 | 64 | 0 | 0 | 444 | 144 | 112 |
| Binary | 11101101 | 1111011 | 11111111 | 111 | 110100 | 0 | 0 | 100100100 | 1100100 | 1001010 |
Color Harmonies of #ED7BFF
Complementary color
Monochromatic Colors of #ED7BFF
Black with #ED7BFF
Text Example
Text Example
White with #ED7BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7BFF; }
p { color: rgb(237,123,255); }
H1.HeaderClassName
{
color: #ED7BFF;
}
.AnyTagClassName
{
color: #ED7BFF;
}
</style>
background-color css
<style>
a { background-color: #ED7BFF; }
a { background-color: rgb(237,123,255); }
div.DivClassName
{
background-color: #ED7BFF;
}
.BgClassName
{
background-color: #ED7BFF;
}
</style>
border-color css
<style>
span { border-color: #ED7BFF; }
span { border-color: rgb(237,123,255); }
td.TdClassName
{
border-color: #ED7BFF;
}
.TagClassName
{
border-color: #ED7BFF;
}
</style>