Shades of Brilliant Rose #E962A3
Tints of Brilliant Rose #E962A3
RGB
CMYK
RGB Variations
Color information
#E962A3 (or 0xE962A3) is known color: Brilliant Rose. HEX triplet: E9, 62 and A3. RGB value is (233,98,163). Sum of RGB (Red+Green+Blue) = 233+98+163=494 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.17% from 494); Green value is 98 (38.67% from 255 or 19.84% from 494); Blue value is 163 (64.06% from 255 or 33.00% from 494); Max value from RGB is 233 - color contains mainly: red. Hex color #E962A3 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E962A3 is #169D5C. Grayscale: #919191. Windows color (decimal): -1482077 or 10707689. OLE color: 10707689.
HSL color Cylindrical-coordinate representation of color #E962A3: hue angle of 331.11º degrees, saturation: 0.75, 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 #E962A3 is Cyan = 0, Magento = 0.58, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 98 | 163 | - |
| CMYK | 0 | 0.58 | 0.30 | 0.09 |
| HSL | 331.11º | 0.75% | 0.65% | - |
| HSV(B) | 331.11º | 0.58% | 0.91% | - |
| XYZ | 44.58 | 28.7 | 37.84 | - |
| YUV | 145.78 | 137.73 | 190.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 98 | 163 | 0 | 0.58 | 0.30 | 0.09 | 331.11 | 0.75 | 0.65 |
| Hex | E9 | 62 | A3 | 0 | 3A | 1E | 9 | 14B | 4B | 41 |
| Octal | 351 | 142 | 243 | 0 | 72 | 36 | 11 | 513 | 113 | 101 |
| Binary | 11101001 | 1100010 | 10100011 | 0 | 111010 | 11110 | 1001 | 101001011 | 1001011 | 1000001 |
Color Harmonies of #E962A3
Complementary color
Monochromatic Colors of #E962A3
Black with #E962A3
Text Example
Text Example
White with #E962A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E962A3; }
p { color: rgb(233,98,163); }
H1.HeaderClassName
{
color: #E962A3;
}
.AnyTagClassName
{
color: #E962A3;
}
</style>
background-color css
<style>
a { background-color: #E962A3; }
a { background-color: rgb(233,98,163); }
div.DivClassName
{
background-color: #E962A3;
}
.BgClassName
{
background-color: #E962A3;
}
</style>
border-color css
<style>
span { border-color: #E962A3; }
span { border-color: rgb(233,98,163); }
td.TdClassName
{
border-color: #E962A3;
}
.TagClassName
{
border-color: #E962A3;
}
</style>