Shades of Violet Red #E6448A
Tints of Violet Red #E6448A
RGB
CMYK
RGB Variations
Color information
#E6448A (or 0xE6448A) is known color: Violet Red. HEX triplet: E6, 44 and 8A. RGB value is (230,68,138). Sum of RGB (Red+Green+Blue) = 230+68+138=436 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.75% from 436); Green value is 68 (26.95% from 255 or 15.60% from 436); Blue value is 138 (54.30% from 255 or 31.65% from 436); Max value from RGB is 230 - color contains mainly: red. Hex color #E6448A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E6448A is #19BB75. Grayscale: #7C7C7C. Windows color (decimal): -1686390 or 9061606. OLE color: 9061606.
HSL color Cylindrical-coordinate representation of color #E6448A: hue angle of 334.07º 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 #E6448A is Cyan = 0, Magento = 0.70, Yellow = 0.4 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 68 | 138 | - |
| CMYK | 0 | 0.70 | 0.4 | 0.10 |
| HSL | 334.07º | 0.76% | 0.58% | - |
| HSV(B) | 334.07º | 0.7% | 0.9% | - |
| XYZ | 39.29 | 22.79 | 26.37 | - |
| YUV | 124.42 | 135.67 | 203.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 68 | 138 | 0 | 0.70 | 0.4 | 0.10 | 334.07 | 0.76 | 0.58 |
| Hex | E6 | 44 | 8A | 0 | 46 | 28 | A | 14E | 4C | 3A |
| Octal | 346 | 104 | 212 | 0 | 106 | 50 | 12 | 516 | 114 | 72 |
| Binary | 11100110 | 1000100 | 10001010 | 0 | 1000110 | 101000 | 1010 | 101001110 | 1001100 | 111010 |
Color Harmonies of #E6448A
Complementary color
Monochromatic Colors of #E6448A
Black with #E6448A
Text Example
Text Example
White with #E6448A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6448A; }
p { color: rgb(230,68,138); }
H1.HeaderClassName
{
color: #E6448A;
}
.AnyTagClassName
{
color: #E6448A;
}
</style>
background-color css
<style>
a { background-color: #E6448A; }
a { background-color: rgb(230,68,138); }
div.DivClassName
{
background-color: #E6448A;
}
.BgClassName
{
background-color: #E6448A;
}
</style>
border-color css
<style>
span { border-color: #E6448A; }
span { border-color: rgb(230,68,138); }
td.TdClassName
{
border-color: #E6448A;
}
.TagClassName
{
border-color: #E6448A;
}
</style>