Shades of Pale Violet Red #EF6C9C
Tints of Pale Violet Red #EF6C9C
RGB
CMYK
RGB Variations
Color information
#EF6C9C (or 0xEF6C9C) is known color: Pale Violet Red. HEX triplet: EF, 6C and 9C. RGB value is (239,108,156). Sum of RGB (Red+Green+Blue) = 239+108+156=503 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.51% from 503); Green value is 108 (42.58% from 255 or 21.47% from 503); Blue value is 156 (61.33% from 255 or 31.01% from 503); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6C9C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF6C9C is #109363. Grayscale: #989898. Windows color (decimal): -1086308 or 10251503. OLE color: 10251503.
HSL color Cylindrical-coordinate representation of color #EF6C9C: hue angle of 338.02º 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 #EF6C9C is Cyan = 0, Magento = 0.55, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 108 | 156 | - |
| CMYK | 0 | 0.55 | 0.35 | 0.06 |
| HSL | 338.02º | 0.8% | 0.68% | - |
| HSV(B) | 338.02º | 0.55% | 0.94% | - |
| XYZ | 46.96 | 31.48 | 35.05 | - |
| YUV | 152.64 | 129.9 | 189.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 108 | 156 | 0 | 0.55 | 0.35 | 0.06 | 338.02 | 0.8 | 0.68 |
| Hex | EF | 6C | 9C | 0 | 37 | 23 | 6 | 152 | 50 | 44 |
| Octal | 357 | 154 | 234 | 0 | 67 | 43 | 6 | 522 | 120 | 104 |
| Binary | 11101111 | 1101100 | 10011100 | 0 | 110111 | 100011 | 110 | 101010010 | 1010000 | 1000100 |
Color Harmonies of #EF6C9C
Complementary color
Monochromatic Colors of #EF6C9C
Black with #EF6C9C
Text Example
Text Example
White with #EF6C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6C9C; }
p { color: rgb(239,108,156); }
H1.HeaderClassName
{
color: #EF6C9C;
}
.AnyTagClassName
{
color: #EF6C9C;
}
</style>
background-color css
<style>
a { background-color: #EF6C9C; }
a { background-color: rgb(239,108,156); }
div.DivClassName
{
background-color: #EF6C9C;
}
.BgClassName
{
background-color: #EF6C9C;
}
</style>
border-color css
<style>
span { border-color: #EF6C9C; }
span { border-color: rgb(239,108,156); }
td.TdClassName
{
border-color: #EF6C9C;
}
.TagClassName
{
border-color: #EF6C9C;
}
</style>