Shades of Brilliant Rose #EF629B
Tints of Brilliant Rose #EF629B
RGB
CMYK
RGB Variations
Color information
#EF629B (or 0xEF629B) is known color: Brilliant Rose. HEX triplet: EF, 62 and 9B. RGB value is (239,98,155). Sum of RGB (Red+Green+Blue) = 239+98+155=492 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.58% from 492); Green value is 98 (38.67% from 255 or 19.92% from 492); Blue value is 155 (60.94% from 255 or 31.50% from 492); Max value from RGB is 239 - color contains mainly: red. Hex color #EF629B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF629B is #109D64. Grayscale: #929292. Windows color (decimal): -1088869 or 10183407. OLE color: 10183407.
HSL color Cylindrical-coordinate representation of color #EF629B: hue angle of 335.74º 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 #EF629B is Cyan = 0, Magento = 0.59, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 98 | 155 | - |
| CMYK | 0 | 0.59 | 0.35 | 0.06 |
| HSL | 335.74º | 0.82% | 0.66% | - |
| HSV(B) | 335.74º | 0.59% | 0.94% | - |
| XYZ | 45.88 | 29.45 | 34.28 | - |
| YUV | 146.66 | 132.71 | 193.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 98 | 155 | 0 | 0.59 | 0.35 | 0.06 | 335.74 | 0.82 | 0.66 |
| Hex | EF | 62 | 9B | 0 | 3B | 23 | 6 | 150 | 52 | 42 |
| Octal | 357 | 142 | 233 | 0 | 73 | 43 | 6 | 520 | 122 | 102 |
| Binary | 11101111 | 1100010 | 10011011 | 0 | 111011 | 100011 | 110 | 101010000 | 1010010 | 1000010 |
Color Harmonies of #EF629B
Complementary color
Monochromatic Colors of #EF629B
Black with #EF629B
Text Example
Text Example
White with #EF629B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF629B; }
p { color: rgb(239,98,155); }
H1.HeaderClassName
{
color: #EF629B;
}
.AnyTagClassName
{
color: #EF629B;
}
</style>
background-color css
<style>
a { background-color: #EF629B; }
a { background-color: rgb(239,98,155); }
div.DivClassName
{
background-color: #EF629B;
}
.BgClassName
{
background-color: #EF629B;
}
</style>
border-color css
<style>
span { border-color: #EF629B; }
span { border-color: rgb(239,98,155); }
td.TdClassName
{
border-color: #EF629B;
}
.TagClassName
{
border-color: #EF629B;
}
</style>