Shades of Pale Violet Red #EB679D
Tints of Pale Violet Red #EB679D
RGB
CMYK
RGB Variations
Color information
#EB679D (or 0xEB679D) is known color: Pale Violet Red. HEX triplet: EB, 67 and 9D. RGB value is (235,103,157). Sum of RGB (Red+Green+Blue) = 235+103+157=495 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.47% from 495); Green value is 103 (40.62% from 255 or 20.81% from 495); Blue value is 157 (61.72% from 255 or 31.72% from 495); Max value from RGB is 235 - color contains mainly: red. Hex color #EB679D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB679D is #149862. Grayscale: #949494. Windows color (decimal): -1349731 or 10315755. OLE color: 10315755.
HSL color Cylindrical-coordinate representation of color #EB679D: hue angle of 335.45º 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 #EB679D is Cyan = 0, Magento = 0.56, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 103 | 157 | - |
| CMYK | 0 | 0.56 | 0.33 | 0.08 |
| HSL | 335.45º | 0.77% | 0.66% | - |
| HSV(B) | 335.45º | 0.56% | 0.92% | - |
| XYZ | 45.2 | 29.8 | 35.27 | - |
| YUV | 148.62 | 132.73 | 189.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 103 | 157 | 0 | 0.56 | 0.33 | 0.08 | 335.45 | 0.77 | 0.66 |
| Hex | EB | 67 | 9D | 0 | 38 | 21 | 8 | 14F | 4D | 42 |
| Octal | 353 | 147 | 235 | 0 | 70 | 41 | 10 | 517 | 115 | 102 |
| Binary | 11101011 | 1100111 | 10011101 | 0 | 111000 | 100001 | 1000 | 101001111 | 1001101 | 1000010 |
Color Harmonies of #EB679D
Complementary color
Monochromatic Colors of #EB679D
Black with #EB679D
Text Example
Text Example
White with #EB679D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB679D; }
p { color: rgb(235,103,157); }
H1.HeaderClassName
{
color: #EB679D;
}
.AnyTagClassName
{
color: #EB679D;
}
</style>
background-color css
<style>
a { background-color: #EB679D; }
a { background-color: rgb(235,103,157); }
div.DivClassName
{
background-color: #EB679D;
}
.BgClassName
{
background-color: #EB679D;
}
</style>
border-color css
<style>
span { border-color: #EB679D; }
span { border-color: rgb(235,103,157); }
td.TdClassName
{
border-color: #EB679D;
}
.TagClassName
{
border-color: #EB679D;
}
</style>