Shades of Brilliant Rose #E762A3
Tints of Brilliant Rose #E762A3
RGB
CMYK
RGB Variations
Color information
#E762A3 (or 0xE762A3) is known color: Brilliant Rose. HEX triplet: E7, 62 and A3. RGB value is (231,98,163). Sum of RGB (Red+Green+Blue) = 231+98+163=492 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.95% from 492); Green value is 98 (38.67% from 255 or 19.92% from 492); Blue value is 163 (64.06% from 255 or 33.13% from 492); Max value from RGB is 231 - color contains mainly: red. Hex color #E762A3 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E762A3 is #189D5C. Grayscale: #919191. Windows color (decimal): -1613149 or 10707687. OLE color: 10707687.
HSL color Cylindrical-coordinate representation of color #E762A3: hue angle of 330.68º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E762A3 is Cyan = 0, Magento = 0.58, Yellow = 0.29 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 98 | 163 | - |
| CMYK | 0 | 0.58 | 0.29 | 0.09 |
| HSL | 330.68º | 0.73% | 0.65% | - |
| HSV(B) | 330.68º | 0.58% | 0.91% | - |
| XYZ | 43.93 | 28.37 | 37.81 | - |
| YUV | 145.18 | 138.06 | 189.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 98 | 163 | 0 | 0.58 | 0.29 | 0.09 | 330.68 | 0.73 | 0.65 |
| Hex | E7 | 62 | A3 | 0 | 3A | 1D | 9 | 14B | 49 | 41 |
| Octal | 347 | 142 | 243 | 0 | 72 | 35 | 11 | 513 | 111 | 101 |
| Binary | 11100111 | 1100010 | 10100011 | 0 | 111010 | 11101 | 1001 | 101001011 | 1001001 | 1000001 |
Color Harmonies of #E762A3
Complementary color
Monochromatic Colors of #E762A3
Black with #E762A3
Text Example
Text Example
White with #E762A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E762A3; }
p { color: rgb(231,98,163); }
H1.HeaderClassName
{
color: #E762A3;
}
.AnyTagClassName
{
color: #E762A3;
}
</style>
background-color css
<style>
a { background-color: #E762A3; }
a { background-color: rgb(231,98,163); }
div.DivClassName
{
background-color: #E762A3;
}
.BgClassName
{
background-color: #E762A3;
}
</style>
border-color css
<style>
span { border-color: #E762A3; }
span { border-color: rgb(231,98,163); }
td.TdClassName
{
border-color: #E762A3;
}
.TagClassName
{
border-color: #E762A3;
}
</style>