Shades of Brilliant Rose #EB4DB9
Tints of Brilliant Rose #EB4DB9
RGB
CMYK
RGB Variations
Color information
#EB4DB9 (or 0xEB4DB9) is known color: Brilliant Rose. HEX triplet: EB, 4D and B9. RGB value is (235,77,185). Sum of RGB (Red+Green+Blue) = 235+77+185=497 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.28% from 497); Green value is 77 (30.47% from 255 or 15.49% from 497); Blue value is 185 (72.66% from 255 or 37.22% from 497); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4DB9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB4DB9 is #14B246. Grayscale: #888888. Windows color (decimal): -1356359 or 12144107. OLE color: 12144107.
HSL color Cylindrical-coordinate representation of color #EB4DB9: hue angle of 318.99º 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 #EB4DB9 is Cyan = 0, Magento = 0.67, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 77 | 185 | - |
| CMYK | 0 | 0.67 | 0.21 | 0.08 |
| HSL | 318.99º | 0.8% | 0.61% | - |
| HSV(B) | 318.99º | 0.67% | 0.92% | - |
| XYZ | 45.67 | 26.47 | 48.6 | - |
| YUV | 136.55 | 155.35 | 198.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 77 | 185 | 0 | 0.67 | 0.21 | 0.08 | 318.99 | 0.8 | 0.61 |
| Hex | EB | 4D | B9 | 0 | 43 | 15 | 8 | 13F | 50 | 3D |
| Octal | 353 | 115 | 271 | 0 | 103 | 25 | 10 | 477 | 120 | 75 |
| Binary | 11101011 | 1001101 | 10111001 | 0 | 1000011 | 10101 | 1000 | 100111111 | 1010000 | 111101 |
Color Harmonies of #EB4DB9
Complementary color
Monochromatic Colors of #EB4DB9
Black with #EB4DB9
Text Example
Text Example
White with #EB4DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB4DB9; }
p { color: rgb(235,77,185); }
H1.HeaderClassName
{
color: #EB4DB9;
}
.AnyTagClassName
{
color: #EB4DB9;
}
</style>
background-color css
<style>
a { background-color: #EB4DB9; }
a { background-color: rgb(235,77,185); }
div.DivClassName
{
background-color: #EB4DB9;
}
.BgClassName
{
background-color: #EB4DB9;
}
</style>
border-color css
<style>
span { border-color: #EB4DB9; }
span { border-color: rgb(235,77,185); }
td.TdClassName
{
border-color: #EB4DB9;
}
.TagClassName
{
border-color: #EB4DB9;
}
</style>