Shades of Heliotrope #EA74FE
Tints of Heliotrope #EA74FE
RGB
CMYK
RGB Variations
Color information
#EA74FE (or 0xEA74FE) is known color: Heliotrope. HEX triplet: EA, 74 and FE. RGB value is (234,116,254). Sum of RGB (Red+Green+Blue) = 234+116+254=604 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.74% from 604); Green value is 116 (45.70% from 255 or 19.21% from 604); Blue value is 254 (99.61% from 255 or 42.05% from 604); Max value from RGB is 254 - color contains mainly: blue. Hex color #EA74FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA74FE is #158B01. Grayscale: #A6A6A6. Windows color (decimal): -1411842 or 16676074. OLE color: 16676074.
HSL color Cylindrical-coordinate representation of color #EA74FE: hue angle of 291.3º 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 #EA74FE is Cyan = 0.08, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 234 | 116 | 254 | - |
| CMYK | 0.08 | 0.54 | 0 | 0.00 |
| HSL | 291.3º | 0.99% | 0.73% | - |
| HSV(B) | 291.3º | 0.54% | 1% | - |
| XYZ | 58.07 | 37.14 | 97.87 | - |
| YUV | 167.01 | 177.09 | 175.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 116 | 254 | 0.08 | 0.54 | 0 | 0.00 | 291.3 | 0.99 | 0.73 |
| Hex | EA | 74 | FE | 8 | 36 | 0 | 0 | 123 | 63 | 49 |
| Octal | 352 | 164 | 376 | 10 | 66 | 0 | 0 | 443 | 143 | 111 |
| Binary | 11101010 | 1110100 | 11111110 | 1000 | 110110 | 0 | 0 | 100100011 | 1100011 | 1001001 |
Color Harmonies of #EA74FE
Complementary color
Monochromatic Colors of #EA74FE
Black with #EA74FE
Text Example
Text Example
White with #EA74FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA74FE; }
p { color: rgb(234,116,254); }
H1.HeaderClassName
{
color: #EA74FE;
}
.AnyTagClassName
{
color: #EA74FE;
}
</style>
background-color css
<style>
a { background-color: #EA74FE; }
a { background-color: rgb(234,116,254); }
div.DivClassName
{
background-color: #EA74FE;
}
.BgClassName
{
background-color: #EA74FE;
}
</style>
border-color css
<style>
span { border-color: #EA74FE; }
span { border-color: rgb(234,116,254); }
td.TdClassName
{
border-color: #EA74FE;
}
.TagClassName
{
border-color: #EA74FE;
}
</style>