Shades of Brilliant Rose #ED639D
Tints of Brilliant Rose #ED639D
RGB
CMYK
RGB Variations
Color information
#ED639D (or 0xED639D) is known color: Brilliant Rose. HEX triplet: ED, 63 and 9D. RGB value is (237,99,157). Sum of RGB (Red+Green+Blue) = 237+99+157=493 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.07% from 493); Green value is 99 (39.06% from 255 or 20.08% from 493); Blue value is 157 (61.72% from 255 or 31.85% from 493); Max value from RGB is 237 - color contains mainly: red. Hex color #ED639D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED639D is #129C62. Grayscale: #929292. Windows color (decimal): -1219683 or 10314733. OLE color: 10314733.
HSL color Cylindrical-coordinate representation of color #ED639D: hue angle of 334.78º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ED639D is Cyan = 0, Magento = 0.58, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 99 | 157 | - |
| CMYK | 0 | 0.58 | 0.34 | 0.07 |
| HSL | 334.78º | 0.79% | 0.66% | - |
| HSV(B) | 334.78º | 0.58% | 0.93% | - |
| XYZ | 45.47 | 29.36 | 35.17 | - |
| YUV | 146.87 | 133.72 | 192.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 99 | 157 | 0 | 0.58 | 0.34 | 0.07 | 334.78 | 0.79 | 0.66 |
| Hex | ED | 63 | 9D | 0 | 3A | 22 | 7 | 14F | 4F | 42 |
| Octal | 355 | 143 | 235 | 0 | 72 | 42 | 7 | 517 | 117 | 102 |
| Binary | 11101101 | 1100011 | 10011101 | 0 | 111010 | 100010 | 111 | 101001111 | 1001111 | 1000010 |
Color Harmonies of #ED639D
Complementary color
Monochromatic Colors of #ED639D
Black with #ED639D
Text Example
Text Example
White with #ED639D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED639D; }
p { color: rgb(237,99,157); }
H1.HeaderClassName
{
color: #ED639D;
}
.AnyTagClassName
{
color: #ED639D;
}
</style>
background-color css
<style>
a { background-color: #ED639D; }
a { background-color: rgb(237,99,157); }
div.DivClassName
{
background-color: #ED639D;
}
.BgClassName
{
background-color: #ED639D;
}
</style>
border-color css
<style>
span { border-color: #ED639D; }
span { border-color: rgb(237,99,157); }
td.TdClassName
{
border-color: #ED639D;
}
.TagClassName
{
border-color: #ED639D;
}
</style>