Shades of Brilliant Rose #ED45B3
Tints of Brilliant Rose #ED45B3
RGB
CMYK
RGB Variations
Color information
#ED45B3 (or 0xED45B3) is known color: Brilliant Rose. HEX triplet: ED, 45 and B3. RGB value is (237,69,179). Sum of RGB (Red+Green+Blue) = 237+69+179=485 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.87% from 485); Green value is 69 (27.34% from 255 or 14.23% from 485); Blue value is 179 (70.31% from 255 or 36.91% from 485); Max value from RGB is 237 - color contains mainly: red. Hex color #ED45B3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED45B3 is #12BA4C. Grayscale: #838383. Windows color (decimal): -1227341 or 11748845. OLE color: 11748845.
HSL color Cylindrical-coordinate representation of color #ED45B3: hue angle of 320.71º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ED45B3 is Cyan = 0, Magento = 0.71, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 69 | 179 | - |
| CMYK | 0 | 0.71 | 0.24 | 0.07 |
| HSL | 320.71º | 0.82% | 0.6% | - |
| HSV(B) | 320.71º | 0.71% | 0.93% | - |
| XYZ | 45.19 | 25.52 | 45.19 | - |
| YUV | 131.77 | 154.66 | 203.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 69 | 179 | 0 | 0.71 | 0.24 | 0.07 | 320.71 | 0.82 | 0.6 |
| Hex | ED | 45 | B3 | 0 | 47 | 18 | 7 | 141 | 52 | 3C |
| Octal | 355 | 105 | 263 | 0 | 107 | 30 | 7 | 501 | 122 | 74 |
| Binary | 11101101 | 1000101 | 10110011 | 0 | 1000111 | 11000 | 111 | 101000001 | 1010010 | 111100 |
Color Harmonies of #ED45B3
Complementary color
Monochromatic Colors of #ED45B3
Black with #ED45B3
Text Example
Text Example
White with #ED45B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED45B3; }
p { color: rgb(237,69,179); }
H1.HeaderClassName
{
color: #ED45B3;
}
.AnyTagClassName
{
color: #ED45B3;
}
</style>
background-color css
<style>
a { background-color: #ED45B3; }
a { background-color: rgb(237,69,179); }
div.DivClassName
{
background-color: #ED45B3;
}
.BgClassName
{
background-color: #ED45B3;
}
</style>
border-color css
<style>
span { border-color: #ED45B3; }
span { border-color: rgb(237,69,179); }
td.TdClassName
{
border-color: #ED45B3;
}
.TagClassName
{
border-color: #ED45B3;
}
</style>