Shades of Brilliant Rose #E350B5
Tints of Brilliant Rose #E350B5
RGB
CMYK
RGB Variations
Color information
#E350B5 (or 0xE350B5) is known color: Brilliant Rose. HEX triplet: E3, 50 and B5. RGB value is (227,80,181). Sum of RGB (Red+Green+Blue) = 227+80+181=488 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.52% from 488); Green value is 80 (31.64% from 255 or 16.39% from 488); Blue value is 181 (71.09% from 255 or 37.09% from 488); Max value from RGB is 227 - color contains mainly: red. Hex color #E350B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E350B5 is #1CAF4A. Grayscale: #878787. Windows color (decimal): -1879883 or 11882723. OLE color: 11882723.
HSL color Cylindrical-coordinate representation of color #E350B5: hue angle of 318.78º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E350B5 is Cyan = 0, Magento = 0.65, Yellow = 0.20 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 80 | 181 | - |
| CMYK | 0 | 0.65 | 0.20 | 0.11 |
| HSL | 318.78º | 0.72% | 0.6% | - |
| HSV(B) | 318.78º | 0.65% | 0.89% | - |
| XYZ | 42.89 | 25.4 | 46.36 | - |
| YUV | 135.47 | 153.7 | 193.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 80 | 181 | 0 | 0.65 | 0.20 | 0.11 | 318.78 | 0.72 | 0.6 |
| Hex | E3 | 50 | B5 | 0 | 41 | 14 | B | 13F | 48 | 3C |
| Octal | 343 | 120 | 265 | 0 | 101 | 24 | 13 | 477 | 110 | 74 |
| Binary | 11100011 | 1010000 | 10110101 | 0 | 1000001 | 10100 | 1011 | 100111111 | 1001000 | 111100 |
Color Harmonies of #E350B5
Complementary color
Monochromatic Colors of #E350B5
Black with #E350B5
Text Example
Text Example
White with #E350B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E350B5; }
p { color: rgb(227,80,181); }
H1.HeaderClassName
{
color: #E350B5;
}
.AnyTagClassName
{
color: #E350B5;
}
</style>
background-color css
<style>
a { background-color: #E350B5; }
a { background-color: rgb(227,80,181); }
div.DivClassName
{
background-color: #E350B5;
}
.BgClassName
{
background-color: #E350B5;
}
</style>
border-color css
<style>
span { border-color: #E350B5; }
span { border-color: rgb(227,80,181); }
td.TdClassName
{
border-color: #E350B5;
}
.TagClassName
{
border-color: #E350B5;
}
</style>