Shades of Pale Violet Red #EB6BA1
Tints of Pale Violet Red #EB6BA1
RGB
CMYK
RGB Variations
Color information
#EB6BA1 (or 0xEB6BA1) is known color: Pale Violet Red. HEX triplet: EB, 6B and A1. RGB value is (235,107,161). Sum of RGB (Red+Green+Blue) = 235+107+161=503 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.72% from 503); Green value is 107 (42.19% from 255 or 21.27% from 503); Blue value is 161 (63.28% from 255 or 32.01% from 503); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6BA1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB6BA1 is #14945E. Grayscale: #979797. Windows color (decimal): -1348703 or 10578923. OLE color: 10578923.
HSL color Cylindrical-coordinate representation of color #EB6BA1: hue angle of 334.69º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EB6BA1 is Cyan = 0, Magento = 0.54, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
RGB | 235 | 107 | 161 | - |
CMYK | 0 | 0.54 | 0.31 | 0.08 |
HSL | 334.69º | 0.76% | 0.67% | - |
HSV(B) | 334.69º | 0.54% | 0.92% | - |
XYZ | 45.95 | 30.75 | 37.23 | - |
YUV | 151.43 | 133.41 | 187.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 107 | 161 | 0 | 0.54 | 0.31 | 0.08 | 334.69 | 0.76 | 0.67 |
Hex | EB | 6B | A1 | 0 | 36 | 1F | 8 | 14F | 4C | 43 |
Octal | 353 | 153 | 241 | 0 | 66 | 37 | 10 | 517 | 114 | 103 |
Binary | 11101011 | 1101011 | 10100001 | 0 | 110110 | 11111 | 1000 | 101001111 | 1001100 | 1000011 |
Color Harmonies of #EB6BA1
Complementary color
Monochromatic Colors of #EB6BA1
Black with #EB6BA1
Text Example
Text Example
White with #EB6BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB6BA1; }
p { color: rgb(235,107,161); }
H1.HeaderClassName
{
color: #EB6BA1;
}
.AnyTagClassName
{
color: #EB6BA1;
}
</style>
background-color css
<style>
a { background-color: #EB6BA1; }
a { background-color: rgb(235,107,161); }
div.DivClassName
{
background-color: #EB6BA1;
}
.BgClassName
{
background-color: #EB6BA1;
}
</style>
border-color css
<style>
span { border-color: #EB6BA1; }
span { border-color: rgb(235,107,161); }
td.TdClassName
{
border-color: #EB6BA1;
}
.TagClassName
{
border-color: #EB6BA1;
}
</style>