Shades of Brilliant Rose #E250B5
Tints of Brilliant Rose #E250B5
RGB
CMYK
RGB Variations
Color information
#E250B5 (or 0xE250B5) is known color: Brilliant Rose. HEX triplet: E2, 50 and B5. RGB value is (226,80,181). Sum of RGB (Red+Green+Blue) = 226+80+181=487 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.41% from 487); Green value is 80 (31.64% from 255 or 16.43% from 487); Blue value is 181 (71.09% from 255 or 37.17% from 487); Max value from RGB is 226 - color contains mainly: red. Hex color #E250B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E250B5 is #1DAF4A. Grayscale: #868686. Windows color (decimal): -1945419 or 11882722. OLE color: 11882722.
HSL color Cylindrical-coordinate representation of color #E250B5: hue angle of 318.49º 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 #E250B5 is Cyan = 0, Magento = 0.65, Yellow = 0.20 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 80 | 181 | - |
| CMYK | 0 | 0.65 | 0.20 | 0.11 |
| HSL | 318.49º | 0.72% | 0.6% | - |
| HSV(B) | 318.49º | 0.65% | 0.89% | - |
| XYZ | 42.57 | 25.24 | 46.34 | - |
| YUV | 135.17 | 153.87 | 192.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 80 | 181 | 0 | 0.65 | 0.20 | 0.11 | 318.49 | 0.72 | 0.6 |
| Hex | E2 | 50 | B5 | 0 | 41 | 14 | B | 13E | 48 | 3C |
| Octal | 342 | 120 | 265 | 0 | 101 | 24 | 13 | 476 | 110 | 74 |
| Binary | 11100010 | 1010000 | 10110101 | 0 | 1000001 | 10100 | 1011 | 100111110 | 1001000 | 111100 |
Color Harmonies of #E250B5
Complementary color
Monochromatic Colors of #E250B5
Black with #E250B5
Text Example
Text Example
White with #E250B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E250B5; }
p { color: rgb(226,80,181); }
H1.HeaderClassName
{
color: #E250B5;
}
.AnyTagClassName
{
color: #E250B5;
}
</style>
background-color css
<style>
a { background-color: #E250B5; }
a { background-color: rgb(226,80,181); }
div.DivClassName
{
background-color: #E250B5;
}
.BgClassName
{
background-color: #E250B5;
}
</style>
border-color css
<style>
span { border-color: #E250B5; }
span { border-color: rgb(226,80,181); }
td.TdClassName
{
border-color: #E250B5;
}
.TagClassName
{
border-color: #E250B5;
}
</style>