Shades of Brilliant Rose #EF65A2
Tints of Brilliant Rose #EF65A2
RGB
CMYK
RGB Variations
Color information
#EF65A2 (or 0xEF65A2) is known color: Brilliant Rose. HEX triplet: EF, 65 and A2. RGB value is (239,101,162). Sum of RGB (Red+Green+Blue) = 239+101+162=502 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.61% from 502); Green value is 101 (39.84% from 255 or 20.12% from 502); Blue value is 162 (63.67% from 255 or 32.27% from 502); Max value from RGB is 239 - color contains mainly: red. Hex color #EF65A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF65A2 is #109A5D. Grayscale: #959595. Windows color (decimal): -1088094 or 10642927. OLE color: 10642927.
HSL color Cylindrical-coordinate representation of color #EF65A2: hue angle of 333.48º 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 #EF65A2 is Cyan = 0, Magento = 0.58, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 101 | 162 | - |
| CMYK | 0 | 0.58 | 0.32 | 0.06 |
| HSL | 333.48º | 0.81% | 0.67% | - |
| HSV(B) | 333.48º | 0.58% | 0.94% | - |
| XYZ | 46.77 | 30.27 | 37.56 | - |
| YUV | 149.22 | 135.22 | 192.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 101 | 162 | 0 | 0.58 | 0.32 | 0.06 | 333.48 | 0.81 | 0.67 |
| Hex | EF | 65 | A2 | 0 | 3A | 20 | 6 | 14D | 51 | 43 |
| Octal | 357 | 145 | 242 | 0 | 72 | 40 | 6 | 515 | 121 | 103 |
| Binary | 11101111 | 1100101 | 10100010 | 0 | 111010 | 100000 | 110 | 101001101 | 1010001 | 1000011 |
Color Harmonies of #EF65A2
Complementary color
Monochromatic Colors of #EF65A2
Black with #EF65A2
Text Example
Text Example
White with #EF65A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF65A2; }
p { color: rgb(239,101,162); }
H1.HeaderClassName
{
color: #EF65A2;
}
.AnyTagClassName
{
color: #EF65A2;
}
</style>
background-color css
<style>
a { background-color: #EF65A2; }
a { background-color: rgb(239,101,162); }
div.DivClassName
{
background-color: #EF65A2;
}
.BgClassName
{
background-color: #EF65A2;
}
</style>
border-color css
<style>
span { border-color: #EF65A2; }
span { border-color: rgb(239,101,162); }
td.TdClassName
{
border-color: #EF65A2;
}
.TagClassName
{
border-color: #EF65A2;
}
</style>