Shades of Heliotrope #EE72FF
Tints of Heliotrope #EE72FF
RGB
CMYK
RGB Variations
Color information
#EE72FF (or 0xEE72FF) is known color: Heliotrope. HEX triplet: EE, 72 and FF. RGB value is (238,114,255). Sum of RGB (Red+Green+Blue) = 238+114+255=607 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.21% from 607); Green value is 114 (44.92% from 255 or 18.78% from 607); Blue value is 255 (100% from 255 or 42.01% from 607); Max value from RGB is 255 - color contains mainly: blue. Hex color #EE72FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE72FF is #118D00. Grayscale: #A6A6A6. Windows color (decimal): -1150209 or 16741102. OLE color: 16741102.
HSL color Cylindrical-coordinate representation of color #EE72FF: hue angle of 292.77º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EE72FF is Cyan = 0.07, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 114 | 255 | - |
| CMYK | 0.07 | 0.55 | 0 | 0 |
| HSL | 292.77º | 1% | 0.72% | - |
| HSV(B) | 292.77º | 0.55% | 1% | - |
| XYZ | 59.33 | 37.43 | 98.71 | - |
| YUV | 167.15 | 177.58 | 178.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 114 | 255 | 0.07 | 0.55 | 0 | 0 | 292.77 | 1 | 0.72 |
| Hex | EE | 72 | FF | 7 | 37 | 0 | 0 | 125 | 64 | 48 |
| Octal | 356 | 162 | 377 | 7 | 67 | 0 | 0 | 445 | 144 | 110 |
| Binary | 11101110 | 1110010 | 11111111 | 111 | 110111 | 0 | 0 | 100100101 | 1100100 | 1001000 |
Color Harmonies of #EE72FF
Complementary color
Monochromatic Colors of #EE72FF
Black with #EE72FF
Text Example
Text Example
White with #EE72FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE72FF; }
p { color: rgb(238,114,255); }
H1.HeaderClassName
{
color: #EE72FF;
}
.AnyTagClassName
{
color: #EE72FF;
}
</style>
background-color css
<style>
a { background-color: #EE72FF; }
a { background-color: rgb(238,114,255); }
div.DivClassName
{
background-color: #EE72FF;
}
.BgClassName
{
background-color: #EE72FF;
}
</style>
border-color css
<style>
span { border-color: #EE72FF; }
span { border-color: rgb(238,114,255); }
td.TdClassName
{
border-color: #EE72FF;
}
.TagClassName
{
border-color: #EE72FF;
}
</style>