Shades of Violet Red #E64182
Tints of Violet Red #E64182
RGB
CMYK
RGB Variations
Color information
#E64182 (or 0xE64182) is known color: Violet Red. HEX triplet: E6, 41 and 82. RGB value is (230,65,130). Sum of RGB (Red+Green+Blue) = 230+65+130=425 (56% of max value = 765). Red value is 230 (90.23% from 255 or 54.12% from 425); Green value is 65 (25.78% from 255 or 15.29% from 425); Blue value is 130 (51.17% from 255 or 30.59% from 425); Max value from RGB is 230 - color contains mainly: red. Hex color #E64182 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E64182 is #19BE7D. Grayscale: #797979. Windows color (decimal): -1687166 or 8536550. OLE color: 8536550.
HSL color Cylindrical-coordinate representation of color #E64182: hue angle of 336.36º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E64182 is Cyan = 0, Magento = 0.72, Yellow = 0.43 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 65 | 130 | - |
| CMYK | 0 | 0.72 | 0.43 | 0.10 |
| HSL | 336.36º | 0.77% | 0.58% | - |
| HSV(B) | 336.36º | 0.72% | 0.9% | - |
| XYZ | 38.55 | 22.22 | 23.38 | - |
| YUV | 121.75 | 132.66 | 205.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 65 | 130 | 0 | 0.72 | 0.43 | 0.10 | 336.36 | 0.77 | 0.58 |
| Hex | E6 | 41 | 82 | 0 | 48 | 2B | A | 150 | 4D | 3A |
| Octal | 346 | 101 | 202 | 0 | 110 | 53 | 12 | 520 | 115 | 72 |
| Binary | 11100110 | 1000001 | 10000010 | 0 | 1001000 | 101011 | 1010 | 101010000 | 1001101 | 111010 |
Color Harmonies of #E64182
Complementary color
Monochromatic Colors of #E64182
Black with #E64182
Text Example
Text Example
White with #E64182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64182; }
p { color: rgb(230,65,130); }
H1.HeaderClassName
{
color: #E64182;
}
.AnyTagClassName
{
color: #E64182;
}
</style>
background-color css
<style>
a { background-color: #E64182; }
a { background-color: rgb(230,65,130); }
div.DivClassName
{
background-color: #E64182;
}
.BgClassName
{
background-color: #E64182;
}
</style>
border-color css
<style>
span { border-color: #E64182; }
span { border-color: rgb(230,65,130); }
td.TdClassName
{
border-color: #E64182;
}
.TagClassName
{
border-color: #E64182;
}
</style>