Shades of Brilliant Rose #EB4DBA
Tints of Brilliant Rose #EB4DBA
RGB
CMYK
RGB Variations
Color information
#EB4DBA (or 0xEB4DBA) is known color: Brilliant Rose. HEX triplet: EB, 4D and BA. RGB value is (235,77,186). Sum of RGB (Red+Green+Blue) = 235+77+186=498 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.19% from 498); Green value is 77 (30.47% from 255 or 15.46% from 498); Blue value is 186 (73.05% from 255 or 37.35% from 498); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4DBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB4DBA is #14B245. Grayscale: #888888. Windows color (decimal): -1356358 or 12209643. OLE color: 12209643.
HSL color Cylindrical-coordinate representation of color #EB4DBA: hue angle of 318.61º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EB4DBA is Cyan = 0, Magento = 0.67, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 77 | 186 | - |
| CMYK | 0 | 0.67 | 0.21 | 0.08 |
| HSL | 318.61º | 0.8% | 0.61% | - |
| HSV(B) | 318.61º | 0.67% | 0.92% | - |
| XYZ | 45.78 | 26.52 | 49.16 | - |
| YUV | 136.67 | 155.85 | 198.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 77 | 186 | 0 | 0.67 | 0.21 | 0.08 | 318.61 | 0.8 | 0.61 |
| Hex | EB | 4D | BA | 0 | 43 | 15 | 8 | 13F | 50 | 3D |
| Octal | 353 | 115 | 272 | 0 | 103 | 25 | 10 | 477 | 120 | 75 |
| Binary | 11101011 | 1001101 | 10111010 | 0 | 1000011 | 10101 | 1000 | 100111111 | 1010000 | 111101 |
Color Harmonies of #EB4DBA
Complementary color
Monochromatic Colors of #EB4DBA
Black with #EB4DBA
Text Example
Text Example
White with #EB4DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB4DBA; }
p { color: rgb(235,77,186); }
H1.HeaderClassName
{
color: #EB4DBA;
}
.AnyTagClassName
{
color: #EB4DBA;
}
</style>
background-color css
<style>
a { background-color: #EB4DBA; }
a { background-color: rgb(235,77,186); }
div.DivClassName
{
background-color: #EB4DBA;
}
.BgClassName
{
background-color: #EB4DBA;
}
</style>
border-color css
<style>
span { border-color: #EB4DBA; }
span { border-color: rgb(235,77,186); }
td.TdClassName
{
border-color: #EB4DBA;
}
.TagClassName
{
border-color: #EB4DBA;
}
</style>