Shades of Pale Violet Red #EB68A0
Tints of Pale Violet Red #EB68A0
RGB
CMYK
RGB Variations
Color information
#EB68A0 (or 0xEB68A0) is known color: Pale Violet Red. HEX triplet: EB, 68 and A0. RGB value is (235,104,160). Sum of RGB (Red+Green+Blue) = 235+104+160=499 (66% of max value = 765). Red value is 235 (92.19% from 255 or 47.09% from 499); Green value is 104 (41.02% from 255 or 20.84% from 499); Blue value is 160 (62.89% from 255 or 32.06% from 499); Max value from RGB is 235 - color contains mainly: red. Hex color #EB68A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB68A0 is #14975F. Grayscale: #959595. Windows color (decimal): -1349472 or 10512619. OLE color: 10512619.
HSL color Cylindrical-coordinate representation of color #EB68A0: hue angle of 334.35º 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 #EB68A0 is Cyan = 0, Magento = 0.56, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 104 | 160 | - |
| CMYK | 0 | 0.56 | 0.32 | 0.08 |
| HSL | 334.35º | 0.77% | 0.66% | - |
| HSV(B) | 334.35º | 0.56% | 0.92% | - |
| XYZ | 45.56 | 30.1 | 36.67 | - |
| YUV | 149.55 | 133.9 | 188.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 104 | 160 | 0 | 0.56 | 0.32 | 0.08 | 334.35 | 0.77 | 0.66 |
| Hex | EB | 68 | A0 | 0 | 38 | 20 | 8 | 14E | 4D | 42 |
| Octal | 353 | 150 | 240 | 0 | 70 | 40 | 10 | 516 | 115 | 102 |
| Binary | 11101011 | 1101000 | 10100000 | 0 | 111000 | 100000 | 1000 | 101001110 | 1001101 | 1000010 |
Color Harmonies of #EB68A0
Complementary color
Monochromatic Colors of #EB68A0
Black with #EB68A0
Text Example
Text Example
White with #EB68A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB68A0; }
p { color: rgb(235,104,160); }
H1.HeaderClassName
{
color: #EB68A0;
}
.AnyTagClassName
{
color: #EB68A0;
}
</style>
background-color css
<style>
a { background-color: #EB68A0; }
a { background-color: rgb(235,104,160); }
div.DivClassName
{
background-color: #EB68A0;
}
.BgClassName
{
background-color: #EB68A0;
}
</style>
border-color css
<style>
span { border-color: #EB68A0; }
span { border-color: rgb(235,104,160); }
td.TdClassName
{
border-color: #EB68A0;
}
.TagClassName
{
border-color: #EB68A0;
}
</style>