Shades of Brilliant Rose #E344B2
Tints of Brilliant Rose #E344B2
RGB
CMYK
RGB Variations
Color information
#E344B2 (or 0xE344B2) is known color: Brilliant Rose. HEX triplet: E3, 44 and B2. RGB value is (227,68,178). Sum of RGB (Red+Green+Blue) = 227+68+178=473 (62% of max value = 765). Red value is 227 (89.06% from 255 or 47.99% from 473); Green value is 68 (26.95% from 255 or 14.38% from 473); Blue value is 178 (69.92% from 255 or 37.63% from 473); Max value from RGB is 227 - color contains mainly: red. Hex color #E344B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E344B2 is #1CBB4D. Grayscale: #7F7F7F. Windows color (decimal): -1882958 or 11683043. OLE color: 11683043.
HSL color Cylindrical-coordinate representation of color #E344B2: hue angle of 318.49º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E344B2 is Cyan = 0, Magento = 0.70, Yellow = 0.22 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 68 | 178 | - |
| CMYK | 0 | 0.70 | 0.22 | 0.11 |
| HSL | 318.49º | 0.74% | 0.58% | - |
| HSV(B) | 318.49º | 0.7% | 0.89% | - |
| XYZ | 41.78 | 23.68 | 44.49 | - |
| YUV | 128.08 | 156.18 | 198.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 68 | 178 | 0 | 0.70 | 0.22 | 0.11 | 318.49 | 0.74 | 0.58 |
| Hex | E3 | 44 | B2 | 0 | 46 | 16 | B | 13E | 4A | 3A |
| Octal | 343 | 104 | 262 | 0 | 106 | 26 | 13 | 476 | 112 | 72 |
| Binary | 11100011 | 1000100 | 10110010 | 0 | 1000110 | 10110 | 1011 | 100111110 | 1001010 | 111010 |
Color Harmonies of #E344B2
Complementary color
Monochromatic Colors of #E344B2
Black with #E344B2
Text Example
Text Example
White with #E344B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E344B2; }
p { color: rgb(227,68,178); }
H1.HeaderClassName
{
color: #E344B2;
}
.AnyTagClassName
{
color: #E344B2;
}
</style>
background-color css
<style>
a { background-color: #E344B2; }
a { background-color: rgb(227,68,178); }
div.DivClassName
{
background-color: #E344B2;
}
.BgClassName
{
background-color: #E344B2;
}
</style>
border-color css
<style>
span { border-color: #E344B2; }
span { border-color: rgb(227,68,178); }
td.TdClassName
{
border-color: #E344B2;
}
.TagClassName
{
border-color: #E344B2;
}
</style>