Shades of Brilliant Rose #E349B1
Tints of Brilliant Rose #E349B1
RGB
CMYK
RGB Variations
Color information
#E349B1 (or 0xE349B1) is known color: Brilliant Rose. HEX triplet: E3, 49 and B1. RGB value is (227,73,177). Sum of RGB (Red+Green+Blue) = 227+73+177=477 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.59% from 477); Green value is 73 (28.91% from 255 or 15.30% from 477); Blue value is 177 (69.53% from 255 or 37.11% from 477); Max value from RGB is 227 - color contains mainly: red. Hex color #E349B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E349B1 is #1CB64E. Grayscale: #828282. Windows color (decimal): -1881679 or 11618787. OLE color: 11618787.
HSL color Cylindrical-coordinate representation of color #E349B1: hue angle of 319.48º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E349B1 is Cyan = 0, Magento = 0.68, Yellow = 0.22 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 73 | 177 | - |
| CMYK | 0 | 0.68 | 0.22 | 0.11 |
| HSL | 319.48º | 0.73% | 0.59% | - |
| HSV(B) | 319.48º | 0.68% | 0.89% | - |
| XYZ | 42 | 24.27 | 44.07 | - |
| YUV | 130.9 | 154.02 | 196.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 73 | 177 | 0 | 0.68 | 0.22 | 0.11 | 319.48 | 0.73 | 0.59 |
| Hex | E3 | 49 | B1 | 0 | 44 | 16 | B | 13F | 49 | 3B |
| Octal | 343 | 111 | 261 | 0 | 104 | 26 | 13 | 477 | 111 | 73 |
| Binary | 11100011 | 1001001 | 10110001 | 0 | 1000100 | 10110 | 1011 | 100111111 | 1001001 | 111011 |
Color Harmonies of #E349B1
Complementary color
Monochromatic Colors of #E349B1
Black with #E349B1
Text Example
Text Example
White with #E349B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E349B1; }
p { color: rgb(227,73,177); }
H1.HeaderClassName
{
color: #E349B1;
}
.AnyTagClassName
{
color: #E349B1;
}
</style>
background-color css
<style>
a { background-color: #E349B1; }
a { background-color: rgb(227,73,177); }
div.DivClassName
{
background-color: #E349B1;
}
.BgClassName
{
background-color: #E349B1;
}
</style>
border-color css
<style>
span { border-color: #E349B1; }
span { border-color: rgb(227,73,177); }
td.TdClassName
{
border-color: #E349B1;
}
.TagClassName
{
border-color: #E349B1;
}
</style>