Shades of Pale Violet Red #EB679C
Tints of Pale Violet Red #EB679C
RGB
CMYK
RGB Variations
Color information
#EB679C (or 0xEB679C) is known color: Pale Violet Red. HEX triplet: EB, 67 and 9C. RGB value is (235,103,156). Sum of RGB (Red+Green+Blue) = 235+103+156=494 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.57% from 494); Green value is 103 (40.62% from 255 or 20.85% from 494); Blue value is 156 (61.33% from 255 or 31.58% from 494); Max value from RGB is 235 - color contains mainly: red. Hex color #EB679C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB679C is #149863. Grayscale: #949494. Windows color (decimal): -1349732 or 10250219. OLE color: 10250219.
HSL color Cylindrical-coordinate representation of color #EB679C: hue angle of 335.91º 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 #EB679C is Cyan = 0, Magento = 0.56, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 103 | 156 | - |
| CMYK | 0 | 0.56 | 0.34 | 0.08 |
| HSL | 335.91º | 0.77% | 0.66% | - |
| HSV(B) | 335.91º | 0.56% | 0.92% | - |
| XYZ | 45.11 | 29.76 | 34.82 | - |
| YUV | 148.51 | 132.23 | 189.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 103 | 156 | 0 | 0.56 | 0.34 | 0.08 | 335.91 | 0.77 | 0.66 |
| Hex | EB | 67 | 9C | 0 | 38 | 22 | 8 | 150 | 4D | 42 |
| Octal | 353 | 147 | 234 | 0 | 70 | 42 | 10 | 520 | 115 | 102 |
| Binary | 11101011 | 1100111 | 10011100 | 0 | 111000 | 100010 | 1000 | 101010000 | 1001101 | 1000010 |
Color Harmonies of #EB679C
Complementary color
Monochromatic Colors of #EB679C
Black with #EB679C
Text Example
Text Example
White with #EB679C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB679C; }
p { color: rgb(235,103,156); }
H1.HeaderClassName
{
color: #EB679C;
}
.AnyTagClassName
{
color: #EB679C;
}
</style>
background-color css
<style>
a { background-color: #EB679C; }
a { background-color: rgb(235,103,156); }
div.DivClassName
{
background-color: #EB679C;
}
.BgClassName
{
background-color: #EB679C;
}
</style>
border-color css
<style>
span { border-color: #EB679C; }
span { border-color: rgb(235,103,156); }
td.TdClassName
{
border-color: #EB679C;
}
.TagClassName
{
border-color: #EB679C;
}
</style>