Shades of Brilliant Rose #E351B6
Tints of Brilliant Rose #E351B6
RGB
CMYK
RGB Variations
Color information
#E351B6 (or 0xE351B6) is known color: Brilliant Rose. HEX triplet: E3, 51 and B6. RGB value is (227,81,182). Sum of RGB (Red+Green+Blue) = 227+81+182=490 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.33% from 490); Green value is 81 (32.03% from 255 or 16.53% from 490); Blue value is 182 (71.48% from 255 or 37.14% from 490); Max value from RGB is 227 - color contains mainly: red. Hex color #E351B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E351B6 is #1CAE49. Grayscale: #878787. Windows color (decimal): -1879626 or 11948515. OLE color: 11948515.
HSL color Cylindrical-coordinate representation of color #E351B6: hue angle of 318.49º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E351B6 is Cyan = 0, Magento = 0.64, Yellow = 0.20 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 81 | 182 | - |
| CMYK | 0 | 0.64 | 0.20 | 0.11 |
| HSL | 318.49º | 0.72% | 0.6% | - |
| HSV(B) | 318.49º | 0.64% | 0.89% | - |
| XYZ | 43.06 | 25.59 | 46.93 | - |
| YUV | 136.17 | 153.87 | 192.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 81 | 182 | 0 | 0.64 | 0.20 | 0.11 | 318.49 | 0.72 | 0.6 |
| Hex | E3 | 51 | B6 | 0 | 40 | 14 | B | 13E | 48 | 3C |
| Octal | 343 | 121 | 266 | 0 | 100 | 24 | 13 | 476 | 110 | 74 |
| Binary | 11100011 | 1010001 | 10110110 | 0 | 1000000 | 10100 | 1011 | 100111110 | 1001000 | 111100 |
Color Harmonies of #E351B6
Complementary color
Monochromatic Colors of #E351B6
Black with #E351B6
Text Example
Text Example
White with #E351B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E351B6; }
p { color: rgb(227,81,182); }
H1.HeaderClassName
{
color: #E351B6;
}
.AnyTagClassName
{
color: #E351B6;
}
</style>
background-color css
<style>
a { background-color: #E351B6; }
a { background-color: rgb(227,81,182); }
div.DivClassName
{
background-color: #E351B6;
}
.BgClassName
{
background-color: #E351B6;
}
</style>
border-color css
<style>
span { border-color: #E351B6; }
span { border-color: rgb(227,81,182); }
td.TdClassName
{
border-color: #E351B6;
}
.TagClassName
{
border-color: #E351B6;
}
</style>