Shades of Brilliant Rose #ED4FBA
Tints of Brilliant Rose #ED4FBA
RGB
CMYK
RGB Variations
Color information
#ED4FBA (or 0xED4FBA) is known color: Brilliant Rose. HEX triplet: ED, 4F and BA. RGB value is (237,79,186). Sum of RGB (Red+Green+Blue) = 237+79+186=502 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.21% from 502); Green value is 79 (31.25% from 255 or 15.74% from 502); Blue value is 186 (73.05% from 255 or 37.05% from 502); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4FBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED4FBA is #12B045. Grayscale: #8A8A8A. Windows color (decimal): -1224774 or 12210157. OLE color: 12210157.
HSL color Cylindrical-coordinate representation of color #ED4FBA: hue angle of 319.37º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ED4FBA is Cyan = 0, Magento = 0.67, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 79 | 186 | - |
| CMYK | 0 | 0.67 | 0.22 | 0.07 |
| HSL | 319.37º | 0.81% | 0.62% | - |
| HSV(B) | 319.37º | 0.67% | 0.93% | - |
| XYZ | 46.58 | 27.14 | 49.24 | - |
| YUV | 138.44 | 154.85 | 198.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 79 | 186 | 0 | 0.67 | 0.22 | 0.07 | 319.37 | 0.81 | 0.62 |
| Hex | ED | 4F | BA | 0 | 43 | 16 | 7 | 13F | 51 | 3E |
| Octal | 355 | 117 | 272 | 0 | 103 | 26 | 7 | 477 | 121 | 76 |
| Binary | 11101101 | 1001111 | 10111010 | 0 | 1000011 | 10110 | 111 | 100111111 | 1010001 | 111110 |
Color Harmonies of #ED4FBA
Complementary color
Monochromatic Colors of #ED4FBA
Black with #ED4FBA
Text Example
Text Example
White with #ED4FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4FBA; }
p { color: rgb(237,79,186); }
H1.HeaderClassName
{
color: #ED4FBA;
}
.AnyTagClassName
{
color: #ED4FBA;
}
</style>
background-color css
<style>
a { background-color: #ED4FBA; }
a { background-color: rgb(237,79,186); }
div.DivClassName
{
background-color: #ED4FBA;
}
.BgClassName
{
background-color: #ED4FBA;
}
</style>
border-color css
<style>
span { border-color: #ED4FBA; }
span { border-color: rgb(237,79,186); }
td.TdClassName
{
border-color: #ED4FBA;
}
.TagClassName
{
border-color: #ED4FBA;
}
</style>