Shades of Brilliant Rose #E348A1
Tints of Brilliant Rose #E348A1
RGB
CMYK
RGB Variations
Color information
#E348A1 (or 0xE348A1) is known color: Brilliant Rose. HEX triplet: E3, 48 and A1. RGB value is (227,72,161). Sum of RGB (Red+Green+Blue) = 227+72+161=460 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.35% from 460); Green value is 72 (28.52% from 255 or 15.65% from 460); Blue value is 161 (63.28% from 255 or 35% from 460); Max value from RGB is 227 - color contains mainly: red. Hex color #E348A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E348A1 is #1CB75E. Grayscale: #808080. Windows color (decimal): -1881951 or 10569955. OLE color: 10569955.
HSL color Cylindrical-coordinate representation of color #E348A1: hue angle of 325.55º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E348A1 is Cyan = 0, Magento = 0.68, Yellow = 0.29 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 72 | 161 | - |
| CMYK | 0 | 0.68 | 0.29 | 0.11 |
| HSL | 325.55º | 0.73% | 0.59% | - |
| HSV(B) | 325.55º | 0.68% | 0.89% | - |
| XYZ | 40.43 | 23.54 | 36.13 | - |
| YUV | 128.49 | 146.35 | 198.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 72 | 161 | 0 | 0.68 | 0.29 | 0.11 | 325.55 | 0.73 | 0.59 |
| Hex | E3 | 48 | A1 | 0 | 44 | 1D | B | 146 | 49 | 3B |
| Octal | 343 | 110 | 241 | 0 | 104 | 35 | 13 | 506 | 111 | 73 |
| Binary | 11100011 | 1001000 | 10100001 | 0 | 1000100 | 11101 | 1011 | 101000110 | 1001001 | 111011 |
Color Harmonies of #E348A1
Complementary color
Monochromatic Colors of #E348A1
Black with #E348A1
Text Example
Text Example
White with #E348A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E348A1; }
p { color: rgb(227,72,161); }
H1.HeaderClassName
{
color: #E348A1;
}
.AnyTagClassName
{
color: #E348A1;
}
</style>
background-color css
<style>
a { background-color: #E348A1; }
a { background-color: rgb(227,72,161); }
div.DivClassName
{
background-color: #E348A1;
}
.BgClassName
{
background-color: #E348A1;
}
</style>
border-color css
<style>
span { border-color: #E348A1; }
span { border-color: rgb(227,72,161); }
td.TdClassName
{
border-color: #E348A1;
}
.TagClassName
{
border-color: #E348A1;
}
</style>