Shades of Brilliant Rose #EB44A1
Tints of Brilliant Rose #EB44A1
RGB
CMYK
RGB Variations
Color information
#EB44A1 (or 0xEB44A1) is known color: Brilliant Rose. HEX triplet: EB, 44 and A1. RGB value is (235,68,161). Sum of RGB (Red+Green+Blue) = 235+68+161=464 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.65% from 464); Green value is 68 (26.95% from 255 or 14.66% from 464); Blue value is 161 (63.28% from 255 or 34.70% from 464); Max value from RGB is 235 - color contains mainly: red. Hex color #EB44A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB44A1 is #14BB5E. Grayscale: #808080. Windows color (decimal): -1358687 or 10568939. OLE color: 10568939.
HSL color Cylindrical-coordinate representation of color #EB44A1: hue angle of 326.59º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EB44A1 is Cyan = 0, Magento = 0.71, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 68 | 161 | - |
| CMYK | 0 | 0.71 | 0.31 | 0.08 |
| HSL | 326.59º | 0.81% | 0.59% | - |
| HSV(B) | 326.59º | 0.71% | 0.92% | - |
| XYZ | 42.76 | 24.37 | 36.17 | - |
| YUV | 128.54 | 146.33 | 203.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 68 | 161 | 0 | 0.71 | 0.31 | 0.08 | 326.59 | 0.81 | 0.59 |
| Hex | EB | 44 | A1 | 0 | 47 | 1F | 8 | 147 | 51 | 3B |
| Octal | 353 | 104 | 241 | 0 | 107 | 37 | 10 | 507 | 121 | 73 |
| Binary | 11101011 | 1000100 | 10100001 | 0 | 1000111 | 11111 | 1000 | 101000111 | 1010001 | 111011 |
Color Harmonies of #EB44A1
Complementary color
Monochromatic Colors of #EB44A1
Black with #EB44A1
Text Example
Text Example
White with #EB44A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB44A1; }
p { color: rgb(235,68,161); }
H1.HeaderClassName
{
color: #EB44A1;
}
.AnyTagClassName
{
color: #EB44A1;
}
</style>
background-color css
<style>
a { background-color: #EB44A1; }
a { background-color: rgb(235,68,161); }
div.DivClassName
{
background-color: #EB44A1;
}
.BgClassName
{
background-color: #EB44A1;
}
</style>
border-color css
<style>
span { border-color: #EB44A1; }
span { border-color: rgb(235,68,161); }
td.TdClassName
{
border-color: #EB44A1;
}
.TagClassName
{
border-color: #EB44A1;
}
</style>