Shades of Brilliant Rose #E744A8
Tints of Brilliant Rose #E744A8
RGB
CMYK
RGB Variations
Color information
#E744A8 (or 0xE744A8) is known color: Brilliant Rose. HEX triplet: E7, 44 and A8. RGB value is (231,68,168). Sum of RGB (Red+Green+Blue) = 231+68+168=467 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.46% from 467); Green value is 68 (26.95% from 255 or 14.56% from 467); Blue value is 168 (66.02% from 255 or 35.97% from 467); Max value from RGB is 231 - color contains mainly: red. Hex color #E744A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E744A8 is #18BB57. Grayscale: #7F7F7F. Windows color (decimal): -1620824 or 11027687. OLE color: 11027687.
HSL color Cylindrical-coordinate representation of color #E744A8: hue angle of 323.19º 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 #E744A8 is Cyan = 0, Magento = 0.71, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 68 | 168 | - |
| CMYK | 0 | 0.71 | 0.27 | 0.09 |
| HSL | 323.19º | 0.77% | 0.59% | - |
| HSV(B) | 323.19º | 0.71% | 0.91% | - |
| XYZ | 42.09 | 23.95 | 39.45 | - |
| YUV | 128.14 | 150.5 | 201.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 68 | 168 | 0 | 0.71 | 0.27 | 0.09 | 323.19 | 0.77 | 0.59 |
| Hex | E7 | 44 | A8 | 0 | 47 | 1B | 9 | 143 | 4D | 3B |
| Octal | 347 | 104 | 250 | 0 | 107 | 33 | 11 | 503 | 115 | 73 |
| Binary | 11100111 | 1000100 | 10101000 | 0 | 1000111 | 11011 | 1001 | 101000011 | 1001101 | 111011 |
Color Harmonies of #E744A8
Complementary color
Monochromatic Colors of #E744A8
Black with #E744A8
Text Example
Text Example
White with #E744A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E744A8; }
p { color: rgb(231,68,168); }
H1.HeaderClassName
{
color: #E744A8;
}
.AnyTagClassName
{
color: #E744A8;
}
</style>
background-color css
<style>
a { background-color: #E744A8; }
a { background-color: rgb(231,68,168); }
div.DivClassName
{
background-color: #E744A8;
}
.BgClassName
{
background-color: #E744A8;
}
</style>
border-color css
<style>
span { border-color: #E744A8; }
span { border-color: rgb(231,68,168); }
td.TdClassName
{
border-color: #E744A8;
}
.TagClassName
{
border-color: #E744A8;
}
</style>