Shades of Violet Red #E6448C
Tints of Violet Red #E6448C
RGB
CMYK
RGB Variations
Color information
#E6448C (or 0xE6448C) is known color: Violet Red. HEX triplet: E6, 44 and 8C. RGB value is (230,68,140). Sum of RGB (Red+Green+Blue) = 230+68+140=438 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.51% from 438); Green value is 68 (26.95% from 255 or 15.53% from 438); Blue value is 140 (55.08% from 255 or 31.96% from 438); Max value from RGB is 230 - color contains mainly: red. Hex color #E6448C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E6448C is #19BB73. Grayscale: #7C7C7C. Windows color (decimal): -1686388 or 9192678. OLE color: 9192678.
HSL color Cylindrical-coordinate representation of color #E6448C: hue angle of 333.33º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E6448C is Cyan = 0, Magento = 0.70, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 68 | 140 | - |
| CMYK | 0 | 0.70 | 0.39 | 0.10 |
| HSL | 333.33º | 0.76% | 0.58% | - |
| HSV(B) | 333.33º | 0.7% | 0.9% | - |
| XYZ | 39.43 | 22.85 | 27.14 | - |
| YUV | 124.65 | 136.67 | 203.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 68 | 140 | 0 | 0.70 | 0.39 | 0.10 | 333.33 | 0.76 | 0.58 |
| Hex | E6 | 44 | 8C | 0 | 46 | 27 | A | 14D | 4C | 3A |
| Octal | 346 | 104 | 214 | 0 | 106 | 47 | 12 | 515 | 114 | 72 |
| Binary | 11100110 | 1000100 | 10001100 | 0 | 1000110 | 100111 | 1010 | 101001101 | 1001100 | 111010 |
Color Harmonies of #E6448C
Complementary color
Monochromatic Colors of #E6448C
Black with #E6448C
Text Example
Text Example
White with #E6448C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6448C; }
p { color: rgb(230,68,140); }
H1.HeaderClassName
{
color: #E6448C;
}
.AnyTagClassName
{
color: #E6448C;
}
</style>
background-color css
<style>
a { background-color: #E6448C; }
a { background-color: rgb(230,68,140); }
div.DivClassName
{
background-color: #E6448C;
}
.BgClassName
{
background-color: #E6448C;
}
</style>
border-color css
<style>
span { border-color: #E6448C; }
span { border-color: rgb(230,68,140); }
td.TdClassName
{
border-color: #E6448C;
}
.TagClassName
{
border-color: #E6448C;
}
</style>