Shades of Brilliant Rose #E65CAC
Tints of Brilliant Rose #E65CAC
RGB
CMYK
RGB Variations
Color information
#E65CAC (or 0xE65CAC) is known color: Brilliant Rose. HEX triplet: E6, 5C and AC. RGB value is (230,92,172). Sum of RGB (Red+Green+Blue) = 230+92+172=494 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.56% from 494); Green value is 92 (36.33% from 255 or 18.62% from 494); Blue value is 172 (67.58% from 255 or 34.82% from 494); Max value from RGB is 230 - color contains mainly: red. Hex color #E65CAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65CAC is #19A353. Grayscale: #8E8E8E. Windows color (decimal): -1680212 or 11295974. OLE color: 11295974.
HSL color Cylindrical-coordinate representation of color #E65CAC: hue angle of 325.22º 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 #E65CAC is Cyan = 0, Magento = 0.60, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 92 | 172 | - |
| CMYK | 0 | 0.60 | 0.25 | 0.10 |
| HSL | 325.22º | 0.73% | 0.63% | - |
| HSV(B) | 325.22º | 0.6% | 0.9% | - |
| XYZ | 43.91 | 27.46 | 42.02 | - |
| YUV | 142.38 | 144.72 | 190.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 92 | 172 | 0 | 0.60 | 0.25 | 0.10 | 325.22 | 0.73 | 0.63 |
| Hex | E6 | 5C | AC | 0 | 3C | 19 | A | 145 | 49 | 3F |
| Octal | 346 | 134 | 254 | 0 | 74 | 31 | 12 | 505 | 111 | 77 |
| Binary | 11100110 | 1011100 | 10101100 | 0 | 111100 | 11001 | 1010 | 101000101 | 1001001 | 111111 |
Color Harmonies of #E65CAC
Complementary color
Monochromatic Colors of #E65CAC
Black with #E65CAC
Text Example
Text Example
White with #E65CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65CAC; }
p { color: rgb(230,92,172); }
H1.HeaderClassName
{
color: #E65CAC;
}
.AnyTagClassName
{
color: #E65CAC;
}
</style>
background-color css
<style>
a { background-color: #E65CAC; }
a { background-color: rgb(230,92,172); }
div.DivClassName
{
background-color: #E65CAC;
}
.BgClassName
{
background-color: #E65CAC;
}
</style>
border-color css
<style>
span { border-color: #E65CAC; }
span { border-color: rgb(230,92,172); }
td.TdClassName
{
border-color: #E65CAC;
}
.TagClassName
{
border-color: #E65CAC;
}
</style>