Shades of Pale Violet Red #EB68A1
Tints of Pale Violet Red #EB68A1
RGB
CMYK
RGB Variations
Color information
#EB68A1 (or 0xEB68A1) is known color: Pale Violet Red. HEX triplet: EB, 68 and A1. RGB value is (235,104,161). Sum of RGB (Red+Green+Blue) = 235+104+161=500 (66% of max value = 765). Red value is 235 (92.19% from 255 or 47% from 500); Green value is 104 (41.02% from 255 or 20.8% from 500); Blue value is 161 (63.28% from 255 or 32.2% from 500); Max value from RGB is 235 - color contains mainly: red. Hex color #EB68A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB68A1 is #14975E. Grayscale: #959595. Windows color (decimal): -1349471 or 10578155. OLE color: 10578155.
HSL color Cylindrical-coordinate representation of color #EB68A1: hue angle of 333.89º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EB68A1 is Cyan = 0, Magento = 0.56, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 104 | 161 | - |
| CMYK | 0 | 0.56 | 0.31 | 0.08 |
| HSL | 333.89º | 0.77% | 0.66% | - |
| HSV(B) | 333.89º | 0.56% | 0.92% | - |
| XYZ | 45.64 | 30.14 | 37.13 | - |
| YUV | 149.67 | 134.4 | 188.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 104 | 161 | 0 | 0.56 | 0.31 | 0.08 | 333.89 | 0.77 | 0.66 |
| Hex | EB | 68 | A1 | 0 | 38 | 1F | 8 | 14E | 4D | 42 |
| Octal | 353 | 150 | 241 | 0 | 70 | 37 | 10 | 516 | 115 | 102 |
| Binary | 11101011 | 1101000 | 10100001 | 0 | 111000 | 11111 | 1000 | 101001110 | 1001101 | 1000010 |
Color Harmonies of #EB68A1
Complementary color
Monochromatic Colors of #EB68A1
Black with #EB68A1
Text Example
Text Example
White with #EB68A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB68A1; }
p { color: rgb(235,104,161); }
H1.HeaderClassName
{
color: #EB68A1;
}
.AnyTagClassName
{
color: #EB68A1;
}
</style>
background-color css
<style>
a { background-color: #EB68A1; }
a { background-color: rgb(235,104,161); }
div.DivClassName
{
background-color: #EB68A1;
}
.BgClassName
{
background-color: #EB68A1;
}
</style>
border-color css
<style>
span { border-color: #EB68A1; }
span { border-color: rgb(235,104,161); }
td.TdClassName
{
border-color: #EB68A1;
}
.TagClassName
{
border-color: #EB68A1;
}
</style>