Shades of Pale Violet Red #E06398
Tints of Pale Violet Red #E06398
RGB
CMYK
RGB Variations
Color information
#E06398 (or 0xE06398) is known color: Pale Violet Red. HEX triplet: E0, 63 and 98. RGB value is (224,99,152). Sum of RGB (Red+Green+Blue) = 224+99+152=475 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.16% from 475); Green value is 99 (39.06% from 255 or 20.84% from 475); Blue value is 152 (59.77% from 255 or 32% from 475); Max value from RGB is 224 - color contains mainly: red. Hex color #E06398 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06398 is #1F9C67. Grayscale: #8E8E8E. Windows color (decimal): -2071656 or 9987040. OLE color: 9987040.
HSL color Cylindrical-coordinate representation of color #E06398: hue angle of 334.56º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E06398 is Cyan = 0, Magento = 0.56, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 99 | 152 | - |
| CMYK | 0 | 0.56 | 0.32 | 0.12 |
| HSL | 334.56º | 0.67% | 0.63% | - |
| HSV(B) | 334.56º | 0.56% | 0.88% | - |
| XYZ | 40.87 | 27.04 | 32.77 | - |
| YUV | 142.42 | 133.41 | 186.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 99 | 152 | 0 | 0.56 | 0.32 | 0.12 | 334.56 | 0.67 | 0.63 |
| Hex | E0 | 63 | 98 | 0 | 38 | 20 | C | 14F | 43 | 3F |
| Octal | 340 | 143 | 230 | 0 | 70 | 40 | 14 | 517 | 103 | 77 |
| Binary | 11100000 | 1100011 | 10011000 | 0 | 111000 | 100000 | 1100 | 101001111 | 1000011 | 111111 |
Color Harmonies of #E06398
Complementary color
Monochromatic Colors of #E06398
Black with #E06398
Text Example
Text Example
White with #E06398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06398; }
p { color: rgb(224,99,152); }
H1.HeaderClassName
{
color: #E06398;
}
.AnyTagClassName
{
color: #E06398;
}
</style>
background-color css
<style>
a { background-color: #E06398; }
a { background-color: rgb(224,99,152); }
div.DivClassName
{
background-color: #E06398;
}
.BgClassName
{
background-color: #E06398;
}
</style>
border-color css
<style>
span { border-color: #E06398; }
span { border-color: rgb(224,99,152); }
td.TdClassName
{
border-color: #E06398;
}
.TagClassName
{
border-color: #E06398;
}
</style>