Shades of Brilliant Rose #EB629D
Tints of Brilliant Rose #EB629D
RGB
CMYK
RGB Variations
Color information
#EB629D (or 0xEB629D) is known color: Brilliant Rose. HEX triplet: EB, 62 and 9D. RGB value is (235,98,157). Sum of RGB (Red+Green+Blue) = 235+98+157=490 (64% of max value = 765). Red value is 235 (92.19% from 255 or 47.96% from 490); Green value is 98 (38.67% from 255 or 20% from 490); Blue value is 157 (61.72% from 255 or 32.04% from 490); Max value from RGB is 235 - color contains mainly: red. Hex color #EB629D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB629D is #149D62. Grayscale: #919191. Windows color (decimal): -1351011 or 10314475. OLE color: 10314475.
HSL color Cylindrical-coordinate representation of color #EB629D: hue angle of 334.16º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EB629D is Cyan = 0, Magento = 0.58, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 98 | 157 | - |
| CMYK | 0 | 0.58 | 0.33 | 0.08 |
| HSL | 334.16º | 0.77% | 0.65% | - |
| HSV(B) | 334.16º | 0.58% | 0.92% | - |
| XYZ | 44.71 | 28.83 | 35.11 | - |
| YUV | 145.69 | 134.39 | 191.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 98 | 157 | 0 | 0.58 | 0.33 | 0.08 | 334.16 | 0.77 | 0.65 |
| Hex | EB | 62 | 9D | 0 | 3A | 21 | 8 | 14E | 4D | 41 |
| Octal | 353 | 142 | 235 | 0 | 72 | 41 | 10 | 516 | 115 | 101 |
| Binary | 11101011 | 1100010 | 10011101 | 0 | 111010 | 100001 | 1000 | 101001110 | 1001101 | 1000001 |
Color Harmonies of #EB629D
Complementary color
Monochromatic Colors of #EB629D
Black with #EB629D
Text Example
Text Example
White with #EB629D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB629D; }
p { color: rgb(235,98,157); }
H1.HeaderClassName
{
color: #EB629D;
}
.AnyTagClassName
{
color: #EB629D;
}
</style>
background-color css
<style>
a { background-color: #EB629D; }
a { background-color: rgb(235,98,157); }
div.DivClassName
{
background-color: #EB629D;
}
.BgClassName
{
background-color: #EB629D;
}
</style>
border-color css
<style>
span { border-color: #EB629D; }
span { border-color: rgb(235,98,157); }
td.TdClassName
{
border-color: #EB629D;
}
.TagClassName
{
border-color: #EB629D;
}
</style>