Shades of Brilliant Rose #E95DA2
Tints of Brilliant Rose #E95DA2
RGB
CMYK
RGB Variations
Color information
#E95DA2 (or 0xE95DA2) is known color: Brilliant Rose. HEX triplet: E9, 5D and A2. RGB value is (233,93,162). Sum of RGB (Red+Green+Blue) = 233+93+162=488 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.75% from 488); Green value is 93 (36.72% from 255 or 19.06% from 488); Blue value is 162 (63.67% from 255 or 33.20% from 488); Max value from RGB is 233 - color contains mainly: red. Hex color #E95DA2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95DA2 is #16A25D. Grayscale: #8E8E8E. Windows color (decimal): -1483358 or 10640873. OLE color: 10640873.
HSL color Cylindrical-coordinate representation of color #E95DA2: hue angle of 330.43º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E95DA2 is Cyan = 0, Magento = 0.60, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 93 | 162 | - |
| CMYK | 0 | 0.60 | 0.30 | 0.09 |
| HSL | 330.43º | 0.76% | 0.64% | - |
| HSV(B) | 330.43º | 0.6% | 0.91% | - |
| XYZ | 44.04 | 27.76 | 37.22 | - |
| YUV | 142.73 | 138.88 | 192.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 93 | 162 | 0 | 0.60 | 0.30 | 0.09 | 330.43 | 0.76 | 0.64 |
| Hex | E9 | 5D | A2 | 0 | 3C | 1E | 9 | 14A | 4C | 40 |
| Octal | 351 | 135 | 242 | 0 | 74 | 36 | 11 | 512 | 114 | 100 |
| Binary | 11101001 | 1011101 | 10100010 | 0 | 111100 | 11110 | 1001 | 101001010 | 1001100 | 1000000 |
Color Harmonies of #E95DA2
Complementary color
Monochromatic Colors of #E95DA2
Black with #E95DA2
Text Example
Text Example
White with #E95DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95DA2; }
p { color: rgb(233,93,162); }
H1.HeaderClassName
{
color: #E95DA2;
}
.AnyTagClassName
{
color: #E95DA2;
}
</style>
background-color css
<style>
a { background-color: #E95DA2; }
a { background-color: rgb(233,93,162); }
div.DivClassName
{
background-color: #E95DA2;
}
.BgClassName
{
background-color: #E95DA2;
}
</style>
border-color css
<style>
span { border-color: #E95DA2; }
span { border-color: rgb(233,93,162); }
td.TdClassName
{
border-color: #E95DA2;
}
.TagClassName
{
border-color: #E95DA2;
}
</style>