Shades of Brilliant Rose #E34BAC
Tints of Brilliant Rose #E34BAC
RGB
CMYK
RGB Variations
Color information
#E34BAC (or 0xE34BAC) is known color: Brilliant Rose. HEX triplet: E3, 4B and AC. RGB value is (227,75,172). Sum of RGB (Red+Green+Blue) = 227+75+172=474 (62% of max value = 765). Red value is 227 (89.06% from 255 or 47.89% from 474); Green value is 75 (29.69% from 255 or 15.82% from 474); Blue value is 172 (67.58% from 255 or 36.29% from 474); Max value from RGB is 227 - color contains mainly: red. Hex color #E34BAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E34BAC is #1CB453. Grayscale: #838383. Windows color (decimal): -1881172 or 11291619. OLE color: 11291619.
HSL color Cylindrical-coordinate representation of color #E34BAC: hue angle of 321.71º 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 #E34BAC is Cyan = 0, Magento = 0.67, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 75 | 172 | - |
| CMYK | 0 | 0.67 | 0.24 | 0.11 |
| HSL | 321.71º | 0.73% | 0.59% | - |
| HSV(B) | 321.71º | 0.67% | 0.89% | - |
| XYZ | 41.64 | 24.34 | 41.53 | - |
| YUV | 131.51 | 150.86 | 196.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 75 | 172 | 0 | 0.67 | 0.24 | 0.11 | 321.71 | 0.73 | 0.59 |
| Hex | E3 | 4B | AC | 0 | 43 | 18 | B | 142 | 49 | 3B |
| Octal | 343 | 113 | 254 | 0 | 103 | 30 | 13 | 502 | 111 | 73 |
| Binary | 11100011 | 1001011 | 10101100 | 0 | 1000011 | 11000 | 1011 | 101000010 | 1001001 | 111011 |
Color Harmonies of #E34BAC
Complementary color
Monochromatic Colors of #E34BAC
Black with #E34BAC
Text Example
Text Example
White with #E34BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34BAC; }
p { color: rgb(227,75,172); }
H1.HeaderClassName
{
color: #E34BAC;
}
.AnyTagClassName
{
color: #E34BAC;
}
</style>
background-color css
<style>
a { background-color: #E34BAC; }
a { background-color: rgb(227,75,172); }
div.DivClassName
{
background-color: #E34BAC;
}
.BgClassName
{
background-color: #E34BAC;
}
</style>
border-color css
<style>
span { border-color: #E34BAC; }
span { border-color: rgb(227,75,172); }
td.TdClassName
{
border-color: #E34BAC;
}
.TagClassName
{
border-color: #E34BAC;
}
</style>