Shades of Brilliant Rose #ED4FAC
Tints of Brilliant Rose #ED4FAC
RGB
CMYK
RGB Variations
Color information
#ED4FAC (or 0xED4FAC) is known color: Brilliant Rose. HEX triplet: ED, 4F and AC. RGB value is (237,79,172). Sum of RGB (Red+Green+Blue) = 237+79+172=488 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.57% from 488); Green value is 79 (31.25% from 255 or 16.19% from 488); Blue value is 172 (67.58% from 255 or 35.25% from 488); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4FAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED4FAC is #12B053. Grayscale: #888888. Windows color (decimal): -1224788 or 11292653. OLE color: 11292653.
HSL color Cylindrical-coordinate representation of color #ED4FAC: hue angle of 324.68º 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 #ED4FAC is Cyan = 0, Magento = 0.67, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 79 | 172 | - |
| CMYK | 0 | 0.67 | 0.27 | 0.07 |
| HSL | 324.68º | 0.81% | 0.62% | - |
| HSV(B) | 324.68º | 0.67% | 0.93% | - |
| XYZ | 45.17 | 26.58 | 41.78 | - |
| YUV | 136.84 | 147.85 | 199.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 79 | 172 | 0 | 0.67 | 0.27 | 0.07 | 324.68 | 0.81 | 0.62 |
| Hex | ED | 4F | AC | 0 | 43 | 1B | 7 | 145 | 51 | 3E |
| Octal | 355 | 117 | 254 | 0 | 103 | 33 | 7 | 505 | 121 | 76 |
| Binary | 11101101 | 1001111 | 10101100 | 0 | 1000011 | 11011 | 111 | 101000101 | 1010001 | 111110 |
Color Harmonies of #ED4FAC
Complementary color
Monochromatic Colors of #ED4FAC
Black with #ED4FAC
Text Example
Text Example
White with #ED4FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4FAC; }
p { color: rgb(237,79,172); }
H1.HeaderClassName
{
color: #ED4FAC;
}
.AnyTagClassName
{
color: #ED4FAC;
}
</style>
background-color css
<style>
a { background-color: #ED4FAC; }
a { background-color: rgb(237,79,172); }
div.DivClassName
{
background-color: #ED4FAC;
}
.BgClassName
{
background-color: #ED4FAC;
}
</style>
border-color css
<style>
span { border-color: #ED4FAC; }
span { border-color: rgb(237,79,172); }
td.TdClassName
{
border-color: #ED4FAC;
}
.TagClassName
{
border-color: #ED4FAC;
}
</style>