Shades of Brilliant Rose #EC52AF
Tints of Brilliant Rose #EC52AF
RGB
CMYK
RGB Variations
Color information
#EC52AF (or 0xEC52AF) is known color: Brilliant Rose. HEX triplet: EC, 52 and AF. RGB value is (236,82,175). Sum of RGB (Red+Green+Blue) = 236+82+175=493 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.87% from 493); Green value is 82 (32.42% from 255 or 16.63% from 493); Blue value is 175 (68.75% from 255 or 35.50% from 493); Max value from RGB is 236 - color contains mainly: red. Hex color #EC52AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC52AF is #13AD50. Grayscale: #8A8A8A. Windows color (decimal): -1289553 or 11490028. OLE color: 11490028.
HSL color Cylindrical-coordinate representation of color #EC52AF: hue angle of 323.77º 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 #EC52AF is Cyan = 0, Magento = 0.65, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 82 | 175 | - |
| CMYK | 0 | 0.65 | 0.26 | 0.07 |
| HSL | 323.77º | 0.8% | 0.62% | - |
| HSV(B) | 323.77º | 0.65% | 0.93% | - |
| XYZ | 45.35 | 26.96 | 43.37 | - |
| YUV | 138.65 | 148.52 | 197.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 82 | 175 | 0 | 0.65 | 0.26 | 0.07 | 323.77 | 0.8 | 0.62 |
| Hex | EC | 52 | AF | 0 | 41 | 1A | 7 | 144 | 50 | 3E |
| Octal | 354 | 122 | 257 | 0 | 101 | 32 | 7 | 504 | 120 | 76 |
| Binary | 11101100 | 1010010 | 10101111 | 0 | 1000001 | 11010 | 111 | 101000100 | 1010000 | 111110 |
Color Harmonies of #EC52AF
Complementary color
Monochromatic Colors of #EC52AF
Black with #EC52AF
Text Example
Text Example
White with #EC52AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC52AF; }
p { color: rgb(236,82,175); }
H1.HeaderClassName
{
color: #EC52AF;
}
.AnyTagClassName
{
color: #EC52AF;
}
</style>
background-color css
<style>
a { background-color: #EC52AF; }
a { background-color: rgb(236,82,175); }
div.DivClassName
{
background-color: #EC52AF;
}
.BgClassName
{
background-color: #EC52AF;
}
</style>
border-color css
<style>
span { border-color: #EC52AF; }
span { border-color: rgb(236,82,175); }
td.TdClassName
{
border-color: #EC52AF;
}
.TagClassName
{
border-color: #EC52AF;
}
</style>