Shades of Brilliant Rose #EB5DAC
Tints of Brilliant Rose #EB5DAC
RGB
CMYK
RGB Variations
Color information
#EB5DAC (or 0xEB5DAC) is known color: Brilliant Rose. HEX triplet: EB, 5D and AC. RGB value is (235,93,172). Sum of RGB (Red+Green+Blue) = 235+93+172=500 (66% of max value = 765). Red value is 235 (92.19% from 255 or 47% from 500); Green value is 93 (36.72% from 255 or 18.6% from 500); Blue value is 172 (67.58% from 255 or 34.4% from 500); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5DAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB5DAC is #14A253. Grayscale: #909090. Windows color (decimal): -1352276 or 11296235. OLE color: 11296235.
HSL color Cylindrical-coordinate representation of color #EB5DAC: hue angle of 326.62º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EB5DAC is Cyan = 0, Magento = 0.60, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 93 | 172 | - |
| CMYK | 0 | 0.60 | 0.27 | 0.08 |
| HSL | 326.62º | 0.78% | 0.64% | - |
| HSV(B) | 326.62º | 0.6% | 0.92% | - |
| XYZ | 45.62 | 28.47 | 42.12 | - |
| YUV | 144.46 | 143.54 | 192.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 93 | 172 | 0 | 0.60 | 0.27 | 0.08 | 326.62 | 0.78 | 0.64 |
| Hex | EB | 5D | AC | 0 | 3C | 1B | 8 | 147 | 4E | 40 |
| Octal | 353 | 135 | 254 | 0 | 74 | 33 | 10 | 507 | 116 | 100 |
| Binary | 11101011 | 1011101 | 10101100 | 0 | 111100 | 11011 | 1000 | 101000111 | 1001110 | 1000000 |
Color Harmonies of #EB5DAC
Complementary color
Monochromatic Colors of #EB5DAC
Black with #EB5DAC
Text Example
Text Example
White with #EB5DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB5DAC; }
p { color: rgb(235,93,172); }
H1.HeaderClassName
{
color: #EB5DAC;
}
.AnyTagClassName
{
color: #EB5DAC;
}
</style>
background-color css
<style>
a { background-color: #EB5DAC; }
a { background-color: rgb(235,93,172); }
div.DivClassName
{
background-color: #EB5DAC;
}
.BgClassName
{
background-color: #EB5DAC;
}
</style>
border-color css
<style>
span { border-color: #EB5DAC; }
span { border-color: rgb(235,93,172); }
td.TdClassName
{
border-color: #EB5DAC;
}
.TagClassName
{
border-color: #EB5DAC;
}
</style>