Shades of Brilliant Rose #E44CA5
Tints of Brilliant Rose #E44CA5
RGB
CMYK
RGB Variations
Color information
#E44CA5 (or 0xE44CA5) is known color: Brilliant Rose. HEX triplet: E4, 4C and A5. RGB value is (228,76,165). Sum of RGB (Red+Green+Blue) = 228+76+165=469 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48.61% from 469); Green value is 76 (30.08% from 255 or 16.20% from 469); Blue value is 165 (64.84% from 255 or 35.18% from 469); Max value from RGB is 228 - color contains mainly: red. Hex color #E44CA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E44CA5 is #1BB35A. Grayscale: #838383. Windows color (decimal): -1815387 or 10833124. OLE color: 10833124.
HSL color Cylindrical-coordinate representation of color #E44CA5: hue angle of 324.87º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E44CA5 is Cyan = 0, Magento = 0.67, Yellow = 0.28 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 76 | 165 | - |
| CMYK | 0 | 0.67 | 0.28 | 0.11 |
| HSL | 324.87º | 0.74% | 0.6% | - |
| HSV(B) | 324.87º | 0.67% | 0.89% | - |
| XYZ | 41.37 | 24.38 | 38.12 | - |
| YUV | 131.59 | 146.86 | 196.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 76 | 165 | 0 | 0.67 | 0.28 | 0.11 | 324.87 | 0.74 | 0.6 |
| Hex | E4 | 4C | A5 | 0 | 43 | 1C | B | 145 | 4A | 3C |
| Octal | 344 | 114 | 245 | 0 | 103 | 34 | 13 | 505 | 112 | 74 |
| Binary | 11100100 | 1001100 | 10100101 | 0 | 1000011 | 11100 | 1011 | 101000101 | 1001010 | 111100 |
Color Harmonies of #E44CA5
Complementary color
Monochromatic Colors of #E44CA5
Black with #E44CA5
Text Example
Text Example
White with #E44CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44CA5; }
p { color: rgb(228,76,165); }
H1.HeaderClassName
{
color: #E44CA5;
}
.AnyTagClassName
{
color: #E44CA5;
}
</style>
background-color css
<style>
a { background-color: #E44CA5; }
a { background-color: rgb(228,76,165); }
div.DivClassName
{
background-color: #E44CA5;
}
.BgClassName
{
background-color: #E44CA5;
}
</style>
border-color css
<style>
span { border-color: #E44CA5; }
span { border-color: rgb(228,76,165); }
td.TdClassName
{
border-color: #E44CA5;
}
.TagClassName
{
border-color: #E44CA5;
}
</style>