Shades of Brilliant Rose #E645AF
Tints of Brilliant Rose #E645AF
RGB
CMYK
RGB Variations
Color information
#E645AF (or 0xE645AF) is known color: Brilliant Rose. HEX triplet: E6, 45 and AF. RGB value is (230,69,175). Sum of RGB (Red+Green+Blue) = 230+69+175=474 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.52% from 474); Green value is 69 (27.34% from 255 or 14.56% from 474); Blue value is 175 (68.75% from 255 or 36.92% from 474); Max value from RGB is 230 - color contains mainly: red. Hex color #E645AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E645AF is #19BA50. Grayscale: #808080. Windows color (decimal): -1686097 or 11486694. OLE color: 11486694.
HSL color Cylindrical-coordinate representation of color #E645AF: hue angle of 320.5º 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 #E645AF is Cyan = 0, Magento = 0.7, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 69 | 175 | - |
| CMYK | 0 | 0.7 | 0.24 | 0.10 |
| HSL | 320.5º | 0.76% | 0.59% | - |
| HSV(B) | 320.5º | 0.7% | 0.9% | - |
| XYZ | 42.5 | 24.17 | 42.98 | - |
| YUV | 129.22 | 153.84 | 199.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 69 | 175 | 0 | 0.7 | 0.24 | 0.10 | 320.5 | 0.76 | 0.59 |
| Hex | E6 | 45 | AF | 0 | 46 | 18 | A | 140 | 4C | 3B |
| Octal | 346 | 105 | 257 | 0 | 106 | 30 | 12 | 500 | 114 | 73 |
| Binary | 11100110 | 1000101 | 10101111 | 0 | 1000110 | 11000 | 1010 | 101000000 | 1001100 | 111011 |
Color Harmonies of #E645AF
Complementary color
Monochromatic Colors of #E645AF
Black with #E645AF
Text Example
Text Example
White with #E645AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E645AF; }
p { color: rgb(230,69,175); }
H1.HeaderClassName
{
color: #E645AF;
}
.AnyTagClassName
{
color: #E645AF;
}
</style>
background-color css
<style>
a { background-color: #E645AF; }
a { background-color: rgb(230,69,175); }
div.DivClassName
{
background-color: #E645AF;
}
.BgClassName
{
background-color: #E645AF;
}
</style>
border-color css
<style>
span { border-color: #E645AF; }
span { border-color: rgb(230,69,175); }
td.TdClassName
{
border-color: #E645AF;
}
.TagClassName
{
border-color: #E645AF;
}
</style>