Shades of Brilliant Rose #EC62A3
Tints of Brilliant Rose #EC62A3
RGB
CMYK
RGB Variations
Color information
#EC62A3 (or 0xEC62A3) is known color: Brilliant Rose. HEX triplet: EC, 62 and A3. RGB value is (236,98,163). Sum of RGB (Red+Green+Blue) = 236+98+163=497 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.48% from 497); Green value is 98 (38.67% from 255 or 19.72% from 497); Blue value is 163 (64.06% from 255 or 32.80% from 497); Max value from RGB is 236 - color contains mainly: red. Hex color #EC62A3 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC62A3 is #139D5C. Grayscale: #929292. Windows color (decimal): -1285469 or 10707692. OLE color: 10707692.
HSL color Cylindrical-coordinate representation of color #EC62A3: hue angle of 331.74º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EC62A3 is Cyan = 0, Magento = 0.58, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 98 | 163 | - |
| CMYK | 0 | 0.58 | 0.31 | 0.07 |
| HSL | 331.74º | 0.78% | 0.65% | - |
| HSV(B) | 331.74º | 0.58% | 0.93% | - |
| XYZ | 45.57 | 29.21 | 37.89 | - |
| YUV | 146.67 | 137.22 | 191.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 98 | 163 | 0 | 0.58 | 0.31 | 0.07 | 331.74 | 0.78 | 0.65 |
| Hex | EC | 62 | A3 | 0 | 3A | 1F | 7 | 14C | 4E | 41 |
| Octal | 354 | 142 | 243 | 0 | 72 | 37 | 7 | 514 | 116 | 101 |
| Binary | 11101100 | 1100010 | 10100011 | 0 | 111010 | 11111 | 111 | 101001100 | 1001110 | 1000001 |
Color Harmonies of #EC62A3
Complementary color
Monochromatic Colors of #EC62A3
Black with #EC62A3
Text Example
Text Example
White with #EC62A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC62A3; }
p { color: rgb(236,98,163); }
H1.HeaderClassName
{
color: #EC62A3;
}
.AnyTagClassName
{
color: #EC62A3;
}
</style>
background-color css
<style>
a { background-color: #EC62A3; }
a { background-color: rgb(236,98,163); }
div.DivClassName
{
background-color: #EC62A3;
}
.BgClassName
{
background-color: #EC62A3;
}
</style>
border-color css
<style>
span { border-color: #EC62A3; }
span { border-color: rgb(236,98,163); }
td.TdClassName
{
border-color: #EC62A3;
}
.TagClassName
{
border-color: #EC62A3;
}
</style>