Shades of Brilliant Rose #E450B4
Tints of Brilliant Rose #E450B4
RGB
CMYK
RGB Variations
Color information
#E450B4 (or 0xE450B4) is known color: Brilliant Rose. HEX triplet: E4, 50 and B4. RGB value is (228,80,180). Sum of RGB (Red+Green+Blue) = 228+80+180=488 (64% of max value = 765). Red value is 228 (89.45% from 255 or 46.72% from 488); Green value is 80 (31.64% from 255 or 16.39% from 488); Blue value is 180 (70.70% from 255 or 36.89% from 488); Max value from RGB is 228 - color contains mainly: red. Hex color #E450B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E450B4 is #1BAF4B. Grayscale: #878787. Windows color (decimal): -1814348 or 11817188. OLE color: 11817188.
HSL color Cylindrical-coordinate representation of color #E450B4: hue angle of 319.46º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E450B4 is Cyan = 0, Magento = 0.65, Yellow = 0.21 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 80 | 180 | - |
| CMYK | 0 | 0.65 | 0.21 | 0.11 |
| HSL | 319.46º | 0.73% | 0.6% | - |
| HSV(B) | 319.46º | 0.65% | 0.89% | - |
| XYZ | 43.1 | 25.53 | 45.84 | - |
| YUV | 135.65 | 153.03 | 193.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 80 | 180 | 0 | 0.65 | 0.21 | 0.11 | 319.46 | 0.73 | 0.6 |
| Hex | E4 | 50 | B4 | 0 | 41 | 15 | B | 13F | 49 | 3C |
| Octal | 344 | 120 | 264 | 0 | 101 | 25 | 13 | 477 | 111 | 74 |
| Binary | 11100100 | 1010000 | 10110100 | 0 | 1000001 | 10101 | 1011 | 100111111 | 1001001 | 111100 |
Color Harmonies of #E450B4
Complementary color
Monochromatic Colors of #E450B4
Black with #E450B4
Text Example
Text Example
White with #E450B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E450B4; }
p { color: rgb(228,80,180); }
H1.HeaderClassName
{
color: #E450B4;
}
.AnyTagClassName
{
color: #E450B4;
}
</style>
background-color css
<style>
a { background-color: #E450B4; }
a { background-color: rgb(228,80,180); }
div.DivClassName
{
background-color: #E450B4;
}
.BgClassName
{
background-color: #E450B4;
}
</style>
border-color css
<style>
span { border-color: #E450B4; }
span { border-color: rgb(228,80,180); }
td.TdClassName
{
border-color: #E450B4;
}
.TagClassName
{
border-color: #E450B4;
}
</style>