Shades of Brilliant Rose #E153B2
Tints of Brilliant Rose #E153B2
RGB
CMYK
RGB Variations
Color information
#E153B2 (or 0xE153B2) is known color: Brilliant Rose. HEX triplet: E1, 53 and B2. RGB value is (225,83,178). Sum of RGB (Red+Green+Blue) = 225+83+178=486 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.30% from 486); Green value is 83 (32.81% from 255 or 17.08% from 486); Blue value is 178 (69.92% from 255 or 36.63% from 486); Max value from RGB is 225 - color contains mainly: red. Hex color #E153B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E153B2 is #1EAC4D. Grayscale: #888888. Windows color (decimal): -2010190 or 11686881. OLE color: 11686881.
HSL color Cylindrical-coordinate representation of color #E153B2: hue angle of 319.86º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E153B2 is Cyan = 0, Magento = 0.63, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 83 | 178 | - |
| CMYK | 0 | 0.63 | 0.21 | 0.12 |
| HSL | 319.86º | 0.7% | 0.6% | - |
| HSV(B) | 319.86º | 0.63% | 0.88% | - |
| XYZ | 42.18 | 25.41 | 44.8 | - |
| YUV | 136.29 | 151.54 | 191.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 83 | 178 | 0 | 0.63 | 0.21 | 0.12 | 319.86 | 0.7 | 0.6 |
| Hex | E1 | 53 | B2 | 0 | 3F | 15 | C | 140 | 46 | 3C |
| Octal | 341 | 123 | 262 | 0 | 77 | 25 | 14 | 500 | 106 | 74 |
| Binary | 11100001 | 1010011 | 10110010 | 0 | 111111 | 10101 | 1100 | 101000000 | 1000110 | 111100 |
Color Harmonies of #E153B2
Complementary color
Monochromatic Colors of #E153B2
Black with #E153B2
Text Example
Text Example
White with #E153B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E153B2; }
p { color: rgb(225,83,178); }
H1.HeaderClassName
{
color: #E153B2;
}
.AnyTagClassName
{
color: #E153B2;
}
</style>
background-color css
<style>
a { background-color: #E153B2; }
a { background-color: rgb(225,83,178); }
div.DivClassName
{
background-color: #E153B2;
}
.BgClassName
{
background-color: #E153B2;
}
</style>
border-color css
<style>
span { border-color: #E153B2; }
span { border-color: rgb(225,83,178); }
td.TdClassName
{
border-color: #E153B2;
}
.TagClassName
{
border-color: #E153B2;
}
</style>