Shades of Brilliant Rose #E744A1
Tints of Brilliant Rose #E744A1
RGB
CMYK
RGB Variations
Color information
#E744A1 (or 0xE744A1) is known color: Brilliant Rose. HEX triplet: E7, 44 and A1. RGB value is (231,68,161). Sum of RGB (Red+Green+Blue) = 231+68+161=460 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.22% from 460); Green value is 68 (26.95% from 255 or 14.78% from 460); Blue value is 161 (63.28% from 255 or 35% from 460); Max value from RGB is 231 - color contains mainly: red. Hex color #E744A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E744A1 is #18BB5E. Grayscale: #7F7F7F. Windows color (decimal): -1620831 or 10568935. OLE color: 10568935.
HSL color Cylindrical-coordinate representation of color #E744A1: hue angle of 325.77º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E744A1 is Cyan = 0, Magento = 0.71, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 68 | 161 | - |
| CMYK | 0 | 0.71 | 0.30 | 0.09 |
| HSL | 325.77º | 0.77% | 0.59% | - |
| HSV(B) | 325.77º | 0.71% | 0.91% | - |
| XYZ | 41.46 | 23.7 | 36.11 | - |
| YUV | 127.34 | 147 | 201.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 68 | 161 | 0 | 0.71 | 0.30 | 0.09 | 325.77 | 0.77 | 0.59 |
| Hex | E7 | 44 | A1 | 0 | 47 | 1E | 9 | 146 | 4D | 3B |
| Octal | 347 | 104 | 241 | 0 | 107 | 36 | 11 | 506 | 115 | 73 |
| Binary | 11100111 | 1000100 | 10100001 | 0 | 1000111 | 11110 | 1001 | 101000110 | 1001101 | 111011 |
Color Harmonies of #E744A1
Complementary color
Monochromatic Colors of #E744A1
Black with #E744A1
Text Example
Text Example
White with #E744A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E744A1; }
p { color: rgb(231,68,161); }
H1.HeaderClassName
{
color: #E744A1;
}
.AnyTagClassName
{
color: #E744A1;
}
</style>
background-color css
<style>
a { background-color: #E744A1; }
a { background-color: rgb(231,68,161); }
div.DivClassName
{
background-color: #E744A1;
}
.BgClassName
{
background-color: #E744A1;
}
</style>
border-color css
<style>
span { border-color: #E744A1; }
span { border-color: rgb(231,68,161); }
td.TdClassName
{
border-color: #E744A1;
}
.TagClassName
{
border-color: #E744A1;
}
</style>