Shades of Pale Violet Red #EB669D
Tints of Pale Violet Red #EB669D
RGB
CMYK
RGB Variations
Color information
#EB669D (or 0xEB669D) is known color: Pale Violet Red. HEX triplet: EB, 66 and 9D. RGB value is (235,102,157). Sum of RGB (Red+Green+Blue) = 235+102+157=494 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.57% from 494); Green value is 102 (40.23% from 255 or 20.65% from 494); Blue value is 157 (61.72% from 255 or 31.78% from 494); Max value from RGB is 235 - color contains mainly: red. Hex color #EB669D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB669D is #149962. Grayscale: #939393. Windows color (decimal): -1349987 or 10315499. OLE color: 10315499.
HSL color Cylindrical-coordinate representation of color #EB669D: hue angle of 335.19º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EB669D is Cyan = 0, Magento = 0.57, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 102 | 157 | - |
| CMYK | 0 | 0.57 | 0.33 | 0.08 |
| HSL | 335.19º | 0.77% | 0.66% | - |
| HSV(B) | 335.19º | 0.57% | 0.92% | - |
| XYZ | 45.1 | 29.6 | 35.23 | - |
| YUV | 148.04 | 133.06 | 190.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 102 | 157 | 0 | 0.57 | 0.33 | 0.08 | 335.19 | 0.77 | 0.66 |
| Hex | EB | 66 | 9D | 0 | 39 | 21 | 8 | 14F | 4D | 42 |
| Octal | 353 | 146 | 235 | 0 | 71 | 41 | 10 | 517 | 115 | 102 |
| Binary | 11101011 | 1100110 | 10011101 | 0 | 111001 | 100001 | 1000 | 101001111 | 1001101 | 1000010 |
Color Harmonies of #EB669D
Complementary color
Monochromatic Colors of #EB669D
Black with #EB669D
Text Example
Text Example
White with #EB669D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB669D; }
p { color: rgb(235,102,157); }
H1.HeaderClassName
{
color: #EB669D;
}
.AnyTagClassName
{
color: #EB669D;
}
</style>
background-color css
<style>
a { background-color: #EB669D; }
a { background-color: rgb(235,102,157); }
div.DivClassName
{
background-color: #EB669D;
}
.BgClassName
{
background-color: #EB669D;
}
</style>
border-color css
<style>
span { border-color: #EB669D; }
span { border-color: rgb(235,102,157); }
td.TdClassName
{
border-color: #EB669D;
}
.TagClassName
{
border-color: #EB669D;
}
</style>