Shades of Heliotrope #EB7BFC
Tints of Heliotrope #EB7BFC
RGB
CMYK
RGB Variations
Color information
#EB7BFC (or 0xEB7BFC) is known color: Heliotrope. HEX triplet: EB, 7B and FC. RGB value is (235,123,252). Sum of RGB (Red+Green+Blue) = 235+123+252=610 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.52% from 610); Green value is 123 (48.44% from 255 or 20.16% from 610); Blue value is 252 (98.83% from 255 or 41.31% from 610); Max value from RGB is 252 - color contains mainly: blue. Hex color #EB7BFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB7BFC is #148403. Grayscale: #AAAAAA. Windows color (decimal): -1344516 or 16546795. OLE color: 16546795.
HSL color Cylindrical-coordinate representation of color #EB7BFC: hue angle of 292.09º degrees, saturation: 0.96, 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 #EB7BFC is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 235 | 123 | 252 | - |
| CMYK | 0.07 | 0.51 | 0 | 0.01 |
| HSL | 292.09º | 0.96% | 0.74% | - |
| HSV(B) | 292.09º | 0.51% | 0.99% | - |
| XYZ | 58.91 | 38.86 | 96.49 | - |
| YUV | 171.19 | 173.61 | 173.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 123 | 252 | 0.07 | 0.51 | 0 | 0.01 | 292.09 | 0.96 | 0.74 |
| Hex | EB | 7B | FC | 7 | 33 | 0 | 1 | 124 | 60 | 4A |
| Octal | 353 | 173 | 374 | 7 | 63 | 0 | 1 | 444 | 140 | 112 |
| Binary | 11101011 | 1111011 | 11111100 | 111 | 110011 | 0 | 1 | 100100100 | 1100000 | 1001010 |
Color Harmonies of #EB7BFC
Complementary color
Monochromatic Colors of #EB7BFC
Black with #EB7BFC
Text Example
Text Example
White with #EB7BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB7BFC; }
p { color: rgb(235,123,252); }
H1.HeaderClassName
{
color: #EB7BFC;
}
.AnyTagClassName
{
color: #EB7BFC;
}
</style>
background-color css
<style>
a { background-color: #EB7BFC; }
a { background-color: rgb(235,123,252); }
div.DivClassName
{
background-color: #EB7BFC;
}
.BgClassName
{
background-color: #EB7BFC;
}
</style>
border-color css
<style>
span { border-color: #EB7BFC; }
span { border-color: rgb(235,123,252); }
td.TdClassName
{
border-color: #EB7BFC;
}
.TagClassName
{
border-color: #EB7BFC;
}
</style>