Shades of Pale Violet Red #EF6BA1
Tints of Pale Violet Red #EF6BA1
RGB
CMYK
RGB Variations
Color information
#EF6BA1 (or 0xEF6BA1) is known color: Pale Violet Red. HEX triplet: EF, 6B and A1. RGB value is (239,107,161). Sum of RGB (Red+Green+Blue) = 239+107+161=507 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.14% from 507); Green value is 107 (42.19% from 255 or 21.10% from 507); Blue value is 161 (63.28% from 255 or 31.76% from 507); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6BA1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF6BA1 is #10945E. Grayscale: #989898. Windows color (decimal): -1086559 or 10578927. OLE color: 10578927.
HSL color Cylindrical-coordinate representation of color #EF6BA1: hue angle of 335.45º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EF6BA1 is Cyan = 0, Magento = 0.55, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 107 | 161 | - |
| CMYK | 0 | 0.55 | 0.33 | 0.06 |
| HSL | 335.45º | 0.8% | 0.68% | - |
| HSV(B) | 335.45º | 0.55% | 0.94% | - |
| XYZ | 47.29 | 31.44 | 37.29 | - |
| YUV | 152.62 | 132.73 | 189.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 107 | 161 | 0 | 0.55 | 0.33 | 0.06 | 335.45 | 0.8 | 0.68 |
| Hex | EF | 6B | A1 | 0 | 37 | 21 | 6 | 14F | 50 | 44 |
| Octal | 357 | 153 | 241 | 0 | 67 | 41 | 6 | 517 | 120 | 104 |
| Binary | 11101111 | 1101011 | 10100001 | 0 | 110111 | 100001 | 110 | 101001111 | 1010000 | 1000100 |
Color Harmonies of #EF6BA1
Complementary color
Monochromatic Colors of #EF6BA1
Black with #EF6BA1
Text Example
Text Example
White with #EF6BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6BA1; }
p { color: rgb(239,107,161); }
H1.HeaderClassName
{
color: #EF6BA1;
}
.AnyTagClassName
{
color: #EF6BA1;
}
</style>
background-color css
<style>
a { background-color: #EF6BA1; }
a { background-color: rgb(239,107,161); }
div.DivClassName
{
background-color: #EF6BA1;
}
.BgClassName
{
background-color: #EF6BA1;
}
</style>
border-color css
<style>
span { border-color: #EF6BA1; }
span { border-color: rgb(239,107,161); }
td.TdClassName
{
border-color: #EF6BA1;
}
.TagClassName
{
border-color: #EF6BA1;
}
</style>