Shades of Brilliant Rose #ED43B0
Tints of Brilliant Rose #ED43B0
RGB
CMYK
RGB Variations
Color information
#ED43B0 (or 0xED43B0) is known color: Brilliant Rose. HEX triplet: ED, 43 and B0. RGB value is (237,67,176). Sum of RGB (Red+Green+Blue) = 237+67+176=480 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.38% from 480); Green value is 67 (26.56% from 255 or 13.96% from 480); Blue value is 176 (69.14% from 255 or 36.67% from 480); Max value from RGB is 237 - color contains mainly: red. Hex color #ED43B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED43B0 is #12BC4F. Grayscale: #818181. Windows color (decimal): -1227856 or 11551725. OLE color: 11551725.
HSL color Cylindrical-coordinate representation of color #ED43B0: hue angle of 321.53º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ED43B0 is Cyan = 0, Magento = 0.72, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 67 | 176 | - |
| CMYK | 0 | 0.72 | 0.26 | 0.07 |
| HSL | 321.53º | 0.83% | 0.6% | - |
| HSV(B) | 321.53º | 0.72% | 0.93% | - |
| XYZ | 44.77 | 25.15 | 43.57 | - |
| YUV | 130.26 | 153.82 | 204.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 67 | 176 | 0 | 0.72 | 0.26 | 0.07 | 321.53 | 0.83 | 0.6 |
| Hex | ED | 43 | B0 | 0 | 48 | 1A | 7 | 142 | 53 | 3C |
| Octal | 355 | 103 | 260 | 0 | 110 | 32 | 7 | 502 | 123 | 74 |
| Binary | 11101101 | 1000011 | 10110000 | 0 | 1001000 | 11010 | 111 | 101000010 | 1010011 | 111100 |
Color Harmonies of #ED43B0
Complementary color
Monochromatic Colors of #ED43B0
Black with #ED43B0
Text Example
Text Example
White with #ED43B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED43B0; }
p { color: rgb(237,67,176); }
H1.HeaderClassName
{
color: #ED43B0;
}
.AnyTagClassName
{
color: #ED43B0;
}
</style>
background-color css
<style>
a { background-color: #ED43B0; }
a { background-color: rgb(237,67,176); }
div.DivClassName
{
background-color: #ED43B0;
}
.BgClassName
{
background-color: #ED43B0;
}
</style>
border-color css
<style>
span { border-color: #ED43B0; }
span { border-color: rgb(237,67,176); }
td.TdClassName
{
border-color: #ED43B0;
}
.TagClassName
{
border-color: #ED43B0;
}
</style>