Shades of Heliotrope #E05CFC
Tints of Heliotrope #E05CFC
RGB
CMYK
RGB Variations
Color information
#E05CFC (or 0xE05CFC) is known color: Heliotrope. HEX triplet: E0, 5C and FC. RGB value is (224,92,252). Sum of RGB (Red+Green+Blue) = 224+92+252=568 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.44% from 568); Green value is 92 (36.33% from 255 or 16.20% from 568); Blue value is 252 (98.83% from 255 or 44.37% from 568); Max value from RGB is 252 - color contains mainly: blue. Hex color #E05CFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E05CFC is #1FA303. Grayscale: #959595. Windows color (decimal): -2073348 or 16538848. OLE color: 16538848.
HSL color Cylindrical-coordinate representation of color #E05CFC: hue angle of 289.5º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E05CFC is Cyan = 0.11, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 224 | 92 | 252 | - |
| CMYK | 0.11 | 0.63 | 0 | 0.01 |
| HSL | 289.5º | 0.96% | 0.67% | - |
| HSV(B) | 289.5º | 0.63% | 0.99% | - |
| XYZ | 52.14 | 30.53 | 95.24 | - |
| YUV | 149.71 | 185.73 | 180.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 92 | 252 | 0.11 | 0.63 | 0 | 0.01 | 289.5 | 0.96 | 0.67 |
| Hex | E0 | 5C | FC | B | 3F | 0 | 1 | 122 | 60 | 43 |
| Octal | 340 | 134 | 374 | 13 | 77 | 0 | 1 | 442 | 140 | 103 |
| Binary | 11100000 | 1011100 | 11111100 | 1011 | 111111 | 0 | 1 | 100100010 | 1100000 | 1000011 |
Color Harmonies of #E05CFC
Complementary color
Monochromatic Colors of #E05CFC
Black with #E05CFC
Text Example
Text Example
White with #E05CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05CFC; }
p { color: rgb(224,92,252); }
H1.HeaderClassName
{
color: #E05CFC;
}
.AnyTagClassName
{
color: #E05CFC;
}
</style>
background-color css
<style>
a { background-color: #E05CFC; }
a { background-color: rgb(224,92,252); }
div.DivClassName
{
background-color: #E05CFC;
}
.BgClassName
{
background-color: #E05CFC;
}
</style>
border-color css
<style>
span { border-color: #E05CFC; }
span { border-color: rgb(224,92,252); }
td.TdClassName
{
border-color: #E05CFC;
}
.TagClassName
{
border-color: #E05CFC;
}
</style>