Shades of Heliotrope #EE73FE
Tints of Heliotrope #EE73FE
RGB
CMYK
RGB Variations
Color information
#EE73FE (or 0xEE73FE) is known color: Heliotrope. HEX triplet: EE, 73 and FE. RGB value is (238,115,254). Sum of RGB (Red+Green+Blue) = 238+115+254=607 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.21% from 607); Green value is 115 (45.31% from 255 or 18.95% from 607); Blue value is 254 (99.61% from 255 or 41.85% from 607); Max value from RGB is 254 - color contains mainly: blue. Hex color #EE73FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE73FE is #118C01. Grayscale: #A7A7A7. Windows color (decimal): -1149954 or 16675822. OLE color: 16675822.
HSL color Cylindrical-coordinate representation of color #EE73FE: hue angle of 293.09º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EE73FE is Cyan = 0.06, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 238 | 115 | 254 | - |
| CMYK | 0.06 | 0.55 | 0 | 0.00 |
| HSL | 293.09º | 0.99% | 0.72% | - |
| HSV(B) | 293.09º | 0.55% | 1% | - |
| XYZ | 59.28 | 37.59 | 97.9 | - |
| YUV | 167.62 | 176.75 | 178.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 115 | 254 | 0.06 | 0.55 | 0 | 0.00 | 293.09 | 0.99 | 0.72 |
| Hex | EE | 73 | FE | 6 | 37 | 0 | 0 | 125 | 63 | 48 |
| Octal | 356 | 163 | 376 | 6 | 67 | 0 | 0 | 445 | 143 | 110 |
| Binary | 11101110 | 1110011 | 11111110 | 110 | 110111 | 0 | 0 | 100100101 | 1100011 | 1001000 |
Color Harmonies of #EE73FE
Complementary color
Monochromatic Colors of #EE73FE
Black with #EE73FE
Text Example
Text Example
White with #EE73FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE73FE; }
p { color: rgb(238,115,254); }
H1.HeaderClassName
{
color: #EE73FE;
}
.AnyTagClassName
{
color: #EE73FE;
}
</style>
background-color css
<style>
a { background-color: #EE73FE; }
a { background-color: rgb(238,115,254); }
div.DivClassName
{
background-color: #EE73FE;
}
.BgClassName
{
background-color: #EE73FE;
}
</style>
border-color css
<style>
span { border-color: #EE73FE; }
span { border-color: rgb(238,115,254); }
td.TdClassName
{
border-color: #EE73FE;
}
.TagClassName
{
border-color: #EE73FE;
}
</style>