Shades of Brilliant Rose #ED44B2
Tints of Brilliant Rose #ED44B2
RGB
CMYK
RGB Variations
Color information
#ED44B2 (or 0xED44B2) is known color: Brilliant Rose. HEX triplet: ED, 44 and B2. RGB value is (237,68,178). Sum of RGB (Red+Green+Blue) = 237+68+178=483 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.07% from 483); Green value is 68 (26.95% from 255 or 14.08% from 483); Blue value is 178 (69.92% from 255 or 36.85% from 483); Max value from RGB is 237 - color contains mainly: red. Hex color #ED44B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED44B2 is #12BB4D. Grayscale: #828282. Windows color (decimal): -1227598 or 11683053. OLE color: 11683053.
HSL color Cylindrical-coordinate representation of color #ED44B2: hue angle of 320.95º 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 #ED44B2 is Cyan = 0, Magento = 0.71, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 68 | 178 | - |
| CMYK | 0 | 0.71 | 0.25 | 0.07 |
| HSL | 320.95º | 0.82% | 0.6% | - |
| HSV(B) | 320.95º | 0.71% | 0.93% | - |
| XYZ | 45.03 | 25.35 | 44.64 | - |
| YUV | 131.07 | 154.49 | 203.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 68 | 178 | 0 | 0.71 | 0.25 | 0.07 | 320.95 | 0.82 | 0.6 |
| Hex | ED | 44 | B2 | 0 | 47 | 19 | 7 | 141 | 52 | 3C |
| Octal | 355 | 104 | 262 | 0 | 107 | 31 | 7 | 501 | 122 | 74 |
| Binary | 11101101 | 1000100 | 10110010 | 0 | 1000111 | 11001 | 111 | 101000001 | 1010010 | 111100 |
Color Harmonies of #ED44B2
Complementary color
Monochromatic Colors of #ED44B2
Black with #ED44B2
Text Example
Text Example
White with #ED44B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED44B2; }
p { color: rgb(237,68,178); }
H1.HeaderClassName
{
color: #ED44B2;
}
.AnyTagClassName
{
color: #ED44B2;
}
</style>
background-color css
<style>
a { background-color: #ED44B2; }
a { background-color: rgb(237,68,178); }
div.DivClassName
{
background-color: #ED44B2;
}
.BgClassName
{
background-color: #ED44B2;
}
</style>
border-color css
<style>
span { border-color: #ED44B2; }
span { border-color: rgb(237,68,178); }
td.TdClassName
{
border-color: #ED44B2;
}
.TagClassName
{
border-color: #ED44B2;
}
</style>