Shades of Brilliant Rose #EC52A8
Tints of Brilliant Rose #EC52A8
RGB
CMYK
RGB Variations
Color information
#EC52A8 (or 0xEC52A8) is known color: Brilliant Rose. HEX triplet: EC, 52 and A8. RGB value is (236,82,168). Sum of RGB (Red+Green+Blue) = 236+82+168=486 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.56% from 486); Green value is 82 (32.42% from 255 or 16.87% from 486); Blue value is 168 (66.02% from 255 or 34.57% from 486); Max value from RGB is 236 - color contains mainly: red. Hex color #EC52A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC52A8 is #13AD57. Grayscale: #898989. Windows color (decimal): -1289560 or 11031276. OLE color: 11031276.
HSL color Cylindrical-coordinate representation of color #EC52A8: hue angle of 326.49º 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 #EC52A8 is Cyan = 0, Magento = 0.65, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 82 | 168 | - |
CMYK | 0 | 0.65 | 0.29 | 0.07 |
HSL | 326.49º | 0.8% | 0.62% | - |
HSV(B) | 326.49º | 0.65% | 0.93% | - |
XYZ | 44.68 | 26.69 | 39.84 | - |
YUV | 137.85 | 145.02 | 198.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 82 | 168 | 0 | 0.65 | 0.29 | 0.07 | 326.49 | 0.8 | 0.62 |
Hex | EC | 52 | A8 | 0 | 41 | 1D | 7 | 146 | 50 | 3E |
Octal | 354 | 122 | 250 | 0 | 101 | 35 | 7 | 506 | 120 | 76 |
Binary | 11101100 | 1010010 | 10101000 | 0 | 1000001 | 11101 | 111 | 101000110 | 1010000 | 111110 |
Color Harmonies of #EC52A8
Complementary color
Monochromatic Colors of #EC52A8
Black with #EC52A8
Text Example
Text Example
White with #EC52A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC52A8; }
p { color: rgb(236,82,168); }
H1.HeaderClassName
{
color: #EC52A8;
}
.AnyTagClassName
{
color: #EC52A8;
}
</style>
background-color css
<style>
a { background-color: #EC52A8; }
a { background-color: rgb(236,82,168); }
div.DivClassName
{
background-color: #EC52A8;
}
.BgClassName
{
background-color: #EC52A8;
}
</style>
border-color css
<style>
span { border-color: #EC52A8; }
span { border-color: rgb(236,82,168); }
td.TdClassName
{
border-color: #EC52A8;
}
.TagClassName
{
border-color: #EC52A8;
}
</style>