Shades of Brilliant Rose #EC41AD
Tints of Brilliant Rose #EC41AD
RGB
CMYK
RGB Variations
Color information
#EC41AD (or 0xEC41AD) is known color: Brilliant Rose. HEX triplet: EC, 41 and AD. RGB value is (236,65,173). Sum of RGB (Red+Green+Blue) = 236+65+173=474 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.79% from 474); Green value is 65 (25.78% from 255 or 13.71% from 474); Blue value is 173 (67.97% from 255 or 36.50% from 474); Max value from RGB is 236 - color contains mainly: red. Hex color #EC41AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC41AD is #13BE52. Grayscale: #808080. Windows color (decimal): -1293907 or 11354604. OLE color: 11354604.
HSL color Cylindrical-coordinate representation of color #EC41AD: hue angle of 322.11º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EC41AD is Cyan = 0, Magento = 0.72, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 65 | 173 | - |
| CMYK | 0 | 0.72 | 0.27 | 0.07 |
| HSL | 322.11º | 0.82% | 0.59% | - |
| HSV(B) | 322.11º | 0.72% | 0.93% | - |
| XYZ | 44.03 | 24.63 | 41.97 | - |
| YUV | 128.44 | 153.15 | 204.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 65 | 173 | 0 | 0.72 | 0.27 | 0.07 | 322.11 | 0.82 | 0.59 |
| Hex | EC | 41 | AD | 0 | 48 | 1B | 7 | 142 | 52 | 3B |
| Octal | 354 | 101 | 255 | 0 | 110 | 33 | 7 | 502 | 122 | 73 |
| Binary | 11101100 | 1000001 | 10101101 | 0 | 1001000 | 11011 | 111 | 101000010 | 1010010 | 111011 |
Color Harmonies of #EC41AD
Complementary color
Monochromatic Colors of #EC41AD
Black with #EC41AD
Text Example
Text Example
White with #EC41AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC41AD; }
p { color: rgb(236,65,173); }
H1.HeaderClassName
{
color: #EC41AD;
}
.AnyTagClassName
{
color: #EC41AD;
}
</style>
background-color css
<style>
a { background-color: #EC41AD; }
a { background-color: rgb(236,65,173); }
div.DivClassName
{
background-color: #EC41AD;
}
.BgClassName
{
background-color: #EC41AD;
}
</style>
border-color css
<style>
span { border-color: #EC41AD; }
span { border-color: rgb(236,65,173); }
td.TdClassName
{
border-color: #EC41AD;
}
.TagClassName
{
border-color: #EC41AD;
}
</style>