Shades of Brilliant Rose #E646B2
Tints of Brilliant Rose #E646B2
RGB
CMYK
RGB Variations
Color information
#E646B2 (or 0xE646B2) is known color: Brilliant Rose. HEX triplet: E6, 46 and B2. RGB value is (230,70,178). Sum of RGB (Red+Green+Blue) = 230+70+178=478 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.12% from 478); Green value is 70 (27.73% from 255 or 14.64% from 478); Blue value is 178 (69.92% from 255 or 37.24% from 478); Max value from RGB is 230 - color contains mainly: red. Hex color #E646B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E646B2 is #19B94D. Grayscale: #818181. Windows color (decimal): -1685838 or 11683558. OLE color: 11683558.
HSL color Cylindrical-coordinate representation of color #E646B2: hue angle of 319.5º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E646B2 is Cyan = 0, Magento = 0.70, Yellow = 0.23 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 70 | 178 | - |
| CMYK | 0 | 0.70 | 0.23 | 0.10 |
| HSL | 319.5º | 0.76% | 0.59% | - |
| HSV(B) | 319.5º | 0.7% | 0.9% | - |
| XYZ | 42.86 | 24.42 | 44.57 | - |
| YUV | 130.15 | 155.01 | 199.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 70 | 178 | 0 | 0.70 | 0.23 | 0.10 | 319.5 | 0.76 | 0.59 |
| Hex | E6 | 46 | B2 | 0 | 46 | 17 | A | 140 | 4C | 3B |
| Octal | 346 | 106 | 262 | 0 | 106 | 27 | 12 | 500 | 114 | 73 |
| Binary | 11100110 | 1000110 | 10110010 | 0 | 1000110 | 10111 | 1010 | 101000000 | 1001100 | 111011 |
Color Harmonies of #E646B2
Complementary color
Monochromatic Colors of #E646B2
Black with #E646B2
Text Example
Text Example
White with #E646B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E646B2; }
p { color: rgb(230,70,178); }
H1.HeaderClassName
{
color: #E646B2;
}
.AnyTagClassName
{
color: #E646B2;
}
</style>
background-color css
<style>
a { background-color: #E646B2; }
a { background-color: rgb(230,70,178); }
div.DivClassName
{
background-color: #E646B2;
}
.BgClassName
{
background-color: #E646B2;
}
</style>
border-color css
<style>
span { border-color: #E646B2; }
span { border-color: rgb(230,70,178); }
td.TdClassName
{
border-color: #E646B2;
}
.TagClassName
{
border-color: #E646B2;
}
</style>