Shades of Brilliant Rose #E355A3
Tints of Brilliant Rose #E355A3
RGB
CMYK
RGB Variations
Color information
#E355A3 (or 0xE355A3) is known color: Brilliant Rose. HEX triplet: E3, 55 and A3. RGB value is (227,85,163). Sum of RGB (Red+Green+Blue) = 227+85+163=475 (62% of max value = 765). Red value is 227 (89.06% from 255 or 47.79% from 475); Green value is 85 (33.59% from 255 or 17.89% from 475); Blue value is 163 (64.06% from 255 or 34.32% from 475); Max value from RGB is 227 - color contains mainly: red. Hex color #E355A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E355A3 is #1CAA5C. Grayscale: #888888. Windows color (decimal): -1878621 or 10704355. OLE color: 10704355.
HSL color Cylindrical-coordinate representation of color #E355A3: hue angle of 327.04º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E355A3 is Cyan = 0, Magento = 0.63, Yellow = 0.28 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 85 | 163 | - |
| CMYK | 0 | 0.63 | 0.28 | 0.11 |
| HSL | 327.04º | 0.72% | 0.61% | - |
| HSV(B) | 327.04º | 0.63% | 0.89% | - |
| XYZ | 41.54 | 25.47 | 37.38 | - |
| YUV | 136.35 | 143.04 | 192.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 85 | 163 | 0 | 0.63 | 0.28 | 0.11 | 327.04 | 0.72 | 0.61 |
| Hex | E3 | 55 | A3 | 0 | 3F | 1C | B | 147 | 48 | 3D |
| Octal | 343 | 125 | 243 | 0 | 77 | 34 | 13 | 507 | 110 | 75 |
| Binary | 11100011 | 1010101 | 10100011 | 0 | 111111 | 11100 | 1011 | 101000111 | 1001000 | 111101 |
Color Harmonies of #E355A3
Complementary color
Monochromatic Colors of #E355A3
Black with #E355A3
Text Example
Text Example
White with #E355A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E355A3; }
p { color: rgb(227,85,163); }
H1.HeaderClassName
{
color: #E355A3;
}
.AnyTagClassName
{
color: #E355A3;
}
</style>
background-color css
<style>
a { background-color: #E355A3; }
a { background-color: rgb(227,85,163); }
div.DivClassName
{
background-color: #E355A3;
}
.BgClassName
{
background-color: #E355A3;
}
</style>
border-color css
<style>
span { border-color: #E355A3; }
span { border-color: rgb(227,85,163); }
td.TdClassName
{
border-color: #E355A3;
}
.TagClassName
{
border-color: #E355A3;
}
</style>