Shades of Pale Violet Red #EF6F9D
Tints of Pale Violet Red #EF6F9D
RGB
CMYK
RGB Variations
Color information
#EF6F9D (or 0xEF6F9D) is known color: Pale Violet Red. HEX triplet: EF, 6F and 9D. RGB value is (239,111,157). Sum of RGB (Red+Green+Blue) = 239+111+157=507 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.14% from 507); Green value is 111 (43.75% from 255 or 21.89% from 507); Blue value is 157 (61.72% from 255 or 30.97% from 507); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6F9D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF6F9D is #109062. Grayscale: #9A9A9A. Windows color (decimal): -1085539 or 10317807. OLE color: 10317807.
HSL color Cylindrical-coordinate representation of color #EF6F9D: hue angle of 338.44º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EF6F9D is Cyan = 0, Magento = 0.54, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 111 | 157 | - |
| CMYK | 0 | 0.54 | 0.34 | 0.06 |
| HSL | 338.44º | 0.8% | 0.69% | - |
| HSV(B) | 338.44º | 0.54% | 0.94% | - |
| XYZ | 47.37 | 32.15 | 35.61 | - |
| YUV | 154.52 | 129.41 | 188.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 111 | 157 | 0 | 0.54 | 0.34 | 0.06 | 338.44 | 0.8 | 0.69 |
| Hex | EF | 6F | 9D | 0 | 36 | 22 | 6 | 152 | 50 | 45 |
| Octal | 357 | 157 | 235 | 0 | 66 | 42 | 6 | 522 | 120 | 105 |
| Binary | 11101111 | 1101111 | 10011101 | 0 | 110110 | 100010 | 110 | 101010010 | 1010000 | 1000101 |
Color Harmonies of #EF6F9D
Complementary color
Monochromatic Colors of #EF6F9D
Black with #EF6F9D
Text Example
Text Example
White with #EF6F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6F9D; }
p { color: rgb(239,111,157); }
H1.HeaderClassName
{
color: #EF6F9D;
}
.AnyTagClassName
{
color: #EF6F9D;
}
</style>
background-color css
<style>
a { background-color: #EF6F9D; }
a { background-color: rgb(239,111,157); }
div.DivClassName
{
background-color: #EF6F9D;
}
.BgClassName
{
background-color: #EF6F9D;
}
</style>
border-color css
<style>
span { border-color: #EF6F9D; }
span { border-color: rgb(239,111,157); }
td.TdClassName
{
border-color: #EF6F9D;
}
.TagClassName
{
border-color: #EF6F9D;
}
</style>