Shades of Brilliant Rose #ED639E
Tints of Brilliant Rose #ED639E
RGB
CMYK
RGB Variations
Color information
#ED639E (or 0xED639E) is known color: Brilliant Rose. HEX triplet: ED, 63 and 9E. RGB value is (237,99,158). Sum of RGB (Red+Green+Blue) = 237+99+158=494 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.98% from 494); Green value is 99 (39.06% from 255 or 20.04% from 494); Blue value is 158 (62.11% from 255 or 31.98% from 494); Max value from RGB is 237 - color contains mainly: red. Hex color #ED639E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED639E is #129C61. Grayscale: #929292. Windows color (decimal): -1219682 or 10380269. OLE color: 10380269.
HSL color Cylindrical-coordinate representation of color #ED639E: hue angle of 334.35º 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 #ED639E is Cyan = 0, Magento = 0.58, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 99 | 158 | - |
| CMYK | 0 | 0.58 | 0.33 | 0.07 |
| HSL | 334.35º | 0.79% | 0.66% | - |
| HSV(B) | 334.35º | 0.58% | 0.93% | - |
| XYZ | 45.56 | 29.4 | 35.62 | - |
| YUV | 146.99 | 134.22 | 192.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 99 | 158 | 0 | 0.58 | 0.33 | 0.07 | 334.35 | 0.79 | 0.66 |
| Hex | ED | 63 | 9E | 0 | 3A | 21 | 7 | 14E | 4F | 42 |
| Octal | 355 | 143 | 236 | 0 | 72 | 41 | 7 | 516 | 117 | 102 |
| Binary | 11101101 | 1100011 | 10011110 | 0 | 111010 | 100001 | 111 | 101001110 | 1001111 | 1000010 |
Color Harmonies of #ED639E
Complementary color
Monochromatic Colors of #ED639E
Black with #ED639E
Text Example
Text Example
White with #ED639E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED639E; }
p { color: rgb(237,99,158); }
H1.HeaderClassName
{
color: #ED639E;
}
.AnyTagClassName
{
color: #ED639E;
}
</style>
background-color css
<style>
a { background-color: #ED639E; }
a { background-color: rgb(237,99,158); }
div.DivClassName
{
background-color: #ED639E;
}
.BgClassName
{
background-color: #ED639E;
}
</style>
border-color css
<style>
span { border-color: #ED639E; }
span { border-color: rgb(237,99,158); }
td.TdClassName
{
border-color: #ED639E;
}
.TagClassName
{
border-color: #ED639E;
}
</style>