Shades of Pale Violet Red #EF669A
Tints of Pale Violet Red #EF669A
RGB
CMYK
RGB Variations
Color information
#EF669A (or 0xEF669A) is known color: Pale Violet Red. HEX triplet: EF, 66 and 9A. RGB value is (239,102,154). Sum of RGB (Red+Green+Blue) = 239+102+154=495 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.28% from 495); Green value is 102 (40.23% from 255 or 20.61% from 495); Blue value is 154 (60.55% from 255 or 31.11% from 495); Max value from RGB is 239 - color contains mainly: red. Hex color #EF669A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF669A is #109965. Grayscale: #949494. Windows color (decimal): -1087846 or 10118895. OLE color: 10118895.
HSL color Cylindrical-coordinate representation of color #EF669A: hue angle of 337.23º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EF669A is Cyan = 0, Magento = 0.57, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 102 | 154 | - |
| CMYK | 0 | 0.57 | 0.36 | 0.06 |
| HSL | 337.23º | 0.81% | 0.67% | - |
| HSV(B) | 337.23º | 0.57% | 0.94% | - |
| XYZ | 46.18 | 30.19 | 33.96 | - |
| YUV | 148.89 | 130.89 | 192.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 102 | 154 | 0 | 0.57 | 0.36 | 0.06 | 337.23 | 0.81 | 0.67 |
| Hex | EF | 66 | 9A | 0 | 39 | 24 | 6 | 151 | 51 | 43 |
| Octal | 357 | 146 | 232 | 0 | 71 | 44 | 6 | 521 | 121 | 103 |
| Binary | 11101111 | 1100110 | 10011010 | 0 | 111001 | 100100 | 110 | 101010001 | 1010001 | 1000011 |
Color Harmonies of #EF669A
Complementary color
Monochromatic Colors of #EF669A
Black with #EF669A
Text Example
Text Example
White with #EF669A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF669A; }
p { color: rgb(239,102,154); }
H1.HeaderClassName
{
color: #EF669A;
}
.AnyTagClassName
{
color: #EF669A;
}
</style>
background-color css
<style>
a { background-color: #EF669A; }
a { background-color: rgb(239,102,154); }
div.DivClassName
{
background-color: #EF669A;
}
.BgClassName
{
background-color: #EF669A;
}
</style>
border-color css
<style>
span { border-color: #EF669A; }
span { border-color: rgb(239,102,154); }
td.TdClassName
{
border-color: #EF669A;
}
.TagClassName
{
border-color: #EF669A;
}
</style>