Shades of Brilliant Rose #E94B9D
Tints of Brilliant Rose #E94B9D
RGB
CMYK
RGB Variations
Color information
#E94B9D (or 0xE94B9D) is known color: Brilliant Rose. HEX triplet: E9, 4B and 9D. RGB value is (233,75,157). Sum of RGB (Red+Green+Blue) = 233+75+157=465 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.11% from 465); Green value is 75 (29.69% from 255 or 16.13% from 465); Blue value is 157 (61.72% from 255 or 33.76% from 465); Max value from RGB is 233 - color contains mainly: red. Hex color #E94B9D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E94B9D is #16B462. Grayscale: #838383. Windows color (decimal): -1487971 or 10308585. OLE color: 10308585.
HSL color Cylindrical-coordinate representation of color #E94B9D: hue angle of 328.86º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E94B9D is Cyan = 0, Magento = 0.68, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
RGB | 233 | 75 | 157 | - |
CMYK | 0 | 0.68 | 0.33 | 0.09 |
HSL | 328.86º | 0.78% | 0.6% | - |
HSV(B) | 328.86º | 0.68% | 0.91% | - |
XYZ | 42.21 | 24.79 | 34.46 | - |
YUV | 131.59 | 142.35 | 200.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 233 | 75 | 157 | 0 | 0.68 | 0.33 | 0.09 | 328.86 | 0.78 | 0.6 |
Hex | E9 | 4B | 9D | 0 | 44 | 21 | 9 | 149 | 4E | 3C |
Octal | 351 | 113 | 235 | 0 | 104 | 41 | 11 | 511 | 116 | 74 |
Binary | 11101001 | 1001011 | 10011101 | 0 | 1000100 | 100001 | 1001 | 101001001 | 1001110 | 111100 |
Color Harmonies of #E94B9D
Complementary color
Monochromatic Colors of #E94B9D
Black with #E94B9D
Text Example
Text Example
White with #E94B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94B9D; }
p { color: rgb(233,75,157); }
H1.HeaderClassName
{
color: #E94B9D;
}
.AnyTagClassName
{
color: #E94B9D;
}
</style>
background-color css
<style>
a { background-color: #E94B9D; }
a { background-color: rgb(233,75,157); }
div.DivClassName
{
background-color: #E94B9D;
}
.BgClassName
{
background-color: #E94B9D;
}
</style>
border-color css
<style>
span { border-color: #E94B9D; }
span { border-color: rgb(233,75,157); }
td.TdClassName
{
border-color: #E94B9D;
}
.TagClassName
{
border-color: #E94B9D;
}
</style>