Shades of Brilliant Rose #EB4EBA
Tints of Brilliant Rose #EB4EBA
RGB
CMYK
RGB Variations
Color information
#EB4EBA (or 0xEB4EBA) is known color: Brilliant Rose. HEX triplet: EB, 4E and BA. RGB value is (235,78,186). Sum of RGB (Red+Green+Blue) = 235+78+186=499 (66% of max value = 765). Red value is 235 (92.19% from 255 or 47.09% from 499); Green value is 78 (30.86% from 255 or 15.63% from 499); Blue value is 186 (73.05% from 255 or 37.27% from 499); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4EBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB4EBA is #14B145. Grayscale: #888888. Windows color (decimal): -1356102 or 12209899. OLE color: 12209899.
HSL color Cylindrical-coordinate representation of color #EB4EBA: hue angle of 318.73º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EB4EBA is Cyan = 0, Magento = 0.67, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 78 | 186 | - |
| CMYK | 0 | 0.67 | 0.21 | 0.08 |
| HSL | 318.73º | 0.8% | 0.61% | - |
| HSV(B) | 318.73º | 0.67% | 0.92% | - |
| XYZ | 45.85 | 26.66 | 49.18 | - |
| YUV | 137.26 | 155.51 | 197.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 78 | 186 | 0 | 0.67 | 0.21 | 0.08 | 318.73 | 0.8 | 0.61 |
| Hex | EB | 4E | BA | 0 | 43 | 15 | 8 | 13F | 50 | 3D |
| Octal | 353 | 116 | 272 | 0 | 103 | 25 | 10 | 477 | 120 | 75 |
| Binary | 11101011 | 1001110 | 10111010 | 0 | 1000011 | 10101 | 1000 | 100111111 | 1010000 | 111101 |
Color Harmonies of #EB4EBA
Complementary color
Monochromatic Colors of #EB4EBA
Black with #EB4EBA
Text Example
Text Example
White with #EB4EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB4EBA; }
p { color: rgb(235,78,186); }
H1.HeaderClassName
{
color: #EB4EBA;
}
.AnyTagClassName
{
color: #EB4EBA;
}
</style>
background-color css
<style>
a { background-color: #EB4EBA; }
a { background-color: rgb(235,78,186); }
div.DivClassName
{
background-color: #EB4EBA;
}
.BgClassName
{
background-color: #EB4EBA;
}
</style>
border-color css
<style>
span { border-color: #EB4EBA; }
span { border-color: rgb(235,78,186); }
td.TdClassName
{
border-color: #EB4EBA;
}
.TagClassName
{
border-color: #EB4EBA;
}
</style>