Shades of Pale Violet Red #E363A4
Tints of Pale Violet Red #E363A4
RGB
CMYK
RGB Variations
Color information
#E363A4 (or 0xE363A4) is known color: Pale Violet Red. HEX triplet: E3, 63 and A4. RGB value is (227,99,164). Sum of RGB (Red+Green+Blue) = 227+99+164=490 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.33% from 490); Green value is 99 (39.06% from 255 or 20.20% from 490); Blue value is 164 (64.45% from 255 or 33.47% from 490); Max value from RGB is 227 - color contains mainly: red. Hex color #E363A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E363A4 is #1C9C5B. Grayscale: #909090. Windows color (decimal): -1875036 or 10773475. OLE color: 10773475.
HSL color Cylindrical-coordinate representation of color #E363A4: hue angle of 329.53º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E363A4 is Cyan = 0, Magento = 0.56, Yellow = 0.28 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 99 | 164 | - |
| CMYK | 0 | 0.56 | 0.28 | 0.11 |
| HSL | 329.53º | 0.7% | 0.64% | - |
| HSV(B) | 329.53º | 0.56% | 0.89% | - |
| XYZ | 42.84 | 27.93 | 38.26 | - |
| YUV | 144.68 | 138.91 | 186.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 99 | 164 | 0 | 0.56 | 0.28 | 0.11 | 329.53 | 0.7 | 0.64 |
| Hex | E3 | 63 | A4 | 0 | 38 | 1C | B | 14A | 46 | 40 |
| Octal | 343 | 143 | 244 | 0 | 70 | 34 | 13 | 512 | 106 | 100 |
| Binary | 11100011 | 1100011 | 10100100 | 0 | 111000 | 11100 | 1011 | 101001010 | 1000110 | 1000000 |
Color Harmonies of #E363A4
Complementary color
Monochromatic Colors of #E363A4
Black with #E363A4
Text Example
Text Example
White with #E363A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E363A4; }
p { color: rgb(227,99,164); }
H1.HeaderClassName
{
color: #E363A4;
}
.AnyTagClassName
{
color: #E363A4;
}
</style>
background-color css
<style>
a { background-color: #E363A4; }
a { background-color: rgb(227,99,164); }
div.DivClassName
{
background-color: #E363A4;
}
.BgClassName
{
background-color: #E363A4;
}
</style>
border-color css
<style>
span { border-color: #E363A4; }
span { border-color: rgb(227,99,164); }
td.TdClassName
{
border-color: #E363A4;
}
.TagClassName
{
border-color: #E363A4;
}
</style>