Shades of Brilliant Rose #ED459F
Tints of Brilliant Rose #ED459F
RGB
CMYK
RGB Variations
Color information
#ED459F (or 0xED459F) is known color: Brilliant Rose. HEX triplet: ED, 45 and 9F. RGB value is (237,69,159). Sum of RGB (Red+Green+Blue) = 237+69+159=465 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.97% from 465); Green value is 69 (27.34% from 255 or 14.84% from 465); Blue value is 159 (62.5% from 255 or 34.19% from 465); Max value from RGB is 237 - color contains mainly: red. Hex color #ED459F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED459F is #12BA60. Grayscale: #818181. Windows color (decimal): -1227361 or 10438125. OLE color: 10438125.
HSL color Cylindrical-coordinate representation of color #ED459F: hue angle of 327.86º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ED459F is Cyan = 0, Magento = 0.71, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 69 | 159 | - |
| CMYK | 0 | 0.71 | 0.33 | 0.07 |
| HSL | 327.86º | 0.82% | 0.6% | - |
| HSV(B) | 327.86º | 0.71% | 0.93% | - |
| XYZ | 43.31 | 24.76 | 35.3 | - |
| YUV | 129.49 | 144.66 | 204.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 69 | 159 | 0 | 0.71 | 0.33 | 0.07 | 327.86 | 0.82 | 0.6 |
| Hex | ED | 45 | 9F | 0 | 47 | 21 | 7 | 148 | 52 | 3C |
| Octal | 355 | 105 | 237 | 0 | 107 | 41 | 7 | 510 | 122 | 74 |
| Binary | 11101101 | 1000101 | 10011111 | 0 | 1000111 | 100001 | 111 | 101001000 | 1010010 | 111100 |
Color Harmonies of #ED459F
Complementary color
Monochromatic Colors of #ED459F
Black with #ED459F
Text Example
Text Example
White with #ED459F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED459F; }
p { color: rgb(237,69,159); }
H1.HeaderClassName
{
color: #ED459F;
}
.AnyTagClassName
{
color: #ED459F;
}
</style>
background-color css
<style>
a { background-color: #ED459F; }
a { background-color: rgb(237,69,159); }
div.DivClassName
{
background-color: #ED459F;
}
.BgClassName
{
background-color: #ED459F;
}
</style>
border-color css
<style>
span { border-color: #ED459F; }
span { border-color: rgb(237,69,159); }
td.TdClassName
{
border-color: #ED459F;
}
.TagClassName
{
border-color: #ED459F;
}
</style>