Shades of Brilliant Rose #E448A3
Tints of Brilliant Rose #E448A3
RGB
CMYK
RGB Variations
Color information
#E448A3 (or 0xE448A3) is known color: Brilliant Rose. HEX triplet: E4, 48 and A3. RGB value is (228,72,163). Sum of RGB (Red+Green+Blue) = 228+72+163=463 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.24% from 463); Green value is 72 (28.52% from 255 or 15.55% from 463); Blue value is 163 (64.06% from 255 or 35.21% from 463); Max value from RGB is 228 - color contains mainly: red. Hex color #E448A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E448A3 is #1BB75C. Grayscale: #808080. Windows color (decimal): -1816413 or 10701028. OLE color: 10701028.
HSL color Cylindrical-coordinate representation of color #E448A3: hue angle of 325º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E448A3 is Cyan = 0, Magento = 0.68, Yellow = 0.29 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 72 | 163 | - |
| CMYK | 0 | 0.68 | 0.29 | 0.11 |
| HSL | 325º | 0.74% | 0.59% | - |
| HSV(B) | 325º | 0.68% | 0.89% | - |
| XYZ | 40.92 | 23.77 | 37.08 | - |
| YUV | 129.02 | 147.18 | 198.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 72 | 163 | 0 | 0.68 | 0.29 | 0.11 | 325 | 0.74 | 0.59 |
| Hex | E4 | 48 | A3 | 0 | 44 | 1D | B | 145 | 4A | 3B |
| Octal | 344 | 110 | 243 | 0 | 104 | 35 | 13 | 505 | 112 | 73 |
| Binary | 11100100 | 1001000 | 10100011 | 0 | 1000100 | 11101 | 1011 | 101000101 | 1001010 | 111011 |
Color Harmonies of #E448A3
Complementary color
Monochromatic Colors of #E448A3
Black with #E448A3
Text Example
Text Example
White with #E448A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E448A3; }
p { color: rgb(228,72,163); }
H1.HeaderClassName
{
color: #E448A3;
}
.AnyTagClassName
{
color: #E448A3;
}
</style>
background-color css
<style>
a { background-color: #E448A3; }
a { background-color: rgb(228,72,163); }
div.DivClassName
{
background-color: #E448A3;
}
.BgClassName
{
background-color: #E448A3;
}
</style>
border-color css
<style>
span { border-color: #E448A3; }
span { border-color: rgb(228,72,163); }
td.TdClassName
{
border-color: #E448A3;
}
.TagClassName
{
border-color: #E448A3;
}
</style>