Shades of Brilliant Rose #E94F9D
Tints of Brilliant Rose #E94F9D
RGB
CMYK
RGB Variations
Color information
#E94F9D (or 0xE94F9D) is known color: Brilliant Rose. HEX triplet: E9, 4F and 9D. RGB value is (233,79,157). Sum of RGB (Red+Green+Blue) = 233+79+157=469 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.68% from 469); Green value is 79 (31.25% from 255 or 16.84% from 469); Blue value is 157 (61.72% from 255 or 33.48% from 469); Max value from RGB is 233 - color contains mainly: red. Hex color #E94F9D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E94F9D is #16B062. Grayscale: #858585. Windows color (decimal): -1486947 or 10309609. OLE color: 10309609.
HSL color Cylindrical-coordinate representation of color #E94F9D: hue angle of 329.61º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E94F9D is Cyan = 0, Magento = 0.66, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 79 | 157 | - |
| CMYK | 0 | 0.66 | 0.33 | 0.09 |
| HSL | 329.61º | 0.78% | 0.61% | - |
| HSV(B) | 329.61º | 0.66% | 0.91% | - |
| XYZ | 42.49 | 25.35 | 34.55 | - |
| YUV | 133.94 | 141.02 | 198.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 79 | 157 | 0 | 0.66 | 0.33 | 0.09 | 329.61 | 0.78 | 0.61 |
| Hex | E9 | 4F | 9D | 0 | 42 | 21 | 9 | 14A | 4E | 3D |
| Octal | 351 | 117 | 235 | 0 | 102 | 41 | 11 | 512 | 116 | 75 |
| Binary | 11101001 | 1001111 | 10011101 | 0 | 1000010 | 100001 | 1001 | 101001010 | 1001110 | 111101 |
Color Harmonies of #E94F9D
Complementary color
Monochromatic Colors of #E94F9D
Black with #E94F9D
Text Example
Text Example
White with #E94F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94F9D; }
p { color: rgb(233,79,157); }
H1.HeaderClassName
{
color: #E94F9D;
}
.AnyTagClassName
{
color: #E94F9D;
}
</style>
background-color css
<style>
a { background-color: #E94F9D; }
a { background-color: rgb(233,79,157); }
div.DivClassName
{
background-color: #E94F9D;
}
.BgClassName
{
background-color: #E94F9D;
}
</style>
border-color css
<style>
span { border-color: #E94F9D; }
span { border-color: rgb(233,79,157); }
td.TdClassName
{
border-color: #E94F9D;
}
.TagClassName
{
border-color: #E94F9D;
}
</style>