Shades of Brilliant Rose #E944B2
Tints of Brilliant Rose #E944B2
RGB
CMYK
RGB Variations
Color information
#E944B2 (or 0xE944B2) is known color: Brilliant Rose. HEX triplet: E9, 44 and B2. RGB value is (233,68,178). Sum of RGB (Red+Green+Blue) = 233+68+178=479 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.64% from 479); Green value is 68 (26.95% from 255 or 14.20% from 479); Blue value is 178 (69.92% from 255 or 37.16% from 479); Max value from RGB is 233 - color contains mainly: red. Hex color #E944B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E944B2 is #16BB4D. Grayscale: #818181. Windows color (decimal): -1489742 or 11683049. OLE color: 11683049.
HSL color Cylindrical-coordinate representation of color #E944B2: hue angle of 320º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E944B2 is Cyan = 0, Magento = 0.71, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 68 | 178 | - |
| CMYK | 0 | 0.71 | 0.24 | 0.09 |
| HSL | 320º | 0.79% | 0.59% | - |
| HSV(B) | 320º | 0.71% | 0.91% | - |
| XYZ | 43.71 | 24.67 | 44.58 | - |
| YUV | 129.88 | 155.16 | 201.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 68 | 178 | 0 | 0.71 | 0.24 | 0.09 | 320 | 0.79 | 0.59 |
| Hex | E9 | 44 | B2 | 0 | 47 | 18 | 9 | 140 | 4F | 3B |
| Octal | 351 | 104 | 262 | 0 | 107 | 30 | 11 | 500 | 117 | 73 |
| Binary | 11101001 | 1000100 | 10110010 | 0 | 1000111 | 11000 | 1001 | 101000000 | 1001111 | 111011 |
Color Harmonies of #E944B2
Complementary color
Monochromatic Colors of #E944B2
Black with #E944B2
Text Example
Text Example
White with #E944B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E944B2; }
p { color: rgb(233,68,178); }
H1.HeaderClassName
{
color: #E944B2;
}
.AnyTagClassName
{
color: #E944B2;
}
</style>
background-color css
<style>
a { background-color: #E944B2; }
a { background-color: rgb(233,68,178); }
div.DivClassName
{
background-color: #E944B2;
}
.BgClassName
{
background-color: #E944B2;
}
</style>
border-color css
<style>
span { border-color: #E944B2; }
span { border-color: rgb(233,68,178); }
td.TdClassName
{
border-color: #E944B2;
}
.TagClassName
{
border-color: #E944B2;
}
</style>