Shades of Brilliant Rose #E448AF
Tints of Brilliant Rose #E448AF
RGB
CMYK
RGB Variations
Color information
#E448AF (or 0xE448AF) is known color: Brilliant Rose. HEX triplet: E4, 48 and AF. RGB value is (228,72,175). Sum of RGB (Red+Green+Blue) = 228+72+175=475 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48% from 475); Green value is 72 (28.52% from 255 or 15.16% from 475); Blue value is 175 (68.75% from 255 or 36.84% from 475); Max value from RGB is 228 - color contains mainly: red. Hex color #E448AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E448AF is #1BB750. Grayscale: #828282. Windows color (decimal): -1816401 or 11487460. OLE color: 11487460.
HSL color Cylindrical-coordinate representation of color #E448AF: hue angle of 320.38º 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 #E448AF is Cyan = 0, Magento = 0.68, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 72 | 175 | - |
| CMYK | 0 | 0.68 | 0.23 | 0.11 |
| HSL | 320.38º | 0.74% | 0.59% | - |
| HSV(B) | 320.38º | 0.68% | 0.89% | - |
| XYZ | 42.05 | 24.22 | 43.02 | - |
| YUV | 130.39 | 153.18 | 197.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 72 | 175 | 0 | 0.68 | 0.23 | 0.11 | 320.38 | 0.74 | 0.59 |
| Hex | E4 | 48 | AF | 0 | 44 | 17 | B | 140 | 4A | 3B |
| Octal | 344 | 110 | 257 | 0 | 104 | 27 | 13 | 500 | 112 | 73 |
| Binary | 11100100 | 1001000 | 10101111 | 0 | 1000100 | 10111 | 1011 | 101000000 | 1001010 | 111011 |
Color Harmonies of #E448AF
Complementary color
Monochromatic Colors of #E448AF
Black with #E448AF
Text Example
Text Example
White with #E448AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E448AF; }
p { color: rgb(228,72,175); }
H1.HeaderClassName
{
color: #E448AF;
}
.AnyTagClassName
{
color: #E448AF;
}
</style>
background-color css
<style>
a { background-color: #E448AF; }
a { background-color: rgb(228,72,175); }
div.DivClassName
{
background-color: #E448AF;
}
.BgClassName
{
background-color: #E448AF;
}
</style>
border-color css
<style>
span { border-color: #E448AF; }
span { border-color: rgb(228,72,175); }
td.TdClassName
{
border-color: #E448AF;
}
.TagClassName
{
border-color: #E448AF;
}
</style>