Shades of Pale Violet Red #E1628F
Tints of Pale Violet Red #E1628F
RGB
CMYK
RGB Variations
Color information
#E1628F (or 0xE1628F) is known color: Pale Violet Red. HEX triplet: E1, 62 and 8F. RGB value is (225,98,143). Sum of RGB (Red+Green+Blue) = 225+98+143=466 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.28% from 466); Green value is 98 (38.67% from 255 or 21.03% from 466); Blue value is 143 (56.25% from 255 or 30.69% from 466); Max value from RGB is 225 - color contains mainly: red. Hex color #E1628F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E1628F is #1E9D70. Grayscale: #8D8D8D. Windows color (decimal): -2006385 or 9396961. OLE color: 9396961.
HSL color Cylindrical-coordinate representation of color #E1628F: hue angle of 338.74º degrees, saturation: 0.68, 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 #E1628F is Cyan = 0, Magento = 0.56, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 98 | 143 | - |
| CMYK | 0 | 0.56 | 0.36 | 0.12 |
| HSL | 338.74º | 0.68% | 0.63% | - |
| HSV(B) | 338.74º | 0.56% | 0.88% | - |
| XYZ | 40.38 | 26.73 | 29.02 | - |
| YUV | 141.1 | 129.08 | 187.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 98 | 143 | 0 | 0.56 | 0.36 | 0.12 | 338.74 | 0.68 | 0.63 |
| Hex | E1 | 62 | 8F | 0 | 38 | 24 | C | 153 | 44 | 3F |
| Octal | 341 | 142 | 217 | 0 | 70 | 44 | 14 | 523 | 104 | 77 |
| Binary | 11100001 | 1100010 | 10001111 | 0 | 111000 | 100100 | 1100 | 101010011 | 1000100 | 111111 |
Color Harmonies of #E1628F
Complementary color
Monochromatic Colors of #E1628F
Black with #E1628F
Text Example
Text Example
White with #E1628F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1628F; }
p { color: rgb(225,98,143); }
H1.HeaderClassName
{
color: #E1628F;
}
.AnyTagClassName
{
color: #E1628F;
}
</style>
background-color css
<style>
a { background-color: #E1628F; }
a { background-color: rgb(225,98,143); }
div.DivClassName
{
background-color: #E1628F;
}
.BgClassName
{
background-color: #E1628F;
}
</style>
border-color css
<style>
span { border-color: #E1628F; }
span { border-color: rgb(225,98,143); }
td.TdClassName
{
border-color: #E1628F;
}
.TagClassName
{
border-color: #E1628F;
}
</style>