Shades of Brilliant Rose #EB53A8
Tints of Brilliant Rose #EB53A8
RGB
CMYK
RGB Variations
Color information
#EB53A8 (or 0xEB53A8) is known color: Brilliant Rose. HEX triplet: EB, 53 and A8. RGB value is (235,83,168). Sum of RGB (Red+Green+Blue) = 235+83+168=486 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.35% from 486); Green value is 83 (32.81% from 255 or 17.08% from 486); Blue value is 168 (66.02% from 255 or 34.57% from 486); Max value from RGB is 235 - color contains mainly: red. Hex color #EB53A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB53A8 is #14AC57. Grayscale: #898989. Windows color (decimal): -1354840 or 11031531. OLE color: 11031531.
HSL color Cylindrical-coordinate representation of color #EB53A8: hue angle of 326.45º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EB53A8 is Cyan = 0, Magento = 0.65, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 83 | 168 | - |
| CMYK | 0 | 0.65 | 0.29 | 0.08 |
| HSL | 326.45º | 0.79% | 0.62% | - |
| HSV(B) | 326.45º | 0.65% | 0.92% | - |
| XYZ | 44.42 | 26.68 | 39.85 | - |
| YUV | 138.14 | 144.86 | 197.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 83 | 168 | 0 | 0.65 | 0.29 | 0.08 | 326.45 | 0.79 | 0.62 |
| Hex | EB | 53 | A8 | 0 | 41 | 1D | 8 | 146 | 4F | 3E |
| Octal | 353 | 123 | 250 | 0 | 101 | 35 | 10 | 506 | 117 | 76 |
| Binary | 11101011 | 1010011 | 10101000 | 0 | 1000001 | 11101 | 1000 | 101000110 | 1001111 | 111110 |
Color Harmonies of #EB53A8
Complementary color
Monochromatic Colors of #EB53A8
Black with #EB53A8
Text Example
Text Example
White with #EB53A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB53A8; }
p { color: rgb(235,83,168); }
H1.HeaderClassName
{
color: #EB53A8;
}
.AnyTagClassName
{
color: #EB53A8;
}
</style>
background-color css
<style>
a { background-color: #EB53A8; }
a { background-color: rgb(235,83,168); }
div.DivClassName
{
background-color: #EB53A8;
}
.BgClassName
{
background-color: #EB53A8;
}
</style>
border-color css
<style>
span { border-color: #EB53A8; }
span { border-color: rgb(235,83,168); }
td.TdClassName
{
border-color: #EB53A8;
}
.TagClassName
{
border-color: #EB53A8;
}
</style>