Shades of Brilliant Rose #ED4EA7
Tints of Brilliant Rose #ED4EA7
RGB
CMYK
RGB Variations
Color information
#ED4EA7 (or 0xED4EA7) is known color: Brilliant Rose. HEX triplet: ED, 4E and A7. RGB value is (237,78,167). Sum of RGB (Red+Green+Blue) = 237+78+167=482 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.17% from 482); Green value is 78 (30.86% from 255 or 16.18% from 482); Blue value is 167 (65.62% from 255 or 34.65% from 482); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4EA7 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED4EA7 is #12B158. Grayscale: #878787. Windows color (decimal): -1225049 or 10964717. OLE color: 10964717.
HSL color Cylindrical-coordinate representation of color #ED4EA7: hue angle of 326.42º degrees, saturation: 0.82, 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 #ED4EA7 is Cyan = 0, Magento = 0.67, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 78 | 167 | - |
| CMYK | 0 | 0.67 | 0.30 | 0.07 |
| HSL | 326.42º | 0.82% | 0.62% | - |
| HSV(B) | 326.42º | 0.67% | 0.93% | - |
| XYZ | 44.62 | 26.24 | 39.27 | - |
| YUV | 135.69 | 145.68 | 200.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 78 | 167 | 0 | 0.67 | 0.30 | 0.07 | 326.42 | 0.82 | 0.62 |
| Hex | ED | 4E | A7 | 0 | 43 | 1E | 7 | 146 | 52 | 3E |
| Octal | 355 | 116 | 247 | 0 | 103 | 36 | 7 | 506 | 122 | 76 |
| Binary | 11101101 | 1001110 | 10100111 | 0 | 1000011 | 11110 | 111 | 101000110 | 1010010 | 111110 |
Color Harmonies of #ED4EA7
Complementary color
Monochromatic Colors of #ED4EA7
Black with #ED4EA7
Text Example
Text Example
White with #ED4EA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4EA7; }
p { color: rgb(237,78,167); }
H1.HeaderClassName
{
color: #ED4EA7;
}
.AnyTagClassName
{
color: #ED4EA7;
}
</style>
background-color css
<style>
a { background-color: #ED4EA7; }
a { background-color: rgb(237,78,167); }
div.DivClassName
{
background-color: #ED4EA7;
}
.BgClassName
{
background-color: #ED4EA7;
}
</style>
border-color css
<style>
span { border-color: #ED4EA7; }
span { border-color: rgb(237,78,167); }
td.TdClassName
{
border-color: #ED4EA7;
}
.TagClassName
{
border-color: #ED4EA7;
}
</style>