Shades of Pale Violet Red #E65D9B
Tints of Pale Violet Red #E65D9B
RGB
CMYK
RGB Variations
Color information
#E65D9B (or 0xE65D9B) is known color: Pale Violet Red. HEX triplet: E6, 5D and 9B. RGB value is (230,93,155). Sum of RGB (Red+Green+Blue) = 230+93+155=478 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.12% from 478); Green value is 93 (36.72% from 255 or 19.46% from 478); Blue value is 155 (60.94% from 255 or 32.43% from 478); Max value from RGB is 230 - color contains mainly: red. Hex color #E65D9B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65D9B is #19A264. Grayscale: #8C8C8C. Windows color (decimal): -1679973 or 10182118. OLE color: 10182118.
HSL color Cylindrical-coordinate representation of color #E65D9B: hue angle of 332.85º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E65D9B is Cyan = 0, Magento = 0.60, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 93 | 155 | - |
| CMYK | 0 | 0.60 | 0.33 | 0.10 |
| HSL | 332.85º | 0.73% | 0.63% | - |
| HSV(B) | 332.85º | 0.6% | 0.9% | - |
| XYZ | 42.46 | 27.02 | 33.99 | - |
| YUV | 141.03 | 135.89 | 191.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 93 | 155 | 0 | 0.60 | 0.33 | 0.10 | 332.85 | 0.73 | 0.63 |
| Hex | E6 | 5D | 9B | 0 | 3C | 21 | A | 14D | 49 | 3F |
| Octal | 346 | 135 | 233 | 0 | 74 | 41 | 12 | 515 | 111 | 77 |
| Binary | 11100110 | 1011101 | 10011011 | 0 | 111100 | 100001 | 1010 | 101001101 | 1001001 | 111111 |
Color Harmonies of #E65D9B
Complementary color
Monochromatic Colors of #E65D9B
Black with #E65D9B
Text Example
Text Example
White with #E65D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65D9B; }
p { color: rgb(230,93,155); }
H1.HeaderClassName
{
color: #E65D9B;
}
.AnyTagClassName
{
color: #E65D9B;
}
</style>
background-color css
<style>
a { background-color: #E65D9B; }
a { background-color: rgb(230,93,155); }
div.DivClassName
{
background-color: #E65D9B;
}
.BgClassName
{
background-color: #E65D9B;
}
</style>
border-color css
<style>
span { border-color: #E65D9B; }
span { border-color: rgb(230,93,155); }
td.TdClassName
{
border-color: #E65D9B;
}
.TagClassName
{
border-color: #E65D9B;
}
</style>