Shades of Brilliant Rose #EB4CA0
Tints of Brilliant Rose #EB4CA0
RGB
CMYK
RGB Variations
Color information
#EB4CA0 (or 0xEB4CA0) is known color: Brilliant Rose. HEX triplet: EB, 4C and A0. RGB value is (235,76,160). Sum of RGB (Red+Green+Blue) = 235+76+160=471 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.89% from 471); Green value is 76 (30.08% from 255 or 16.14% from 471); Blue value is 160 (62.89% from 255 or 33.97% from 471); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4CA0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB4CA0 is #14B35F. Grayscale: #848484. Windows color (decimal): -1356640 or 10505451. OLE color: 10505451.
HSL color Cylindrical-coordinate representation of color #EB4CA0: hue angle of 328.3º 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 #EB4CA0 is Cyan = 0, Magento = 0.68, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 76 | 160 | - |
| CMYK | 0 | 0.68 | 0.32 | 0.08 |
| HSL | 328.3º | 0.8% | 0.61% | - |
| HSV(B) | 328.3º | 0.68% | 0.92% | - |
| XYZ | 43.19 | 25.37 | 35.88 | - |
| YUV | 133.12 | 143.18 | 200.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 76 | 160 | 0 | 0.68 | 0.32 | 0.08 | 328.3 | 0.8 | 0.61 |
| Hex | EB | 4C | A0 | 0 | 44 | 20 | 8 | 148 | 50 | 3D |
| Octal | 353 | 114 | 240 | 0 | 104 | 40 | 10 | 510 | 120 | 75 |
| Binary | 11101011 | 1001100 | 10100000 | 0 | 1000100 | 100000 | 1000 | 101001000 | 1010000 | 111101 |
Color Harmonies of #EB4CA0
Complementary color
Monochromatic Colors of #EB4CA0
Black with #EB4CA0
Text Example
Text Example
White with #EB4CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB4CA0; }
p { color: rgb(235,76,160); }
H1.HeaderClassName
{
color: #EB4CA0;
}
.AnyTagClassName
{
color: #EB4CA0;
}
</style>
background-color css
<style>
a { background-color: #EB4CA0; }
a { background-color: rgb(235,76,160); }
div.DivClassName
{
background-color: #EB4CA0;
}
.BgClassName
{
background-color: #EB4CA0;
}
</style>
border-color css
<style>
span { border-color: #EB4CA0; }
span { border-color: rgb(235,76,160); }
td.TdClassName
{
border-color: #EB4CA0;
}
.TagClassName
{
border-color: #EB4CA0;
}
</style>