Shades of Brilliant Rose #EB44A8
Tints of Brilliant Rose #EB44A8
RGB
CMYK
RGB Variations
Color information
#EB44A8 (or 0xEB44A8) is known color: Brilliant Rose. HEX triplet: EB, 44 and A8. RGB value is (235,68,168). Sum of RGB (Red+Green+Blue) = 235+68+168=471 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.89% from 471); Green value is 68 (26.95% from 255 or 14.44% from 471); Blue value is 168 (66.02% from 255 or 35.67% from 471); Max value from RGB is 235 - color contains mainly: red. Hex color #EB44A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB44A8 is #14BB57. Grayscale: #818181. Windows color (decimal): -1358680 or 11027691. OLE color: 11027691.
HSL color Cylindrical-coordinate representation of color #EB44A8: hue angle of 324.07º 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 #EB44A8 is Cyan = 0, Magento = 0.71, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 68 | 168 | - |
| CMYK | 0 | 0.71 | 0.29 | 0.08 |
| HSL | 324.07º | 0.81% | 0.59% | - |
| HSV(B) | 324.07º | 0.71% | 0.92% | - |
| XYZ | 43.4 | 24.62 | 39.51 | - |
| YUV | 129.33 | 149.83 | 203.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 68 | 168 | 0 | 0.71 | 0.29 | 0.08 | 324.07 | 0.81 | 0.59 |
| Hex | EB | 44 | A8 | 0 | 47 | 1D | 8 | 144 | 51 | 3B |
| Octal | 353 | 104 | 250 | 0 | 107 | 35 | 10 | 504 | 121 | 73 |
| Binary | 11101011 | 1000100 | 10101000 | 0 | 1000111 | 11101 | 1000 | 101000100 | 1010001 | 111011 |
Color Harmonies of #EB44A8
Complementary color
Monochromatic Colors of #EB44A8
Black with #EB44A8
Text Example
Text Example
White with #EB44A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB44A8; }
p { color: rgb(235,68,168); }
H1.HeaderClassName
{
color: #EB44A8;
}
.AnyTagClassName
{
color: #EB44A8;
}
</style>
background-color css
<style>
a { background-color: #EB44A8; }
a { background-color: rgb(235,68,168); }
div.DivClassName
{
background-color: #EB44A8;
}
.BgClassName
{
background-color: #EB44A8;
}
</style>
border-color css
<style>
span { border-color: #EB44A8; }
span { border-color: rgb(235,68,168); }
td.TdClassName
{
border-color: #EB44A8;
}
.TagClassName
{
border-color: #EB44A8;
}
</style>