Shades of Heliotrope #EA7BFD
Tints of Heliotrope #EA7BFD
RGB
CMYK
RGB Variations
Color information
#EA7BFD (or 0xEA7BFD) is known color: Heliotrope. HEX triplet: EA, 7B and FD. RGB value is (234,123,253). Sum of RGB (Red+Green+Blue) = 234+123+253=610 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.36% from 610); Green value is 123 (48.44% from 255 or 20.16% from 610); Blue value is 253 (99.22% from 255 or 41.48% from 610); Max value from RGB is 253 - color contains mainly: blue. Hex color #EA7BFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA7BFD is #158402. Grayscale: #AAAAAA. Windows color (decimal): -1410051 or 16612330. OLE color: 16612330.
HSL color Cylindrical-coordinate representation of color #EA7BFD: hue angle of 291.23º 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 #EA7BFD is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 234 | 123 | 253 | - |
| CMYK | 0.08 | 0.51 | 0 | 0.01 |
| HSL | 291.23º | 0.97% | 0.74% | - |
| HSV(B) | 291.23º | 0.51% | 0.99% | - |
| XYZ | 58.74 | 38.75 | 97.31 | - |
| YUV | 171.01 | 174.27 | 172.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 123 | 253 | 0.08 | 0.51 | 0 | 0.01 | 291.23 | 0.97 | 0.74 |
| Hex | EA | 7B | FD | 8 | 33 | 0 | 1 | 123 | 61 | 4A |
| Octal | 352 | 173 | 375 | 10 | 63 | 0 | 1 | 443 | 141 | 112 |
| Binary | 11101010 | 1111011 | 11111101 | 1000 | 110011 | 0 | 1 | 100100011 | 1100001 | 1001010 |
Color Harmonies of #EA7BFD
Complementary color
Monochromatic Colors of #EA7BFD
Black with #EA7BFD
Text Example
Text Example
White with #EA7BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7BFD; }
p { color: rgb(234,123,253); }
H1.HeaderClassName
{
color: #EA7BFD;
}
.AnyTagClassName
{
color: #EA7BFD;
}
</style>
background-color css
<style>
a { background-color: #EA7BFD; }
a { background-color: rgb(234,123,253); }
div.DivClassName
{
background-color: #EA7BFD;
}
.BgClassName
{
background-color: #EA7BFD;
}
</style>
border-color css
<style>
span { border-color: #EA7BFD; }
span { border-color: rgb(234,123,253); }
td.TdClassName
{
border-color: #EA7BFD;
}
.TagClassName
{
border-color: #EA7BFD;
}
</style>