Shades of Brilliant Rose #E349B6
Tints of Brilliant Rose #E349B6
RGB
CMYK
RGB Variations
Color information
#E349B6 (or 0xE349B6) is known color: Brilliant Rose. HEX triplet: E3, 49 and B6. RGB value is (227,73,182). Sum of RGB (Red+Green+Blue) = 227+73+182=482 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.10% from 482); Green value is 73 (28.91% from 255 or 15.15% from 482); Blue value is 182 (71.48% from 255 or 37.76% from 482); Max value from RGB is 227 - color contains mainly: red. Hex color #E349B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E349B6 is #1CB649. Grayscale: #838383. Windows color (decimal): -1881674 or 11946467. OLE color: 11946467.
HSL color Cylindrical-coordinate representation of color #E349B6: hue angle of 317.53º 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 #E349B6 is Cyan = 0, Magento = 0.68, Yellow = 0.20 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 73 | 182 | - |
| CMYK | 0 | 0.68 | 0.20 | 0.11 |
| HSL | 317.53º | 0.73% | 0.59% | - |
| HSV(B) | 317.53º | 0.68% | 0.89% | - |
| XYZ | 42.5 | 24.47 | 46.74 | - |
| YUV | 131.47 | 156.52 | 196.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 73 | 182 | 0 | 0.68 | 0.20 | 0.11 | 317.53 | 0.73 | 0.59 |
| Hex | E3 | 49 | B6 | 0 | 44 | 14 | B | 13E | 49 | 3B |
| Octal | 343 | 111 | 266 | 0 | 104 | 24 | 13 | 476 | 111 | 73 |
| Binary | 11100011 | 1001001 | 10110110 | 0 | 1000100 | 10100 | 1011 | 100111110 | 1001001 | 111011 |
Color Harmonies of #E349B6
Complementary color
Monochromatic Colors of #E349B6
Black with #E349B6
Text Example
Text Example
White with #E349B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E349B6; }
p { color: rgb(227,73,182); }
H1.HeaderClassName
{
color: #E349B6;
}
.AnyTagClassName
{
color: #E349B6;
}
</style>
background-color css
<style>
a { background-color: #E349B6; }
a { background-color: rgb(227,73,182); }
div.DivClassName
{
background-color: #E349B6;
}
.BgClassName
{
background-color: #E349B6;
}
</style>
border-color css
<style>
span { border-color: #E349B6; }
span { border-color: rgb(227,73,182); }
td.TdClassName
{
border-color: #E349B6;
}
.TagClassName
{
border-color: #E349B6;
}
</style>