Shades of Brilliant Rose #EB49A1
Tints of Brilliant Rose #EB49A1
RGB
CMYK
RGB Variations
Color information
#EB49A1 (or 0xEB49A1) is known color: Brilliant Rose. HEX triplet: EB, 49 and A1. RGB value is (235,73,161). Sum of RGB (Red+Green+Blue) = 235+73+161=469 (62% of max value = 765). Red value is 235 (92.19% from 255 or 50.11% from 469); Green value is 73 (28.91% from 255 or 15.57% from 469); Blue value is 161 (63.28% from 255 or 34.33% from 469); Max value from RGB is 235 - color contains mainly: red. Hex color #EB49A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB49A1 is #14B65E. Grayscale: #838383. Windows color (decimal): -1357407 or 10570219. OLE color: 10570219.
HSL color Cylindrical-coordinate representation of color #EB49A1: hue angle of 327.41º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EB49A1 is Cyan = 0, Magento = 0.69, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 73 | 161 | - |
| CMYK | 0 | 0.69 | 0.31 | 0.08 |
| HSL | 327.41º | 0.8% | 0.6% | - |
| HSV(B) | 327.41º | 0.69% | 0.92% | - |
| XYZ | 43.08 | 25 | 36.27 | - |
| YUV | 131.47 | 144.67 | 201.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 73 | 161 | 0 | 0.69 | 0.31 | 0.08 | 327.41 | 0.8 | 0.6 |
| Hex | EB | 49 | A1 | 0 | 45 | 1F | 8 | 147 | 50 | 3C |
| Octal | 353 | 111 | 241 | 0 | 105 | 37 | 10 | 507 | 120 | 74 |
| Binary | 11101011 | 1001001 | 10100001 | 0 | 1000101 | 11111 | 1000 | 101000111 | 1010000 | 111100 |
Color Harmonies of #EB49A1
Complementary color
Monochromatic Colors of #EB49A1
Black with #EB49A1
Text Example
Text Example
White with #EB49A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB49A1; }
p { color: rgb(235,73,161); }
H1.HeaderClassName
{
color: #EB49A1;
}
.AnyTagClassName
{
color: #EB49A1;
}
</style>
background-color css
<style>
a { background-color: #EB49A1; }
a { background-color: rgb(235,73,161); }
div.DivClassName
{
background-color: #EB49A1;
}
.BgClassName
{
background-color: #EB49A1;
}
</style>
border-color css
<style>
span { border-color: #EB49A1; }
span { border-color: rgb(235,73,161); }
td.TdClassName
{
border-color: #EB49A1;
}
.TagClassName
{
border-color: #EB49A1;
}
</style>