Shades of Brilliant Rose #EF65A1
Tints of Brilliant Rose #EF65A1
RGB
CMYK
RGB Variations
Color information
#EF65A1 (or 0xEF65A1) is known color: Brilliant Rose. HEX triplet: EF, 65 and A1. RGB value is (239,101,161). Sum of RGB (Red+Green+Blue) = 239+101+161=501 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.70% from 501); Green value is 101 (39.84% from 255 or 20.16% from 501); Blue value is 161 (63.28% from 255 or 32.14% from 501); Max value from RGB is 239 - color contains mainly: red. Hex color #EF65A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF65A1 is #109A5E. Grayscale: #959595. Windows color (decimal): -1088095 or 10577391. OLE color: 10577391.
HSL color Cylindrical-coordinate representation of color #EF65A1: hue angle of 333.91º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EF65A1 is Cyan = 0, Magento = 0.58, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 101 | 161 | - |
| CMYK | 0 | 0.58 | 0.33 | 0.06 |
| HSL | 333.91º | 0.81% | 0.67% | - |
| HSV(B) | 333.91º | 0.58% | 0.94% | - |
| XYZ | 46.68 | 30.23 | 37.09 | - |
| YUV | 149.1 | 134.72 | 192.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 101 | 161 | 0 | 0.58 | 0.33 | 0.06 | 333.91 | 0.81 | 0.67 |
| Hex | EF | 65 | A1 | 0 | 3A | 21 | 6 | 14E | 51 | 43 |
| Octal | 357 | 145 | 241 | 0 | 72 | 41 | 6 | 516 | 121 | 103 |
| Binary | 11101111 | 1100101 | 10100001 | 0 | 111010 | 100001 | 110 | 101001110 | 1010001 | 1000011 |
Color Harmonies of #EF65A1
Complementary color
Monochromatic Colors of #EF65A1
Black with #EF65A1
Text Example
Text Example
White with #EF65A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF65A1; }
p { color: rgb(239,101,161); }
H1.HeaderClassName
{
color: #EF65A1;
}
.AnyTagClassName
{
color: #EF65A1;
}
</style>
background-color css
<style>
a { background-color: #EF65A1; }
a { background-color: rgb(239,101,161); }
div.DivClassName
{
background-color: #EF65A1;
}
.BgClassName
{
background-color: #EF65A1;
}
</style>
border-color css
<style>
span { border-color: #EF65A1; }
span { border-color: rgb(239,101,161); }
td.TdClassName
{
border-color: #EF65A1;
}
.TagClassName
{
border-color: #EF65A1;
}
</style>