Shades of Brilliant Rose #EB64A1
Tints of Brilliant Rose #EB64A1
RGB
CMYK
RGB Variations
Color information
#EB64A1 (or 0xEB64A1) is known color: Brilliant Rose. HEX triplet: EB, 64 and A1. RGB value is (235,100,161). Sum of RGB (Red+Green+Blue) = 235+100+161=496 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.38% from 496); Green value is 100 (39.45% from 255 or 20.16% from 496); Blue value is 161 (63.28% from 255 or 32.46% from 496); Max value from RGB is 235 - color contains mainly: red. Hex color #EB64A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB64A1 is #149B5E. Grayscale: #939393. Windows color (decimal): -1350495 or 10577131. OLE color: 10577131.
HSL color Cylindrical-coordinate representation of color #EB64A1: hue angle of 332.89º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EB64A1 is Cyan = 0, Magento = 0.57, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 100 | 161 | - |
| CMYK | 0 | 0.57 | 0.31 | 0.08 |
| HSL | 332.89º | 0.77% | 0.66% | - |
| HSV(B) | 332.89º | 0.57% | 0.92% | - |
| XYZ | 45.25 | 29.35 | 37 | - |
| YUV | 147.32 | 135.73 | 190.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 100 | 161 | 0 | 0.57 | 0.31 | 0.08 | 332.89 | 0.77 | 0.66 |
| Hex | EB | 64 | A1 | 0 | 39 | 1F | 8 | 14D | 4D | 42 |
| Octal | 353 | 144 | 241 | 0 | 71 | 37 | 10 | 515 | 115 | 102 |
| Binary | 11101011 | 1100100 | 10100001 | 0 | 111001 | 11111 | 1000 | 101001101 | 1001101 | 1000010 |
Color Harmonies of #EB64A1
Complementary color
Monochromatic Colors of #EB64A1
Black with #EB64A1
Text Example
Text Example
White with #EB64A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB64A1; }
p { color: rgb(235,100,161); }
H1.HeaderClassName
{
color: #EB64A1;
}
.AnyTagClassName
{
color: #EB64A1;
}
</style>
background-color css
<style>
a { background-color: #EB64A1; }
a { background-color: rgb(235,100,161); }
div.DivClassName
{
background-color: #EB64A1;
}
.BgClassName
{
background-color: #EB64A1;
}
</style>
border-color css
<style>
span { border-color: #EB64A1; }
span { border-color: rgb(235,100,161); }
td.TdClassName
{
border-color: #EB64A1;
}
.TagClassName
{
border-color: #EB64A1;
}
</style>