Shades of Brilliant Rose #ED44B3
Tints of Brilliant Rose #ED44B3
RGB
CMYK
RGB Variations
Color information
#ED44B3 (or 0xED44B3) is known color: Brilliant Rose. HEX triplet: ED, 44 and B3. RGB value is (237,68,179). Sum of RGB (Red+Green+Blue) = 237+68+179=484 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.97% from 484); Green value is 68 (26.95% from 255 or 14.05% from 484); Blue value is 179 (70.31% from 255 or 36.98% from 484); Max value from RGB is 237 - color contains mainly: red. Hex color #ED44B3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED44B3 is #12BB4C. Grayscale: #828282. Windows color (decimal): -1227597 or 11748589. OLE color: 11748589.
HSL color Cylindrical-coordinate representation of color #ED44B3: hue angle of 320.59º 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 #ED44B3 is Cyan = 0, Magento = 0.71, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 68 | 179 | - |
| CMYK | 0 | 0.71 | 0.24 | 0.07 |
| HSL | 320.59º | 0.82% | 0.6% | - |
| HSV(B) | 320.59º | 0.71% | 0.93% | - |
| XYZ | 45.13 | 25.39 | 45.17 | - |
| YUV | 131.19 | 154.99 | 203.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 68 | 179 | 0 | 0.71 | 0.24 | 0.07 | 320.59 | 0.82 | 0.6 |
| Hex | ED | 44 | B3 | 0 | 47 | 18 | 7 | 141 | 52 | 3C |
| Octal | 355 | 104 | 263 | 0 | 107 | 30 | 7 | 501 | 122 | 74 |
| Binary | 11101101 | 1000100 | 10110011 | 0 | 1000111 | 11000 | 111 | 101000001 | 1010010 | 111100 |
Color Harmonies of #ED44B3
Complementary color
Monochromatic Colors of #ED44B3
Black with #ED44B3
Text Example
Text Example
White with #ED44B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED44B3; }
p { color: rgb(237,68,179); }
H1.HeaderClassName
{
color: #ED44B3;
}
.AnyTagClassName
{
color: #ED44B3;
}
</style>
background-color css
<style>
a { background-color: #ED44B3; }
a { background-color: rgb(237,68,179); }
div.DivClassName
{
background-color: #ED44B3;
}
.BgClassName
{
background-color: #ED44B3;
}
</style>
border-color css
<style>
span { border-color: #ED44B3; }
span { border-color: rgb(237,68,179); }
td.TdClassName
{
border-color: #ED44B3;
}
.TagClassName
{
border-color: #ED44B3;
}
</style>