Shades of Brilliant Rose #EB4DB1
Tints of Brilliant Rose #EB4DB1
RGB
CMYK
RGB Variations
Color information
#EB4DB1 (or 0xEB4DB1) is known color: Brilliant Rose. HEX triplet: EB, 4D and B1. RGB value is (235,77,177). Sum of RGB (Red+Green+Blue) = 235+77+177=489 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.06% from 489); Green value is 77 (30.47% from 255 or 15.75% from 489); Blue value is 177 (69.53% from 255 or 36.20% from 489); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4DB1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB4DB1 is #14B24E. Grayscale: #878787. Windows color (decimal): -1356367 or 11619819. OLE color: 11619819.
HSL color Cylindrical-coordinate representation of color #EB4DB1: hue angle of 322.03º 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 #EB4DB1 is Cyan = 0, Magento = 0.67, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 77 | 177 | - |
| CMYK | 0 | 0.67 | 0.25 | 0.08 |
| HSL | 322.03º | 0.8% | 0.61% | - |
| HSV(B) | 322.03º | 0.67% | 0.92% | - |
| XYZ | 44.85 | 26.14 | 44.28 | - |
| YUV | 135.64 | 151.35 | 198.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 77 | 177 | 0 | 0.67 | 0.25 | 0.08 | 322.03 | 0.8 | 0.61 |
| Hex | EB | 4D | B1 | 0 | 43 | 19 | 8 | 142 | 50 | 3D |
| Octal | 353 | 115 | 261 | 0 | 103 | 31 | 10 | 502 | 120 | 75 |
| Binary | 11101011 | 1001101 | 10110001 | 0 | 1000011 | 11001 | 1000 | 101000010 | 1010000 | 111101 |
Color Harmonies of #EB4DB1
Complementary color
Monochromatic Colors of #EB4DB1
Black with #EB4DB1
Text Example
Text Example
White with #EB4DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB4DB1; }
p { color: rgb(235,77,177); }
H1.HeaderClassName
{
color: #EB4DB1;
}
.AnyTagClassName
{
color: #EB4DB1;
}
</style>
background-color css
<style>
a { background-color: #EB4DB1; }
a { background-color: rgb(235,77,177); }
div.DivClassName
{
background-color: #EB4DB1;
}
.BgClassName
{
background-color: #EB4DB1;
}
</style>
border-color css
<style>
span { border-color: #EB4DB1; }
span { border-color: rgb(235,77,177); }
td.TdClassName
{
border-color: #EB4DB1;
}
.TagClassName
{
border-color: #EB4DB1;
}
</style>