Shades of Brilliant Rose #E448A8
Tints of Brilliant Rose #E448A8
RGB
CMYK
RGB Variations
Color information
#E448A8 (or 0xE448A8) is known color: Brilliant Rose. HEX triplet: E4, 48 and A8. RGB value is (228,72,168). Sum of RGB (Red+Green+Blue) = 228+72+168=468 (61% of max value = 765). Red value is 228 (89.45% from 255 or 48.72% from 468); Green value is 72 (28.52% from 255 or 15.38% from 468); Blue value is 168 (66.02% from 255 or 35.90% from 468); Max value from RGB is 228 - color contains mainly: red. Hex color #E448A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E448A8 is #1BB757. Grayscale: #818181. Windows color (decimal): -1816408 or 11028708. OLE color: 11028708.
HSL color Cylindrical-coordinate representation of color #E448A8: hue angle of 323.08º 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 #E448A8 is Cyan = 0, Magento = 0.68, Yellow = 0.26 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 72 | 168 | - |
| CMYK | 0 | 0.68 | 0.26 | 0.11 |
| HSL | 323.08º | 0.74% | 0.59% | - |
| HSV(B) | 323.08º | 0.68% | 0.89% | - |
| XYZ | 41.38 | 23.96 | 39.49 | - |
| YUV | 129.59 | 149.68 | 198.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 72 | 168 | 0 | 0.68 | 0.26 | 0.11 | 323.08 | 0.74 | 0.59 |
| Hex | E4 | 48 | A8 | 0 | 44 | 1A | B | 143 | 4A | 3B |
| Octal | 344 | 110 | 250 | 0 | 104 | 32 | 13 | 503 | 112 | 73 |
| Binary | 11100100 | 1001000 | 10101000 | 0 | 1000100 | 11010 | 1011 | 101000011 | 1001010 | 111011 |
Color Harmonies of #E448A8
Complementary color
Monochromatic Colors of #E448A8
Black with #E448A8
Text Example
Text Example
White with #E448A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E448A8; }
p { color: rgb(228,72,168); }
H1.HeaderClassName
{
color: #E448A8;
}
.AnyTagClassName
{
color: #E448A8;
}
</style>
background-color css
<style>
a { background-color: #E448A8; }
a { background-color: rgb(228,72,168); }
div.DivClassName
{
background-color: #E448A8;
}
.BgClassName
{
background-color: #E448A8;
}
</style>
border-color css
<style>
span { border-color: #E448A8; }
span { border-color: rgb(228,72,168); }
td.TdClassName
{
border-color: #E448A8;
}
.TagClassName
{
border-color: #E448A8;
}
</style>