Shades of Brilliant Rose #ED659E
Tints of Brilliant Rose #ED659E
RGB
CMYK
RGB Variations
Color information
#ED659E (or 0xED659E) is known color: Brilliant Rose. HEX triplet: ED, 65 and 9E. RGB value is (237,101,158). Sum of RGB (Red+Green+Blue) = 237+101+158=496 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.78% from 496); Green value is 101 (39.84% from 255 or 20.36% from 496); Blue value is 158 (62.11% from 255 or 31.85% from 496); Max value from RGB is 237 - color contains mainly: red. Hex color #ED659E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED659E is #129A61. Grayscale: #949494. Windows color (decimal): -1219170 or 10380781. OLE color: 10380781.
HSL color Cylindrical-coordinate representation of color #ED659E: hue angle of 334.85º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ED659E is Cyan = 0, Magento = 0.57, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 101 | 158 | - |
| CMYK | 0 | 0.57 | 0.33 | 0.07 |
| HSL | 334.85º | 0.79% | 0.66% | - |
| HSV(B) | 334.85º | 0.57% | 0.93% | - |
| XYZ | 45.75 | 29.78 | 35.68 | - |
| YUV | 148.16 | 133.56 | 191.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 101 | 158 | 0 | 0.57 | 0.33 | 0.07 | 334.85 | 0.79 | 0.66 |
| Hex | ED | 65 | 9E | 0 | 39 | 21 | 7 | 14F | 4F | 42 |
| Octal | 355 | 145 | 236 | 0 | 71 | 41 | 7 | 517 | 117 | 102 |
| Binary | 11101101 | 1100101 | 10011110 | 0 | 111001 | 100001 | 111 | 101001111 | 1001111 | 1000010 |
Color Harmonies of #ED659E
Complementary color
Monochromatic Colors of #ED659E
Black with #ED659E
Text Example
Text Example
White with #ED659E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED659E; }
p { color: rgb(237,101,158); }
H1.HeaderClassName
{
color: #ED659E;
}
.AnyTagClassName
{
color: #ED659E;
}
</style>
background-color css
<style>
a { background-color: #ED659E; }
a { background-color: rgb(237,101,158); }
div.DivClassName
{
background-color: #ED659E;
}
.BgClassName
{
background-color: #ED659E;
}
</style>
border-color css
<style>
span { border-color: #ED659E; }
span { border-color: rgb(237,101,158); }
td.TdClassName
{
border-color: #ED659E;
}
.TagClassName
{
border-color: #ED659E;
}
</style>