Shades of Heliotrope #EE74FE
Tints of Heliotrope #EE74FE
RGB
CMYK
RGB Variations
Color information
#EE74FE (or 0xEE74FE) is known color: Heliotrope. HEX triplet: EE, 74 and FE. RGB value is (238,116,254). Sum of RGB (Red+Green+Blue) = 238+116+254=608 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.14% from 608); Green value is 116 (45.70% from 255 or 19.08% from 608); Blue value is 254 (99.61% from 255 or 41.78% from 608); Max value from RGB is 254 - color contains mainly: blue. Hex color #EE74FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE74FE is #118B01. Grayscale: #A7A7A7. Windows color (decimal): -1149698 or 16676078. OLE color: 16676078.
HSL color Cylindrical-coordinate representation of color #EE74FE: hue angle of 293.04º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EE74FE is Cyan = 0.06, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 238 | 116 | 254 | - |
| CMYK | 0.06 | 0.54 | 0 | 0.00 |
| HSL | 293.04º | 0.99% | 0.73% | - |
| HSV(B) | 293.04º | 0.54% | 1% | - |
| XYZ | 59.39 | 37.82 | 97.94 | - |
| YUV | 168.21 | 176.42 | 177.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 116 | 254 | 0.06 | 0.54 | 0 | 0.00 | 293.04 | 0.99 | 0.73 |
| Hex | EE | 74 | FE | 6 | 36 | 0 | 0 | 125 | 63 | 49 |
| Octal | 356 | 164 | 376 | 6 | 66 | 0 | 0 | 445 | 143 | 111 |
| Binary | 11101110 | 1110100 | 11111110 | 110 | 110110 | 0 | 0 | 100100101 | 1100011 | 1001001 |
Color Harmonies of #EE74FE
Complementary color
Monochromatic Colors of #EE74FE
Black with #EE74FE
Text Example
Text Example
White with #EE74FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE74FE; }
p { color: rgb(238,116,254); }
H1.HeaderClassName
{
color: #EE74FE;
}
.AnyTagClassName
{
color: #EE74FE;
}
</style>
background-color css
<style>
a { background-color: #EE74FE; }
a { background-color: rgb(238,116,254); }
div.DivClassName
{
background-color: #EE74FE;
}
.BgClassName
{
background-color: #EE74FE;
}
</style>
border-color css
<style>
span { border-color: #EE74FE; }
span { border-color: rgb(238,116,254); }
td.TdClassName
{
border-color: #EE74FE;
}
.TagClassName
{
border-color: #EE74FE;
}
</style>