Shades of Brilliant Rose #E34BA5
Tints of Brilliant Rose #E34BA5
RGB
CMYK
RGB Variations
Color information
#E34BA5 (or 0xE34BA5) is known color: Brilliant Rose. HEX triplet: E3, 4B and A5. RGB value is (227,75,165). Sum of RGB (Red+Green+Blue) = 227+75+165=467 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.61% from 467); Green value is 75 (29.69% from 255 or 16.06% from 467); Blue value is 165 (64.84% from 255 or 35.33% from 467); Max value from RGB is 227 - color contains mainly: red. Hex color #E34BA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E34BA5 is #1CB45A. Grayscale: #828282. Windows color (decimal): -1881179 or 10832867. OLE color: 10832867.
HSL color Cylindrical-coordinate representation of color #E34BA5: hue angle of 324.47º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E34BA5 is Cyan = 0, Magento = 0.67, Yellow = 0.27 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 75 | 165 | - |
| CMYK | 0 | 0.67 | 0.27 | 0.11 |
| HSL | 324.47º | 0.73% | 0.59% | - |
| HSV(B) | 324.47º | 0.67% | 0.89% | - |
| XYZ | 40.99 | 24.08 | 38.08 | - |
| YUV | 130.71 | 147.36 | 196.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 75 | 165 | 0 | 0.67 | 0.27 | 0.11 | 324.47 | 0.73 | 0.59 |
| Hex | E3 | 4B | A5 | 0 | 43 | 1B | B | 144 | 49 | 3B |
| Octal | 343 | 113 | 245 | 0 | 103 | 33 | 13 | 504 | 111 | 73 |
| Binary | 11100011 | 1001011 | 10100101 | 0 | 1000011 | 11011 | 1011 | 101000100 | 1001001 | 111011 |
Color Harmonies of #E34BA5
Complementary color
Monochromatic Colors of #E34BA5
Black with #E34BA5
Text Example
Text Example
White with #E34BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34BA5; }
p { color: rgb(227,75,165); }
H1.HeaderClassName
{
color: #E34BA5;
}
.AnyTagClassName
{
color: #E34BA5;
}
</style>
background-color css
<style>
a { background-color: #E34BA5; }
a { background-color: rgb(227,75,165); }
div.DivClassName
{
background-color: #E34BA5;
}
.BgClassName
{
background-color: #E34BA5;
}
</style>
border-color css
<style>
span { border-color: #E34BA5; }
span { border-color: rgb(227,75,165); }
td.TdClassName
{
border-color: #E34BA5;
}
.TagClassName
{
border-color: #E34BA5;
}
</style>