Shades of Brilliant Rose #E355B3
Tints of Brilliant Rose #E355B3
RGB
CMYK
RGB Variations
Color information
#E355B3 (or 0xE355B3) is known color: Brilliant Rose. HEX triplet: E3, 55 and B3. RGB value is (227,85,179). Sum of RGB (Red+Green+Blue) = 227+85+179=491 (65% of max value = 765). Red value is 227 (89.06% from 255 or 46.23% from 491); Green value is 85 (33.59% from 255 or 17.31% from 491); Blue value is 179 (70.31% from 255 or 36.46% from 491); Max value from RGB is 227 - color contains mainly: red. Hex color #E355B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E355B3 is #1CAA4C. Grayscale: #898989. Windows color (decimal): -1878605 or 11752931. OLE color: 11752931.
HSL color Cylindrical-coordinate representation of color #E355B3: hue angle of 320.28º 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 #E355B3 is Cyan = 0, Magento = 0.63, Yellow = 0.21 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 85 | 179 | - |
| CMYK | 0 | 0.63 | 0.21 | 0.11 |
| HSL | 320.28º | 0.72% | 0.61% | - |
| HSV(B) | 320.28º | 0.63% | 0.89% | - |
| XYZ | 43.06 | 26.08 | 45.41 | - |
| YUV | 138.17 | 151.04 | 191.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 85 | 179 | 0 | 0.63 | 0.21 | 0.11 | 320.28 | 0.72 | 0.61 |
| Hex | E3 | 55 | B3 | 0 | 3F | 15 | B | 140 | 48 | 3D |
| Octal | 343 | 125 | 263 | 0 | 77 | 25 | 13 | 500 | 110 | 75 |
| Binary | 11100011 | 1010101 | 10110011 | 0 | 111111 | 10101 | 1011 | 101000000 | 1001000 | 111101 |
Color Harmonies of #E355B3
Complementary color
Monochromatic Colors of #E355B3
Black with #E355B3
Text Example
Text Example
White with #E355B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E355B3; }
p { color: rgb(227,85,179); }
H1.HeaderClassName
{
color: #E355B3;
}
.AnyTagClassName
{
color: #E355B3;
}
</style>
background-color css
<style>
a { background-color: #E355B3; }
a { background-color: rgb(227,85,179); }
div.DivClassName
{
background-color: #E355B3;
}
.BgClassName
{
background-color: #E355B3;
}
</style>
border-color css
<style>
span { border-color: #E355B3; }
span { border-color: rgb(227,85,179); }
td.TdClassName
{
border-color: #E355B3;
}
.TagClassName
{
border-color: #E355B3;
}
</style>