Shades of Brilliant Rose #E745A0
Tints of Brilliant Rose #E745A0
RGB
CMYK
RGB Variations
Color information
#E745A0 (or 0xE745A0) is known color: Brilliant Rose. HEX triplet: E7, 45 and A0. RGB value is (231,69,160). Sum of RGB (Red+Green+Blue) = 231+69+160=460 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.22% from 460); Green value is 69 (27.34% from 255 or 15% from 460); Blue value is 160 (62.89% from 255 or 34.78% from 460); Max value from RGB is 231 - color contains mainly: red. Hex color #E745A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E745A0 is #18BA5F. Grayscale: #7F7F7F. Windows color (decimal): -1620576 or 10503655. OLE color: 10503655.
HSL color Cylindrical-coordinate representation of color #E745A0: hue angle of 326.3º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E745A0 is Cyan = 0, Magento = 0.70, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 69 | 160 | - |
| CMYK | 0 | 0.70 | 0.31 | 0.09 |
| HSL | 326.3º | 0.77% | 0.59% | - |
| HSV(B) | 326.3º | 0.7% | 0.91% | - |
| XYZ | 41.43 | 23.78 | 35.66 | - |
| YUV | 127.81 | 146.17 | 201.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 69 | 160 | 0 | 0.70 | 0.31 | 0.09 | 326.3 | 0.77 | 0.59 |
| Hex | E7 | 45 | A0 | 0 | 46 | 1F | 9 | 146 | 4D | 3B |
| Octal | 347 | 105 | 240 | 0 | 106 | 37 | 11 | 506 | 115 | 73 |
| Binary | 11100111 | 1000101 | 10100000 | 0 | 1000110 | 11111 | 1001 | 101000110 | 1001101 | 111011 |
Color Harmonies of #E745A0
Complementary color
Monochromatic Colors of #E745A0
Black with #E745A0
Text Example
Text Example
White with #E745A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E745A0; }
p { color: rgb(231,69,160); }
H1.HeaderClassName
{
color: #E745A0;
}
.AnyTagClassName
{
color: #E745A0;
}
</style>
background-color css
<style>
a { background-color: #E745A0; }
a { background-color: rgb(231,69,160); }
div.DivClassName
{
background-color: #E745A0;
}
.BgClassName
{
background-color: #E745A0;
}
</style>
border-color css
<style>
span { border-color: #E745A0; }
span { border-color: rgb(231,69,160); }
td.TdClassName
{
border-color: #E745A0;
}
.TagClassName
{
border-color: #E745A0;
}
</style>