Shades of Brilliant Rose #ED41AD
Tints of Brilliant Rose #ED41AD
RGB
CMYK
RGB Variations
Color information
#ED41AD (or 0xED41AD) is known color: Brilliant Rose. HEX triplet: ED, 41 and AD. RGB value is (237,65,173). Sum of RGB (Red+Green+Blue) = 237+65+173=475 (62% of max value = 765). Red value is 237 (92.97% from 255 or 49.89% from 475); Green value is 65 (25.78% from 255 or 13.68% from 475); Blue value is 173 (67.97% from 255 or 36.42% from 475); Max value from RGB is 237 - color contains mainly: red. Hex color #ED41AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED41AD is #12BE52. Grayscale: #808080. Windows color (decimal): -1228371 or 11354605. OLE color: 11354605.
HSL color Cylindrical-coordinate representation of color #ED41AD: hue angle of 322.33º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ED41AD is Cyan = 0, Magento = 0.73, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 65 | 173 | - |
| CMYK | 0 | 0.73 | 0.27 | 0.07 |
| HSL | 322.33º | 0.83% | 0.59% | - |
| HSV(B) | 322.33º | 0.73% | 0.93% | - |
| XYZ | 44.36 | 24.8 | 41.98 | - |
| YUV | 128.74 | 152.98 | 205.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 65 | 173 | 0 | 0.73 | 0.27 | 0.07 | 322.33 | 0.83 | 0.59 |
| Hex | ED | 41 | AD | 0 | 49 | 1B | 7 | 142 | 53 | 3B |
| Octal | 355 | 101 | 255 | 0 | 111 | 33 | 7 | 502 | 123 | 73 |
| Binary | 11101101 | 1000001 | 10101101 | 0 | 1001001 | 11011 | 111 | 101000010 | 1010011 | 111011 |
Color Harmonies of #ED41AD
Complementary color
Monochromatic Colors of #ED41AD
Black with #ED41AD
Text Example
Text Example
White with #ED41AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED41AD; }
p { color: rgb(237,65,173); }
H1.HeaderClassName
{
color: #ED41AD;
}
.AnyTagClassName
{
color: #ED41AD;
}
</style>
background-color css
<style>
a { background-color: #ED41AD; }
a { background-color: rgb(237,65,173); }
div.DivClassName
{
background-color: #ED41AD;
}
.BgClassName
{
background-color: #ED41AD;
}
</style>
border-color css
<style>
span { border-color: #ED41AD; }
span { border-color: rgb(237,65,173); }
td.TdClassName
{
border-color: #ED41AD;
}
.TagClassName
{
border-color: #ED41AD;
}
</style>