Shades of Brilliant Rose #E65DAC
Tints of Brilliant Rose #E65DAC
RGB
CMYK
RGB Variations
Color information
#E65DAC (or 0xE65DAC) is known color: Brilliant Rose. HEX triplet: E6, 5D and AC. RGB value is (230,93,172). Sum of RGB (Red+Green+Blue) = 230+93+172=495 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.46% from 495); Green value is 93 (36.72% from 255 or 18.79% from 495); Blue value is 172 (67.58% from 255 or 34.75% from 495); Max value from RGB is 230 - color contains mainly: red. Hex color #E65DAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65DAC is #19A253. Grayscale: #8E8E8E. Windows color (decimal): -1679956 or 11296230. OLE color: 11296230.
HSL color Cylindrical-coordinate representation of color #E65DAC: hue angle of 325.4º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E65DAC is Cyan = 0, Magento = 0.60, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 93 | 172 | - |
| CMYK | 0 | 0.60 | 0.25 | 0.10 |
| HSL | 325.4º | 0.73% | 0.63% | - |
| HSV(B) | 325.4º | 0.6% | 0.9% | - |
| XYZ | 43.99 | 27.63 | 42.04 | - |
| YUV | 142.97 | 144.39 | 190.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 93 | 172 | 0 | 0.60 | 0.25 | 0.10 | 325.4 | 0.73 | 0.63 |
| Hex | E6 | 5D | AC | 0 | 3C | 19 | A | 145 | 49 | 3F |
| Octal | 346 | 135 | 254 | 0 | 74 | 31 | 12 | 505 | 111 | 77 |
| Binary | 11100110 | 1011101 | 10101100 | 0 | 111100 | 11001 | 1010 | 101000101 | 1001001 | 111111 |
Color Harmonies of #E65DAC
Complementary color
Monochromatic Colors of #E65DAC
Black with #E65DAC
Text Example
Text Example
White with #E65DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65DAC; }
p { color: rgb(230,93,172); }
H1.HeaderClassName
{
color: #E65DAC;
}
.AnyTagClassName
{
color: #E65DAC;
}
</style>
background-color css
<style>
a { background-color: #E65DAC; }
a { background-color: rgb(230,93,172); }
div.DivClassName
{
background-color: #E65DAC;
}
.BgClassName
{
background-color: #E65DAC;
}
</style>
border-color css
<style>
span { border-color: #E65DAC; }
span { border-color: rgb(230,93,172); }
td.TdClassName
{
border-color: #E65DAC;
}
.TagClassName
{
border-color: #E65DAC;
}
</style>