Shades of Brilliant Rose #E742B0
Tints of Brilliant Rose #E742B0
RGB
CMYK
RGB Variations
Color information
#E742B0 (or 0xE742B0) is known color: Brilliant Rose. HEX triplet: E7, 42 and B0. RGB value is (231,66,176). Sum of RGB (Red+Green+Blue) = 231+66+176=473 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.84% from 473); Green value is 66 (26.17% from 255 or 13.95% from 473); Blue value is 176 (69.14% from 255 or 37.21% from 473); Max value from RGB is 231 - color contains mainly: red. Hex color #E742B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E742B0 is #18BD4F. Grayscale: #7F7F7F. Windows color (decimal): -1621328 or 11551463. OLE color: 11551463.
HSL color Cylindrical-coordinate representation of color #E742B0: hue angle of 320º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E742B0 is Cyan = 0, Magento = 0.71, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 66 | 176 | - |
| CMYK | 0 | 0.71 | 0.24 | 0.09 |
| HSL | 320º | 0.77% | 0.58% | - |
| HSV(B) | 320º | 0.71% | 0.91% | - |
| XYZ | 42.74 | 24.02 | 43.46 | - |
| YUV | 127.88 | 155.16 | 201.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 66 | 176 | 0 | 0.71 | 0.24 | 0.09 | 320 | 0.77 | 0.58 |
| Hex | E7 | 42 | B0 | 0 | 47 | 18 | 9 | 140 | 4D | 3A |
| Octal | 347 | 102 | 260 | 0 | 107 | 30 | 11 | 500 | 115 | 72 |
| Binary | 11100111 | 1000010 | 10110000 | 0 | 1000111 | 11000 | 1001 | 101000000 | 1001101 | 111010 |
Color Harmonies of #E742B0
Complementary color
Monochromatic Colors of #E742B0
Black with #E742B0
Text Example
Text Example
White with #E742B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E742B0; }
p { color: rgb(231,66,176); }
H1.HeaderClassName
{
color: #E742B0;
}
.AnyTagClassName
{
color: #E742B0;
}
</style>
background-color css
<style>
a { background-color: #E742B0; }
a { background-color: rgb(231,66,176); }
div.DivClassName
{
background-color: #E742B0;
}
.BgClassName
{
background-color: #E742B0;
}
</style>
border-color css
<style>
span { border-color: #E742B0; }
span { border-color: rgb(231,66,176); }
td.TdClassName
{
border-color: #E742B0;
}
.TagClassName
{
border-color: #E742B0;
}
</style>