Shades of Brilliant Rose #ED639C
Tints of Brilliant Rose #ED639C
RGB
CMYK
RGB Variations
Color information
#ED639C (or 0xED639C) is known color: Brilliant Rose. HEX triplet: ED, 63 and 9C. RGB value is (237,99,156). Sum of RGB (Red+Green+Blue) = 237+99+156=492 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.17% from 492); Green value is 99 (39.06% from 255 or 20.12% from 492); Blue value is 156 (61.33% from 255 or 31.71% from 492); Max value from RGB is 237 - color contains mainly: red. Hex color #ED639C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED639C is #129C63. Grayscale: #929292. Windows color (decimal): -1219684 or 10249197. OLE color: 10249197.
HSL color Cylindrical-coordinate representation of color #ED639C: hue angle of 335.22º 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 #ED639C is Cyan = 0, Magento = 0.58, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 99 | 156 | - |
| CMYK | 0 | 0.58 | 0.34 | 0.07 |
| HSL | 335.22º | 0.79% | 0.66% | - |
| HSV(B) | 335.22º | 0.58% | 0.93% | - |
| XYZ | 45.39 | 29.33 | 34.72 | - |
| YUV | 146.76 | 133.22 | 192.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 99 | 156 | 0 | 0.58 | 0.34 | 0.07 | 335.22 | 0.79 | 0.66 |
| Hex | ED | 63 | 9C | 0 | 3A | 22 | 7 | 14F | 4F | 42 |
| Octal | 355 | 143 | 234 | 0 | 72 | 42 | 7 | 517 | 117 | 102 |
| Binary | 11101101 | 1100011 | 10011100 | 0 | 111010 | 100010 | 111 | 101001111 | 1001111 | 1000010 |
Color Harmonies of #ED639C
Complementary color
Monochromatic Colors of #ED639C
Black with #ED639C
Text Example
Text Example
White with #ED639C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED639C; }
p { color: rgb(237,99,156); }
H1.HeaderClassName
{
color: #ED639C;
}
.AnyTagClassName
{
color: #ED639C;
}
</style>
background-color css
<style>
a { background-color: #ED639C; }
a { background-color: rgb(237,99,156); }
div.DivClassName
{
background-color: #ED639C;
}
.BgClassName
{
background-color: #ED639C;
}
</style>
border-color css
<style>
span { border-color: #ED639C; }
span { border-color: rgb(237,99,156); }
td.TdClassName
{
border-color: #ED639C;
}
.TagClassName
{
border-color: #ED639C;
}
</style>