Shades of Brilliant Rose #ED4F9C
Tints of Brilliant Rose #ED4F9C
RGB
CMYK
RGB Variations
Color information
#ED4F9C (or 0xED4F9C) is known color: Brilliant Rose. HEX triplet: ED, 4F and 9C. RGB value is (237,79,156). Sum of RGB (Red+Green+Blue) = 237+79+156=472 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.21% from 472); Green value is 79 (31.25% from 255 or 16.74% from 472); Blue value is 156 (61.33% from 255 or 33.05% from 472); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4F9C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED4F9C is #12B063. Grayscale: #868686. Windows color (decimal): -1224804 or 10244077. OLE color: 10244077.
HSL color Cylindrical-coordinate representation of color #ED4F9C: hue angle of 330.76º 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 #ED4F9C is Cyan = 0, Magento = 0.67, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 79 | 156 | - |
| CMYK | 0 | 0.67 | 0.34 | 0.07 |
| HSL | 330.76º | 0.81% | 0.62% | - |
| HSV(B) | 330.76º | 0.67% | 0.93% | - |
| XYZ | 43.72 | 26 | 34.17 | - |
| YUV | 135.02 | 139.85 | 200.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 79 | 156 | 0 | 0.67 | 0.34 | 0.07 | 330.76 | 0.81 | 0.62 |
| Hex | ED | 4F | 9C | 0 | 43 | 22 | 7 | 14B | 51 | 3E |
| Octal | 355 | 117 | 234 | 0 | 103 | 42 | 7 | 513 | 121 | 76 |
| Binary | 11101101 | 1001111 | 10011100 | 0 | 1000011 | 100010 | 111 | 101001011 | 1010001 | 111110 |
Color Harmonies of #ED4F9C
Complementary color
Monochromatic Colors of #ED4F9C
Black with #ED4F9C
Text Example
Text Example
White with #ED4F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4F9C; }
p { color: rgb(237,79,156); }
H1.HeaderClassName
{
color: #ED4F9C;
}
.AnyTagClassName
{
color: #ED4F9C;
}
</style>
background-color css
<style>
a { background-color: #ED4F9C; }
a { background-color: rgb(237,79,156); }
div.DivClassName
{
background-color: #ED4F9C;
}
.BgClassName
{
background-color: #ED4F9C;
}
</style>
border-color css
<style>
span { border-color: #ED4F9C; }
span { border-color: rgb(237,79,156); }
td.TdClassName
{
border-color: #ED4F9C;
}
.TagClassName
{
border-color: #ED4F9C;
}
</style>