Shades of Brilliant Rose #EB4CA6
Tints of Brilliant Rose #EB4CA6
RGB
CMYK
RGB Variations
Color information
#EB4CA6 (or 0xEB4CA6) is known color: Brilliant Rose. HEX triplet: EB, 4C and A6. RGB value is (235,76,166). Sum of RGB (Red+Green+Blue) = 235+76+166=477 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.27% from 477); Green value is 76 (30.08% from 255 or 15.93% from 477); Blue value is 166 (65.23% from 255 or 34.80% from 477); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4CA6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB4CA6 is #14B359. Grayscale: #858585. Windows color (decimal): -1356634 or 10898667. OLE color: 10898667.
HSL color Cylindrical-coordinate representation of color #EB4CA6: hue angle of 326.04º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EB4CA6 is Cyan = 0, Magento = 0.68, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 76 | 166 | - |
| CMYK | 0 | 0.68 | 0.29 | 0.08 |
| HSL | 326.04º | 0.8% | 0.61% | - |
| HSV(B) | 326.04º | 0.68% | 0.92% | - |
| XYZ | 43.73 | 25.58 | 38.71 | - |
| YUV | 133.8 | 146.18 | 200.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 76 | 166 | 0 | 0.68 | 0.29 | 0.08 | 326.04 | 0.8 | 0.61 |
| Hex | EB | 4C | A6 | 0 | 44 | 1D | 8 | 146 | 50 | 3D |
| Octal | 353 | 114 | 246 | 0 | 104 | 35 | 10 | 506 | 120 | 75 |
| Binary | 11101011 | 1001100 | 10100110 | 0 | 1000100 | 11101 | 1000 | 101000110 | 1010000 | 111101 |
Color Harmonies of #EB4CA6
Complementary color
Monochromatic Colors of #EB4CA6
Black with #EB4CA6
Text Example
Text Example
White with #EB4CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB4CA6; }
p { color: rgb(235,76,166); }
H1.HeaderClassName
{
color: #EB4CA6;
}
.AnyTagClassName
{
color: #EB4CA6;
}
</style>
background-color css
<style>
a { background-color: #EB4CA6; }
a { background-color: rgb(235,76,166); }
div.DivClassName
{
background-color: #EB4CA6;
}
.BgClassName
{
background-color: #EB4CA6;
}
</style>
border-color css
<style>
span { border-color: #EB4CA6; }
span { border-color: rgb(235,76,166); }
td.TdClassName
{
border-color: #EB4CA6;
}
.TagClassName
{
border-color: #EB4CA6;
}
</style>