Shades of Brilliant Rose #EF619A
Tints of Brilliant Rose #EF619A
RGB
CMYK
RGB Variations
Color information
#EF619A (or 0xEF619A) is known color: Brilliant Rose. HEX triplet: EF, 61 and 9A. RGB value is (239,97,154). Sum of RGB (Red+Green+Blue) = 239+97+154=490 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.78% from 490); Green value is 97 (38.28% from 255 or 19.80% from 490); Blue value is 154 (60.55% from 255 or 31.43% from 490); Max value from RGB is 239 - color contains mainly: red. Hex color #EF619A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF619A is #109E65. Grayscale: #919191. Windows color (decimal): -1089126 or 10117615. OLE color: 10117615.
HSL color Cylindrical-coordinate representation of color #EF619A: hue angle of 335.92º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EF619A is Cyan = 0, Magento = 0.59, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 97 | 154 | - |
| CMYK | 0 | 0.59 | 0.36 | 0.06 |
| HSL | 335.92º | 0.82% | 0.66% | - |
| HSV(B) | 335.92º | 0.59% | 0.94% | - |
| XYZ | 45.7 | 29.23 | 33.81 | - |
| YUV | 145.96 | 132.54 | 194.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 97 | 154 | 0 | 0.59 | 0.36 | 0.06 | 335.92 | 0.82 | 0.66 |
| Hex | EF | 61 | 9A | 0 | 3B | 24 | 6 | 150 | 52 | 42 |
| Octal | 357 | 141 | 232 | 0 | 73 | 44 | 6 | 520 | 122 | 102 |
| Binary | 11101111 | 1100001 | 10011010 | 0 | 111011 | 100100 | 110 | 101010000 | 1010010 | 1000010 |
Color Harmonies of #EF619A
Complementary color
Monochromatic Colors of #EF619A
Black with #EF619A
Text Example
Text Example
White with #EF619A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF619A; }
p { color: rgb(239,97,154); }
H1.HeaderClassName
{
color: #EF619A;
}
.AnyTagClassName
{
color: #EF619A;
}
</style>
background-color css
<style>
a { background-color: #EF619A; }
a { background-color: rgb(239,97,154); }
div.DivClassName
{
background-color: #EF619A;
}
.BgClassName
{
background-color: #EF619A;
}
</style>
border-color css
<style>
span { border-color: #EF619A; }
span { border-color: rgb(239,97,154); }
td.TdClassName
{
border-color: #EF619A;
}
.TagClassName
{
border-color: #EF619A;
}
</style>