Shades of Pale Violet Red #EB739C
Tints of Pale Violet Red #EB739C
RGB
CMYK
RGB Variations
Color information
#EB739C (or 0xEB739C) is known color: Pale Violet Red. HEX triplet: EB, 73 and 9C. RGB value is (235,115,156). Sum of RGB (Red+Green+Blue) = 235+115+156=506 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.44% from 506); Green value is 115 (45.31% from 255 or 22.73% from 506); Blue value is 156 (61.33% from 255 or 30.83% from 506); Max value from RGB is 235 - color contains mainly: red. Hex color #EB739C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB739C is #148C63. Grayscale: #9B9B9B. Windows color (decimal): -1346660 or 10253291. OLE color: 10253291.
HSL color Cylindrical-coordinate representation of color #EB739C: hue angle of 339.5º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EB739C is Cyan = 0, Magento = 0.51, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 115 | 156 | - |
| CMYK | 0 | 0.51 | 0.34 | 0.08 |
| HSL | 339.5º | 0.75% | 0.69% | - |
| HSV(B) | 339.5º | 0.51% | 0.92% | - |
| XYZ | 46.39 | 32.32 | 35.25 | - |
| YUV | 155.55 | 128.26 | 184.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 115 | 156 | 0 | 0.51 | 0.34 | 0.08 | 339.5 | 0.75 | 0.69 |
| Hex | EB | 73 | 9C | 0 | 33 | 22 | 8 | 154 | 4B | 45 |
| Octal | 353 | 163 | 234 | 0 | 63 | 42 | 10 | 524 | 113 | 105 |
| Binary | 11101011 | 1110011 | 10011100 | 0 | 110011 | 100010 | 1000 | 101010100 | 1001011 | 1000101 |
Color Harmonies of #EB739C
Complementary color
Monochromatic Colors of #EB739C
Black with #EB739C
Text Example
Text Example
White with #EB739C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB739C; }
p { color: rgb(235,115,156); }
H1.HeaderClassName
{
color: #EB739C;
}
.AnyTagClassName
{
color: #EB739C;
}
</style>
background-color css
<style>
a { background-color: #EB739C; }
a { background-color: rgb(235,115,156); }
div.DivClassName
{
background-color: #EB739C;
}
.BgClassName
{
background-color: #EB739C;
}
</style>
border-color css
<style>
span { border-color: #EB739C; }
span { border-color: rgb(235,115,156); }
td.TdClassName
{
border-color: #EB739C;
}
.TagClassName
{
border-color: #EB739C;
}
</style>