Shades of Brilliant Rose #ED649E
Tints of Brilliant Rose #ED649E
RGB
CMYK
RGB Variations
Color information
#ED649E (or 0xED649E) is known color: Brilliant Rose. HEX triplet: ED, 64 and 9E. RGB value is (237,100,158). Sum of RGB (Red+Green+Blue) = 237+100+158=495 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.88% from 495); Green value is 100 (39.45% from 255 or 20.20% from 495); Blue value is 158 (62.11% from 255 or 31.92% from 495); Max value from RGB is 237 - color contains mainly: red. Hex color #ED649E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED649E is #129B61. Grayscale: #939393. Windows color (decimal): -1219426 or 10380525. OLE color: 10380525.
HSL color Cylindrical-coordinate representation of color #ED649E: hue angle of 334.6º 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 #ED649E is Cyan = 0, Magento = 0.58, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 100 | 158 | - |
| CMYK | 0 | 0.58 | 0.33 | 0.07 |
| HSL | 334.6º | 0.79% | 0.66% | - |
| HSV(B) | 334.6º | 0.58% | 0.93% | - |
| XYZ | 45.65 | 29.59 | 35.65 | - |
| YUV | 147.58 | 133.89 | 191.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 100 | 158 | 0 | 0.58 | 0.33 | 0.07 | 334.6 | 0.79 | 0.66 |
| Hex | ED | 64 | 9E | 0 | 3A | 21 | 7 | 14F | 4F | 42 |
| Octal | 355 | 144 | 236 | 0 | 72 | 41 | 7 | 517 | 117 | 102 |
| Binary | 11101101 | 1100100 | 10011110 | 0 | 111010 | 100001 | 111 | 101001111 | 1001111 | 1000010 |
Color Harmonies of #ED649E
Complementary color
Monochromatic Colors of #ED649E
Black with #ED649E
Text Example
Text Example
White with #ED649E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED649E; }
p { color: rgb(237,100,158); }
H1.HeaderClassName
{
color: #ED649E;
}
.AnyTagClassName
{
color: #ED649E;
}
</style>
background-color css
<style>
a { background-color: #ED649E; }
a { background-color: rgb(237,100,158); }
div.DivClassName
{
background-color: #ED649E;
}
.BgClassName
{
background-color: #ED649E;
}
</style>
border-color css
<style>
span { border-color: #ED649E; }
span { border-color: rgb(237,100,158); }
td.TdClassName
{
border-color: #ED649E;
}
.TagClassName
{
border-color: #ED649E;
}
</style>