Shades of Heliotrope #EE6FFD
Tints of Heliotrope #EE6FFD
RGB
CMYK
RGB Variations
Color information
#EE6FFD (or 0xEE6FFD) is known color: Heliotrope. HEX triplet: EE, 6F and FD. RGB value is (238,111,253). Sum of RGB (Red+Green+Blue) = 238+111+253=602 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.53% from 602); Green value is 111 (43.75% from 255 or 18.44% from 602); Blue value is 253 (99.22% from 255 or 42.03% from 602); Max value from RGB is 253 - color contains mainly: blue. Hex color #EE6FFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE6FFD is #119002. Grayscale: #A4A4A4. Windows color (decimal): -1150979 or 16609262. OLE color: 16609262.
HSL color Cylindrical-coordinate representation of color #EE6FFD: hue angle of 293.66º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EE6FFD is Cyan = 0.06, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 238 | 111 | 253 | - |
| CMYK | 0.06 | 0.56 | 0 | 0.01 |
| HSL | 293.66º | 0.97% | 0.71% | - |
| HSV(B) | 293.66º | 0.56% | 0.99% | - |
| XYZ | 58.67 | 36.64 | 96.91 | - |
| YUV | 165.16 | 177.58 | 179.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 111 | 253 | 0.06 | 0.56 | 0 | 0.01 | 293.66 | 0.97 | 0.71 |
| Hex | EE | 6F | FD | 6 | 38 | 0 | 1 | 126 | 61 | 47 |
| Octal | 356 | 157 | 375 | 6 | 70 | 0 | 1 | 446 | 141 | 107 |
| Binary | 11101110 | 1101111 | 11111101 | 110 | 111000 | 0 | 1 | 100100110 | 1100001 | 1000111 |
Color Harmonies of #EE6FFD
Complementary color
Monochromatic Colors of #EE6FFD
Black with #EE6FFD
Text Example
Text Example
White with #EE6FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6FFD; }
p { color: rgb(238,111,253); }
H1.HeaderClassName
{
color: #EE6FFD;
}
.AnyTagClassName
{
color: #EE6FFD;
}
</style>
background-color css
<style>
a { background-color: #EE6FFD; }
a { background-color: rgb(238,111,253); }
div.DivClassName
{
background-color: #EE6FFD;
}
.BgClassName
{
background-color: #EE6FFD;
}
</style>
border-color css
<style>
span { border-color: #EE6FFD; }
span { border-color: rgb(238,111,253); }
td.TdClassName
{
border-color: #EE6FFD;
}
.TagClassName
{
border-color: #EE6FFD;
}
</style>