Shades of Pale Violet Red #E674A0
Tints of Pale Violet Red #E674A0
RGB
CMYK
RGB Variations
Color information
#E674A0 (or 0xE674A0) is known color: Pale Violet Red. HEX triplet: E6, 74 and A0. RGB value is (230,116,160). Sum of RGB (Red+Green+Blue) = 230+116+160=506 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.45% from 506); Green value is 116 (45.70% from 255 or 22.92% from 506); Blue value is 160 (62.89% from 255 or 31.62% from 506); Max value from RGB is 230 - color contains mainly: red. Hex color #E674A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E674A0 is #198B5F. Grayscale: #9B9B9B. Windows color (decimal): -1674080 or 10515686. OLE color: 10515686.
HSL color Cylindrical-coordinate representation of color #E674A0: hue angle of 336.84º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E674A0 is Cyan = 0, Magento = 0.50, Yellow = 0.30 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 116 | 160 | - |
| CMYK | 0 | 0.50 | 0.30 | 0.10 |
| HSL | 336.84º | 0.7% | 0.68% | - |
| HSV(B) | 336.84º | 0.5% | 0.9% | - |
| XYZ | 45.22 | 31.85 | 37.02 | - |
| YUV | 155.1 | 130.77 | 181.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 116 | 160 | 0 | 0.50 | 0.30 | 0.10 | 336.84 | 0.7 | 0.68 |
| Hex | E6 | 74 | A0 | 0 | 32 | 1E | A | 151 | 46 | 44 |
| Octal | 346 | 164 | 240 | 0 | 62 | 36 | 12 | 521 | 106 | 104 |
| Binary | 11100110 | 1110100 | 10100000 | 0 | 110010 | 11110 | 1010 | 101010001 | 1000110 | 1000100 |
Color Harmonies of #E674A0
Complementary color
Monochromatic Colors of #E674A0
Black with #E674A0
Text Example
Text Example
White with #E674A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E674A0; }
p { color: rgb(230,116,160); }
H1.HeaderClassName
{
color: #E674A0;
}
.AnyTagClassName
{
color: #E674A0;
}
</style>
background-color css
<style>
a { background-color: #E674A0; }
a { background-color: rgb(230,116,160); }
div.DivClassName
{
background-color: #E674A0;
}
.BgClassName
{
background-color: #E674A0;
}
</style>
border-color css
<style>
span { border-color: #E674A0; }
span { border-color: rgb(230,116,160); }
td.TdClassName
{
border-color: #E674A0;
}
.TagClassName
{
border-color: #E674A0;
}
</style>