Shades of Brilliant Rose #ED43B3
Tints of Brilliant Rose #ED43B3
RGB
CMYK
RGB Variations
Color information
#ED43B3 (or 0xED43B3) is known color: Brilliant Rose. HEX triplet: ED, 43 and B3. RGB value is (237,67,179). Sum of RGB (Red+Green+Blue) = 237+67+179=483 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.07% from 483); Green value is 67 (26.56% from 255 or 13.87% from 483); Blue value is 179 (70.31% from 255 or 37.06% from 483); Max value from RGB is 237 - color contains mainly: red. Hex color #ED43B3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED43B3 is #12BC4C. Grayscale: #828282. Windows color (decimal): -1227853 or 11748333. OLE color: 11748333.
HSL color Cylindrical-coordinate representation of color #ED43B3: hue angle of 320.47º 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 #ED43B3 is Cyan = 0, Magento = 0.72, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 67 | 179 | - |
| CMYK | 0 | 0.72 | 0.24 | 0.07 |
| HSL | 320.47º | 0.83% | 0.6% | - |
| HSV(B) | 320.47º | 0.72% | 0.93% | - |
| XYZ | 45.07 | 25.27 | 45.15 | - |
| YUV | 130.6 | 155.32 | 203.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 67 | 179 | 0 | 0.72 | 0.24 | 0.07 | 320.47 | 0.83 | 0.6 |
| Hex | ED | 43 | B3 | 0 | 48 | 18 | 7 | 140 | 53 | 3C |
| Octal | 355 | 103 | 263 | 0 | 110 | 30 | 7 | 500 | 123 | 74 |
| Binary | 11101101 | 1000011 | 10110011 | 0 | 1001000 | 11000 | 111 | 101000000 | 1010011 | 111100 |
Color Harmonies of #ED43B3
Complementary color
Monochromatic Colors of #ED43B3
Black with #ED43B3
Text Example
Text Example
White with #ED43B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED43B3; }
p { color: rgb(237,67,179); }
H1.HeaderClassName
{
color: #ED43B3;
}
.AnyTagClassName
{
color: #ED43B3;
}
</style>
background-color css
<style>
a { background-color: #ED43B3; }
a { background-color: rgb(237,67,179); }
div.DivClassName
{
background-color: #ED43B3;
}
.BgClassName
{
background-color: #ED43B3;
}
</style>
border-color css
<style>
span { border-color: #ED43B3; }
span { border-color: rgb(237,67,179); }
td.TdClassName
{
border-color: #ED43B3;
}
.TagClassName
{
border-color: #ED43B3;
}
</style>