Shades of Brilliant Rose #E755B2
Tints of Brilliant Rose #E755B2
RGB
CMYK
RGB Variations
Color information
#E755B2 (or 0xE755B2) is known color: Brilliant Rose. HEX triplet: E7, 55 and B2. RGB value is (231,85,178). Sum of RGB (Red+Green+Blue) = 231+85+178=494 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.76% from 494); Green value is 85 (33.59% from 255 or 17.21% from 494); Blue value is 178 (69.92% from 255 or 36.03% from 494); Max value from RGB is 231 - color contains mainly: red. Hex color #E755B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E755B2 is #18AA4D. Grayscale: #8B8B8B. Windows color (decimal): -1616462 or 11687399. OLE color: 11687399.
HSL color Cylindrical-coordinate representation of color #E755B2: hue angle of 321.78º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E755B2 is Cyan = 0, Magento = 0.63, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 85 | 178 | - |
| CMYK | 0 | 0.63 | 0.23 | 0.09 |
| HSL | 321.78º | 0.75% | 0.62% | - |
| HSV(B) | 321.78º | 0.63% | 0.91% | - |
| XYZ | 44.24 | 26.7 | 44.94 | - |
| YUV | 139.26 | 149.87 | 193.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 85 | 178 | 0 | 0.63 | 0.23 | 0.09 | 321.78 | 0.75 | 0.62 |
| Hex | E7 | 55 | B2 | 0 | 3F | 17 | 9 | 142 | 4B | 3E |
| Octal | 347 | 125 | 262 | 0 | 77 | 27 | 11 | 502 | 113 | 76 |
| Binary | 11100111 | 1010101 | 10110010 | 0 | 111111 | 10111 | 1001 | 101000010 | 1001011 | 111110 |
Color Harmonies of #E755B2
Complementary color
Monochromatic Colors of #E755B2
Black with #E755B2
Text Example
Text Example
White with #E755B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E755B2; }
p { color: rgb(231,85,178); }
H1.HeaderClassName
{
color: #E755B2;
}
.AnyTagClassName
{
color: #E755B2;
}
</style>
background-color css
<style>
a { background-color: #E755B2; }
a { background-color: rgb(231,85,178); }
div.DivClassName
{
background-color: #E755B2;
}
.BgClassName
{
background-color: #E755B2;
}
</style>
border-color css
<style>
span { border-color: #E755B2; }
span { border-color: rgb(231,85,178); }
td.TdClassName
{
border-color: #E755B2;
}
.TagClassName
{
border-color: #E755B2;
}
</style>