Shades of Brilliant Rose #E344AA
Tints of Brilliant Rose #E344AA
RGB
CMYK
RGB Variations
Color information
#E344AA (or 0xE344AA) is known color: Brilliant Rose. HEX triplet: E3, 44 and AA. RGB value is (227,68,170). Sum of RGB (Red+Green+Blue) = 227+68+170=465 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.82% from 465); Green value is 68 (26.95% from 255 or 14.62% from 465); Blue value is 170 (66.80% from 255 or 36.56% from 465); Max value from RGB is 227 - color contains mainly: red. Hex color #E344AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E344AA is #1CBB55. Grayscale: #7E7E7E. Windows color (decimal): -1882966 or 11158755. OLE color: 11158755.
HSL color Cylindrical-coordinate representation of color #E344AA: hue angle of 321.51º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E344AA is Cyan = 0, Magento = 0.70, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 68 | 170 | - |
| CMYK | 0 | 0.70 | 0.25 | 0.11 |
| HSL | 321.51º | 0.74% | 0.58% | - |
| HSV(B) | 321.51º | 0.7% | 0.89% | - |
| XYZ | 41 | 23.37 | 40.38 | - |
| YUV | 127.17 | 152.18 | 199.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 68 | 170 | 0 | 0.70 | 0.25 | 0.11 | 321.51 | 0.74 | 0.58 |
| Hex | E3 | 44 | AA | 0 | 46 | 19 | B | 142 | 4A | 3A |
| Octal | 343 | 104 | 252 | 0 | 106 | 31 | 13 | 502 | 112 | 72 |
| Binary | 11100011 | 1000100 | 10101010 | 0 | 1000110 | 11001 | 1011 | 101000010 | 1001010 | 111010 |
Color Harmonies of #E344AA
Complementary color
Monochromatic Colors of #E344AA
Black with #E344AA
Text Example
Text Example
White with #E344AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E344AA; }
p { color: rgb(227,68,170); }
H1.HeaderClassName
{
color: #E344AA;
}
.AnyTagClassName
{
color: #E344AA;
}
</style>
background-color css
<style>
a { background-color: #E344AA; }
a { background-color: rgb(227,68,170); }
div.DivClassName
{
background-color: #E344AA;
}
.BgClassName
{
background-color: #E344AA;
}
</style>
border-color css
<style>
span { border-color: #E344AA; }
span { border-color: rgb(227,68,170); }
td.TdClassName
{
border-color: #E344AA;
}
.TagClassName
{
border-color: #E344AA;
}
</style>