Shades of Brilliant Rose #EB4DB5
Tints of Brilliant Rose #EB4DB5
RGB
CMYK
RGB Variations
Color information
#EB4DB5 (or 0xEB4DB5) is known color: Brilliant Rose. HEX triplet: EB, 4D and B5. RGB value is (235,77,181). Sum of RGB (Red+Green+Blue) = 235+77+181=493 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.67% from 493); Green value is 77 (30.47% from 255 or 15.62% from 493); Blue value is 181 (71.09% from 255 or 36.71% from 493); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4DB5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB4DB5 is #14B24A. Grayscale: #878787. Windows color (decimal): -1356363 or 11881963. OLE color: 11881963.
HSL color Cylindrical-coordinate representation of color #EB4DB5: hue angle of 320.51º 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 #EB4DB5 is Cyan = 0, Magento = 0.67, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 77 | 181 | - |
| CMYK | 0 | 0.67 | 0.23 | 0.08 |
| HSL | 320.51º | 0.8% | 0.61% | - |
| HSV(B) | 320.51º | 0.67% | 0.92% | - |
| XYZ | 45.26 | 26.31 | 46.41 | - |
| YUV | 136.1 | 153.35 | 198.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 77 | 181 | 0 | 0.67 | 0.23 | 0.08 | 320.51 | 0.8 | 0.61 |
| Hex | EB | 4D | B5 | 0 | 43 | 17 | 8 | 141 | 50 | 3D |
| Octal | 353 | 115 | 265 | 0 | 103 | 27 | 10 | 501 | 120 | 75 |
| Binary | 11101011 | 1001101 | 10110101 | 0 | 1000011 | 10111 | 1000 | 101000001 | 1010000 | 111101 |
Color Harmonies of #EB4DB5
Complementary color
Monochromatic Colors of #EB4DB5
Black with #EB4DB5
Text Example
Text Example
White with #EB4DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB4DB5; }
p { color: rgb(235,77,181); }
H1.HeaderClassName
{
color: #EB4DB5;
}
.AnyTagClassName
{
color: #EB4DB5;
}
</style>
background-color css
<style>
a { background-color: #EB4DB5; }
a { background-color: rgb(235,77,181); }
div.DivClassName
{
background-color: #EB4DB5;
}
.BgClassName
{
background-color: #EB4DB5;
}
</style>
border-color css
<style>
span { border-color: #EB4DB5; }
span { border-color: rgb(235,77,181); }
td.TdClassName
{
border-color: #EB4DB5;
}
.TagClassName
{
border-color: #EB4DB5;
}
</style>