Shades of Brilliant Rose #EB4DB2
Tints of Brilliant Rose #EB4DB2
RGB
CMYK
RGB Variations
Color information
#EB4DB2 (or 0xEB4DB2) is known color: Brilliant Rose. HEX triplet: EB, 4D and B2. RGB value is (235,77,178). Sum of RGB (Red+Green+Blue) = 235+77+178=490 (64% of max value = 765). Red value is 235 (92.19% from 255 or 47.96% from 490); Green value is 77 (30.47% from 255 or 15.71% from 490); Blue value is 178 (69.92% from 255 or 36.33% from 490); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4DB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB4DB2 is #14B24D. Grayscale: #878787. Windows color (decimal): -1356366 or 11685355. OLE color: 11685355.
HSL color Cylindrical-coordinate representation of color #EB4DB2: hue angle of 321.65º 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 #EB4DB2 is Cyan = 0, Magento = 0.67, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 77 | 178 | - |
| CMYK | 0 | 0.67 | 0.24 | 0.08 |
| HSL | 321.65º | 0.8% | 0.61% | - |
| HSV(B) | 321.65º | 0.67% | 0.92% | - |
| XYZ | 44.95 | 26.18 | 44.8 | - |
| YUV | 135.76 | 151.85 | 198.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 77 | 178 | 0 | 0.67 | 0.24 | 0.08 | 321.65 | 0.8 | 0.61 |
| Hex | EB | 4D | B2 | 0 | 43 | 18 | 8 | 142 | 50 | 3D |
| Octal | 353 | 115 | 262 | 0 | 103 | 30 | 10 | 502 | 120 | 75 |
| Binary | 11101011 | 1001101 | 10110010 | 0 | 1000011 | 11000 | 1000 | 101000010 | 1010000 | 111101 |
Color Harmonies of #EB4DB2
Complementary color
Monochromatic Colors of #EB4DB2
Black with #EB4DB2
Text Example
Text Example
White with #EB4DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB4DB2; }
p { color: rgb(235,77,178); }
H1.HeaderClassName
{
color: #EB4DB2;
}
.AnyTagClassName
{
color: #EB4DB2;
}
</style>
background-color css
<style>
a { background-color: #EB4DB2; }
a { background-color: rgb(235,77,178); }
div.DivClassName
{
background-color: #EB4DB2;
}
.BgClassName
{
background-color: #EB4DB2;
}
</style>
border-color css
<style>
span { border-color: #EB4DB2; }
span { border-color: rgb(235,77,178); }
td.TdClassName
{
border-color: #EB4DB2;
}
.TagClassName
{
border-color: #EB4DB2;
}
</style>