Shades of Brilliant Rose #E645A1
Tints of Brilliant Rose #E645A1
RGB
CMYK
RGB Variations
Color information
#E645A1 (or 0xE645A1) is known color: Brilliant Rose. HEX triplet: E6, 45 and A1. RGB value is (230,69,161). Sum of RGB (Red+Green+Blue) = 230+69+161=460 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50% from 460); Green value is 69 (27.34% from 255 or 15% from 460); Blue value is 161 (63.28% from 255 or 35% from 460); Max value from RGB is 230 - color contains mainly: red. Hex color #E645A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E645A1 is #19BA5E. Grayscale: #7F7F7F. Windows color (decimal): -1686111 or 10569190. OLE color: 10569190.
HSL color Cylindrical-coordinate representation of color #E645A1: hue angle of 325.71º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E645A1 is Cyan = 0, Magento = 0.7, Yellow = 0.3 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 69 | 161 | - |
| CMYK | 0 | 0.7 | 0.3 | 0.10 |
| HSL | 325.71º | 0.76% | 0.59% | - |
| HSV(B) | 325.71º | 0.7% | 0.9% | - |
| XYZ | 41.19 | 23.65 | 36.11 | - |
| YUV | 127.63 | 146.84 | 201.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 69 | 161 | 0 | 0.7 | 0.3 | 0.10 | 325.71 | 0.76 | 0.59 |
| Hex | E6 | 45 | A1 | 0 | 46 | 1E | A | 146 | 4C | 3B |
| Octal | 346 | 105 | 241 | 0 | 106 | 36 | 12 | 506 | 114 | 73 |
| Binary | 11100110 | 1000101 | 10100001 | 0 | 1000110 | 11110 | 1010 | 101000110 | 1001100 | 111011 |
Color Harmonies of #E645A1
Complementary color
Monochromatic Colors of #E645A1
Black with #E645A1
Text Example
Text Example
White with #E645A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E645A1; }
p { color: rgb(230,69,161); }
H1.HeaderClassName
{
color: #E645A1;
}
.AnyTagClassName
{
color: #E645A1;
}
</style>
background-color css
<style>
a { background-color: #E645A1; }
a { background-color: rgb(230,69,161); }
div.DivClassName
{
background-color: #E645A1;
}
.BgClassName
{
background-color: #E645A1;
}
</style>
border-color css
<style>
span { border-color: #E645A1; }
span { border-color: rgb(230,69,161); }
td.TdClassName
{
border-color: #E645A1;
}
.TagClassName
{
border-color: #E645A1;
}
</style>