Shades of Brilliant Rose #EC52A2
Tints of Brilliant Rose #EC52A2
RGB
CMYK
RGB Variations
Color information
#EC52A2 (or 0xEC52A2) is known color: Brilliant Rose. HEX triplet: EC, 52 and A2. RGB value is (236,82,162). Sum of RGB (Red+Green+Blue) = 236+82+162=480 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.17% from 480); Green value is 82 (32.42% from 255 or 17.08% from 480); Blue value is 162 (63.67% from 255 or 33.75% from 480); Max value from RGB is 236 - color contains mainly: red. Hex color #EC52A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC52A2 is #13AD5D. Grayscale: #898989. Windows color (decimal): -1289566 or 10638060. OLE color: 10638060.
HSL color Cylindrical-coordinate representation of color #EC52A2: hue angle of 328.83º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EC52A2 is Cyan = 0, Magento = 0.65, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 82 | 162 | - |
| CMYK | 0 | 0.65 | 0.31 | 0.07 |
| HSL | 328.83º | 0.8% | 0.62% | - |
| HSV(B) | 328.83º | 0.65% | 0.93% | - |
| XYZ | 44.13 | 26.48 | 36.97 | - |
| YUV | 137.17 | 142.02 | 198.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 82 | 162 | 0 | 0.65 | 0.31 | 0.07 | 328.83 | 0.8 | 0.62 |
| Hex | EC | 52 | A2 | 0 | 41 | 1F | 7 | 149 | 50 | 3E |
| Octal | 354 | 122 | 242 | 0 | 101 | 37 | 7 | 511 | 120 | 76 |
| Binary | 11101100 | 1010010 | 10100010 | 0 | 1000001 | 11111 | 111 | 101001001 | 1010000 | 111110 |
Color Harmonies of #EC52A2
Complementary color
Monochromatic Colors of #EC52A2
Black with #EC52A2
Text Example
Text Example
White with #EC52A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC52A2; }
p { color: rgb(236,82,162); }
H1.HeaderClassName
{
color: #EC52A2;
}
.AnyTagClassName
{
color: #EC52A2;
}
</style>
background-color css
<style>
a { background-color: #EC52A2; }
a { background-color: rgb(236,82,162); }
div.DivClassName
{
background-color: #EC52A2;
}
.BgClassName
{
background-color: #EC52A2;
}
</style>
border-color css
<style>
span { border-color: #EC52A2; }
span { border-color: rgb(236,82,162); }
td.TdClassName
{
border-color: #EC52A2;
}
.TagClassName
{
border-color: #EC52A2;
}
</style>