Shades of Brilliant Rose #ED42AD
Tints of Brilliant Rose #ED42AD
RGB
CMYK
RGB Variations
Color information
#ED42AD (or 0xED42AD) is known color: Brilliant Rose. HEX triplet: ED, 42 and AD. RGB value is (237,66,173). Sum of RGB (Red+Green+Blue) = 237+66+173=476 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.79% from 476); Green value is 66 (26.17% from 255 or 13.87% from 476); Blue value is 173 (67.97% from 255 or 36.34% from 476); Max value from RGB is 237 - color contains mainly: red. Hex color #ED42AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED42AD is #12BD52. Grayscale: #818181. Windows color (decimal): -1228115 or 11354861. OLE color: 11354861.
HSL color Cylindrical-coordinate representation of color #ED42AD: hue angle of 322.46º degrees, saturation: 0.83, 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 #ED42AD is Cyan = 0, Magento = 0.72, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 66 | 173 | - |
| CMYK | 0 | 0.72 | 0.27 | 0.07 |
| HSL | 322.46º | 0.83% | 0.59% | - |
| HSV(B) | 322.46º | 0.72% | 0.93% | - |
| XYZ | 44.42 | 24.92 | 42 | - |
| YUV | 129.33 | 152.65 | 204.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 66 | 173 | 0 | 0.72 | 0.27 | 0.07 | 322.46 | 0.83 | 0.59 |
| Hex | ED | 42 | AD | 0 | 48 | 1B | 7 | 142 | 53 | 3B |
| Octal | 355 | 102 | 255 | 0 | 110 | 33 | 7 | 502 | 123 | 73 |
| Binary | 11101101 | 1000010 | 10101101 | 0 | 1001000 | 11011 | 111 | 101000010 | 1010011 | 111011 |
Color Harmonies of #ED42AD
Complementary color
Monochromatic Colors of #ED42AD
Black with #ED42AD
Text Example
Text Example
White with #ED42AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED42AD; }
p { color: rgb(237,66,173); }
H1.HeaderClassName
{
color: #ED42AD;
}
.AnyTagClassName
{
color: #ED42AD;
}
</style>
background-color css
<style>
a { background-color: #ED42AD; }
a { background-color: rgb(237,66,173); }
div.DivClassName
{
background-color: #ED42AD;
}
.BgClassName
{
background-color: #ED42AD;
}
</style>
border-color css
<style>
span { border-color: #ED42AD; }
span { border-color: rgb(237,66,173); }
td.TdClassName
{
border-color: #ED42AD;
}
.TagClassName
{
border-color: #ED42AD;
}
</style>