Shades of Brilliant Rose #E250B2
Tints of Brilliant Rose #E250B2
RGB
CMYK
RGB Variations
Color information
#E250B2 (or 0xE250B2) is known color: Brilliant Rose. HEX triplet: E2, 50 and B2. RGB value is (226,80,178). Sum of RGB (Red+Green+Blue) = 226+80+178=484 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.69% from 484); Green value is 80 (31.64% from 255 or 16.53% from 484); Blue value is 178 (69.92% from 255 or 36.78% from 484); Max value from RGB is 226 - color contains mainly: red. Hex color #E250B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E250B2 is #1DAF4D. Grayscale: #868686. Windows color (decimal): -1945422 or 11686114. OLE color: 11686114.
HSL color Cylindrical-coordinate representation of color #E250B2: hue angle of 319.73º 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 #E250B2 is Cyan = 0, Magento = 0.65, Yellow = 0.21 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 80 | 178 | - |
| CMYK | 0 | 0.65 | 0.21 | 0.11 |
| HSL | 319.73º | 0.72% | 0.6% | - |
| HSV(B) | 319.73º | 0.65% | 0.89% | - |
| XYZ | 42.27 | 25.12 | 44.74 | - |
| YUV | 134.83 | 152.37 | 193.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 80 | 178 | 0 | 0.65 | 0.21 | 0.11 | 319.73 | 0.72 | 0.6 |
| Hex | E2 | 50 | B2 | 0 | 41 | 15 | B | 140 | 48 | 3C |
| Octal | 342 | 120 | 262 | 0 | 101 | 25 | 13 | 500 | 110 | 74 |
| Binary | 11100010 | 1010000 | 10110010 | 0 | 1000001 | 10101 | 1011 | 101000000 | 1001000 | 111100 |
Color Harmonies of #E250B2
Complementary color
Monochromatic Colors of #E250B2
Black with #E250B2
Text Example
Text Example
White with #E250B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E250B2; }
p { color: rgb(226,80,178); }
H1.HeaderClassName
{
color: #E250B2;
}
.AnyTagClassName
{
color: #E250B2;
}
</style>
background-color css
<style>
a { background-color: #E250B2; }
a { background-color: rgb(226,80,178); }
div.DivClassName
{
background-color: #E250B2;
}
.BgClassName
{
background-color: #E250B2;
}
</style>
border-color css
<style>
span { border-color: #E250B2; }
span { border-color: rgb(226,80,178); }
td.TdClassName
{
border-color: #E250B2;
}
.TagClassName
{
border-color: #E250B2;
}
</style>