Shades of Brilliant Rose #EF629F
Tints of Brilliant Rose #EF629F
RGB
CMYK
RGB Variations
Color information
#EF629F (or 0xEF629F) is known color: Brilliant Rose. HEX triplet: EF, 62 and 9F. RGB value is (239,98,159). Sum of RGB (Red+Green+Blue) = 239+98+159=496 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.19% from 496); Green value is 98 (38.67% from 255 or 19.76% from 496); Blue value is 159 (62.5% from 255 or 32.06% from 496); Max value from RGB is 239 - color contains mainly: red. Hex color #EF629F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF629F is #109D60. Grayscale: #939393. Windows color (decimal): -1088865 or 10445551. OLE color: 10445551.
HSL color Cylindrical-coordinate representation of color #EF629F: hue angle of 334.04º 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 #EF629F is Cyan = 0, Magento = 0.59, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 98 | 159 | - |
| CMYK | 0 | 0.59 | 0.33 | 0.06 |
| HSL | 334.04º | 0.82% | 0.66% | - |
| HSV(B) | 334.04º | 0.59% | 0.94% | - |
| XYZ | 46.22 | 29.59 | 36.08 | - |
| YUV | 147.11 | 134.71 | 193.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 98 | 159 | 0 | 0.59 | 0.33 | 0.06 | 334.04 | 0.82 | 0.66 |
| Hex | EF | 62 | 9F | 0 | 3B | 21 | 6 | 14E | 52 | 42 |
| Octal | 357 | 142 | 237 | 0 | 73 | 41 | 6 | 516 | 122 | 102 |
| Binary | 11101111 | 1100010 | 10011111 | 0 | 111011 | 100001 | 110 | 101001110 | 1010010 | 1000010 |
Color Harmonies of #EF629F
Complementary color
Monochromatic Colors of #EF629F
Black with #EF629F
Text Example
Text Example
White with #EF629F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF629F; }
p { color: rgb(239,98,159); }
H1.HeaderClassName
{
color: #EF629F;
}
.AnyTagClassName
{
color: #EF629F;
}
</style>
background-color css
<style>
a { background-color: #EF629F; }
a { background-color: rgb(239,98,159); }
div.DivClassName
{
background-color: #EF629F;
}
.BgClassName
{
background-color: #EF629F;
}
</style>
border-color css
<style>
span { border-color: #EF629F; }
span { border-color: rgb(239,98,159); }
td.TdClassName
{
border-color: #EF629F;
}
.TagClassName
{
border-color: #EF629F;
}
</style>