Shades of Brilliant Rose #E34FAB
Tints of Brilliant Rose #E34FAB
RGB
CMYK
RGB Variations
Color information
#E34FAB (or 0xE34FAB) is known color: Brilliant Rose. HEX triplet: E3, 4F and AB. RGB value is (227,79,171). Sum of RGB (Red+Green+Blue) = 227+79+171=477 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.59% from 477); Green value is 79 (31.25% from 255 or 16.56% from 477); Blue value is 171 (67.19% from 255 or 35.85% from 477); Max value from RGB is 227 - color contains mainly: red. Hex color #E34FAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E34FAB is #1CB054. Grayscale: #858585. Windows color (decimal): -1880149 or 11227107. OLE color: 11227107.
HSL color Cylindrical-coordinate representation of color #E34FAB: hue angle of 322.7º 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 #E34FAB is Cyan = 0, Magento = 0.65, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 79 | 171 | - |
| CMYK | 0 | 0.65 | 0.25 | 0.11 |
| HSL | 322.7º | 0.73% | 0.6% | - |
| HSV(B) | 322.7º | 0.65% | 0.89% | - |
| XYZ | 41.83 | 24.86 | 41.12 | - |
| YUV | 133.74 | 149.03 | 194.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 79 | 171 | 0 | 0.65 | 0.25 | 0.11 | 322.7 | 0.73 | 0.6 |
| Hex | E3 | 4F | AB | 0 | 41 | 19 | B | 143 | 49 | 3C |
| Octal | 343 | 117 | 253 | 0 | 101 | 31 | 13 | 503 | 111 | 74 |
| Binary | 11100011 | 1001111 | 10101011 | 0 | 1000001 | 11001 | 1011 | 101000011 | 1001001 | 111100 |
Color Harmonies of #E34FAB
Complementary color
Monochromatic Colors of #E34FAB
Black with #E34FAB
Text Example
Text Example
White with #E34FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34FAB; }
p { color: rgb(227,79,171); }
H1.HeaderClassName
{
color: #E34FAB;
}
.AnyTagClassName
{
color: #E34FAB;
}
</style>
background-color css
<style>
a { background-color: #E34FAB; }
a { background-color: rgb(227,79,171); }
div.DivClassName
{
background-color: #E34FAB;
}
.BgClassName
{
background-color: #E34FAB;
}
</style>
border-color css
<style>
span { border-color: #E34FAB; }
span { border-color: rgb(227,79,171); }
td.TdClassName
{
border-color: #E34FAB;
}
.TagClassName
{
border-color: #E34FAB;
}
</style>