Shades of Brilliant Rose #EB42B1
Tints of Brilliant Rose #EB42B1
RGB
CMYK
RGB Variations
Color information
#EB42B1 (or 0xEB42B1) is known color: Brilliant Rose. HEX triplet: EB, 42 and B1. RGB value is (235,66,177). Sum of RGB (Red+Green+Blue) = 235+66+177=478 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.16% from 478); Green value is 66 (26.17% from 255 or 13.81% from 478); Blue value is 177 (69.53% from 255 or 37.03% from 478); Max value from RGB is 235 - color contains mainly: red. Hex color #EB42B1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB42B1 is #14BD4E. Grayscale: #808080. Windows color (decimal): -1359183 or 11617003. OLE color: 11617003.
HSL color Cylindrical-coordinate representation of color #EB42B1: hue angle of 320.59º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EB42B1 is Cyan = 0, Magento = 0.72, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 66 | 177 | - |
| CMYK | 0 | 0.72 | 0.25 | 0.08 |
| HSL | 320.59º | 0.81% | 0.59% | - |
| HSV(B) | 320.59º | 0.72% | 0.92% | - |
| XYZ | 44.14 | 24.73 | 44.04 | - |
| YUV | 129.19 | 154.99 | 203.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 66 | 177 | 0 | 0.72 | 0.25 | 0.08 | 320.59 | 0.81 | 0.59 |
| Hex | EB | 42 | B1 | 0 | 48 | 19 | 8 | 141 | 51 | 3B |
| Octal | 353 | 102 | 261 | 0 | 110 | 31 | 10 | 501 | 121 | 73 |
| Binary | 11101011 | 1000010 | 10110001 | 0 | 1001000 | 11001 | 1000 | 101000001 | 1010001 | 111011 |
Color Harmonies of #EB42B1
Complementary color
Monochromatic Colors of #EB42B1
Black with #EB42B1
Text Example
Text Example
White with #EB42B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB42B1; }
p { color: rgb(235,66,177); }
H1.HeaderClassName
{
color: #EB42B1;
}
.AnyTagClassName
{
color: #EB42B1;
}
</style>
background-color css
<style>
a { background-color: #EB42B1; }
a { background-color: rgb(235,66,177); }
div.DivClassName
{
background-color: #EB42B1;
}
.BgClassName
{
background-color: #EB42B1;
}
</style>
border-color css
<style>
span { border-color: #EB42B1; }
span { border-color: rgb(235,66,177); }
td.TdClassName
{
border-color: #EB42B1;
}
.TagClassName
{
border-color: #EB42B1;
}
</style>