Shades of Brilliant Rose #E650AC
Tints of Brilliant Rose #E650AC
RGB
CMYK
RGB Variations
Color information
#E650AC (or 0xE650AC) is known color: Brilliant Rose. HEX triplet: E6, 50 and AC. RGB value is (230,80,172). Sum of RGB (Red+Green+Blue) = 230+80+172=482 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.72% from 482); Green value is 80 (31.64% from 255 or 16.60% from 482); Blue value is 172 (67.58% from 255 or 35.68% from 482); Max value from RGB is 230 - color contains mainly: red. Hex color #E650AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E650AC is #19AF53. Grayscale: #878787. Windows color (decimal): -1683284 or 11292902. OLE color: 11292902.
HSL color Cylindrical-coordinate representation of color #E650AC: hue angle of 323.2º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E650AC is Cyan = 0, Magento = 0.65, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 80 | 172 | - |
| CMYK | 0 | 0.65 | 0.25 | 0.10 |
| HSL | 323.2º | 0.75% | 0.61% | - |
| HSV(B) | 323.2º | 0.65% | 0.9% | - |
| XYZ | 42.95 | 25.54 | 41.7 | - |
| YUV | 135.34 | 148.7 | 195.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 80 | 172 | 0 | 0.65 | 0.25 | 0.10 | 323.2 | 0.75 | 0.61 |
| Hex | E6 | 50 | AC | 0 | 41 | 19 | A | 143 | 4B | 3D |
| Octal | 346 | 120 | 254 | 0 | 101 | 31 | 12 | 503 | 113 | 75 |
| Binary | 11100110 | 1010000 | 10101100 | 0 | 1000001 | 11001 | 1010 | 101000011 | 1001011 | 111101 |
Color Harmonies of #E650AC
Complementary color
Monochromatic Colors of #E650AC
Black with #E650AC
Text Example
Text Example
White with #E650AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E650AC; }
p { color: rgb(230,80,172); }
H1.HeaderClassName
{
color: #E650AC;
}
.AnyTagClassName
{
color: #E650AC;
}
</style>
background-color css
<style>
a { background-color: #E650AC; }
a { background-color: rgb(230,80,172); }
div.DivClassName
{
background-color: #E650AC;
}
.BgClassName
{
background-color: #E650AC;
}
</style>
border-color css
<style>
span { border-color: #E650AC; }
span { border-color: rgb(230,80,172); }
td.TdClassName
{
border-color: #E650AC;
}
.TagClassName
{
border-color: #E650AC;
}
</style>