Shades of Brilliant Rose #ED4FAA
Tints of Brilliant Rose #ED4FAA
RGB
CMYK
RGB Variations
Color information
#ED4FAA (or 0xED4FAA) is known color: Brilliant Rose. HEX triplet: ED, 4F and AA. RGB value is (237,79,170). Sum of RGB (Red+Green+Blue) = 237+79+170=486 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.77% from 486); Green value is 79 (31.25% from 255 or 16.26% from 486); Blue value is 170 (66.80% from 255 or 34.98% from 486); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4FAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED4FAA is #12B055. Grayscale: #888888. Windows color (decimal): -1224790 or 11161581. OLE color: 11161581.
HSL color Cylindrical-coordinate representation of color #ED4FAA: hue angle of 325.44º 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 #ED4FAA is Cyan = 0, Magento = 0.67, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 79 | 170 | - |
| CMYK | 0 | 0.67 | 0.28 | 0.07 |
| HSL | 325.44º | 0.81% | 0.62% | - |
| HSV(B) | 325.44º | 0.67% | 0.93% | - |
| XYZ | 44.98 | 26.5 | 40.77 | - |
| YUV | 136.62 | 146.85 | 199.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 79 | 170 | 0 | 0.67 | 0.28 | 0.07 | 325.44 | 0.81 | 0.62 |
| Hex | ED | 4F | AA | 0 | 43 | 1C | 7 | 145 | 51 | 3E |
| Octal | 355 | 117 | 252 | 0 | 103 | 34 | 7 | 505 | 121 | 76 |
| Binary | 11101101 | 1001111 | 10101010 | 0 | 1000011 | 11100 | 111 | 101000101 | 1010001 | 111110 |
Color Harmonies of #ED4FAA
Complementary color
Monochromatic Colors of #ED4FAA
Black with #ED4FAA
Text Example
Text Example
White with #ED4FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4FAA; }
p { color: rgb(237,79,170); }
H1.HeaderClassName
{
color: #ED4FAA;
}
.AnyTagClassName
{
color: #ED4FAA;
}
</style>
background-color css
<style>
a { background-color: #ED4FAA; }
a { background-color: rgb(237,79,170); }
div.DivClassName
{
background-color: #ED4FAA;
}
.BgClassName
{
background-color: #ED4FAA;
}
</style>
border-color css
<style>
span { border-color: #ED4FAA; }
span { border-color: rgb(237,79,170); }
td.TdClassName
{
border-color: #ED4FAA;
}
.TagClassName
{
border-color: #ED4FAA;
}
</style>