Shades of Pale Violet Red #E65F93
Tints of Pale Violet Red #E65F93
RGB
CMYK
RGB Variations
Color information
#E65F93 (or 0xE65F93) is known color: Pale Violet Red. HEX triplet: E6, 5F and 93. RGB value is (230,95,147). Sum of RGB (Red+Green+Blue) = 230+95+147=472 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.73% from 472); Green value is 95 (37.5% from 255 or 20.13% from 472); Blue value is 147 (57.81% from 255 or 31.14% from 472); Max value from RGB is 230 - color contains mainly: red. Hex color #E65F93 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65F93 is #19A06C. Grayscale: #8D8D8D. Windows color (decimal): -1679469 or 9658342. OLE color: 9658342.
HSL color Cylindrical-coordinate representation of color #E65F93: hue angle of 336.89º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E65F93 is Cyan = 0, Magento = 0.59, Yellow = 0.36 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 95 | 147 | - |
| CMYK | 0 | 0.59 | 0.36 | 0.10 |
| HSL | 336.89º | 0.73% | 0.64% | - |
| HSV(B) | 336.89º | 0.59% | 0.9% | - |
| XYZ | 41.99 | 27.11 | 30.62 | - |
| YUV | 141.29 | 131.23 | 191.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 95 | 147 | 0 | 0.59 | 0.36 | 0.10 | 336.89 | 0.73 | 0.64 |
| Hex | E6 | 5F | 93 | 0 | 3B | 24 | A | 151 | 49 | 40 |
| Octal | 346 | 137 | 223 | 0 | 73 | 44 | 12 | 521 | 111 | 100 |
| Binary | 11100110 | 1011111 | 10010011 | 0 | 111011 | 100100 | 1010 | 101010001 | 1001001 | 1000000 |
Color Harmonies of #E65F93
Complementary color
Monochromatic Colors of #E65F93
Black with #E65F93
Text Example
Text Example
White with #E65F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65F93; }
p { color: rgb(230,95,147); }
H1.HeaderClassName
{
color: #E65F93;
}
.AnyTagClassName
{
color: #E65F93;
}
</style>
background-color css
<style>
a { background-color: #E65F93; }
a { background-color: rgb(230,95,147); }
div.DivClassName
{
background-color: #E65F93;
}
.BgClassName
{
background-color: #E65F93;
}
</style>
border-color css
<style>
span { border-color: #E65F93; }
span { border-color: rgb(230,95,147); }
td.TdClassName
{
border-color: #E65F93;
}
.TagClassName
{
border-color: #E65F93;
}
</style>