Shades of Brilliant Rose #ED43AB
Tints of Brilliant Rose #ED43AB
RGB
CMYK
RGB Variations
Color information
#ED43AB (or 0xED43AB) is known color: Brilliant Rose. HEX triplet: ED, 43 and AB. RGB value is (237,67,171). Sum of RGB (Red+Green+Blue) = 237+67+171=475 (62% of max value = 765). Red value is 237 (92.97% from 255 or 49.89% from 475); Green value is 67 (26.56% from 255 or 14.11% from 475); Blue value is 171 (67.19% from 255 or 36% from 475); Max value from RGB is 237 - color contains mainly: red. Hex color #ED43AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED43AB is #12BC54. Grayscale: #818181. Windows color (decimal): -1227861 or 11224045. OLE color: 11224045.
HSL color Cylindrical-coordinate representation of color #ED43AB: hue angle of 323.29º 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 #ED43AB is Cyan = 0, Magento = 0.72, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 67 | 171 | - |
| CMYK | 0 | 0.72 | 0.28 | 0.07 |
| HSL | 323.29º | 0.83% | 0.6% | - |
| HSV(B) | 323.29º | 0.72% | 0.93% | - |
| XYZ | 44.28 | 24.96 | 41.01 | - |
| YUV | 129.69 | 151.32 | 204.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 67 | 171 | 0 | 0.72 | 0.28 | 0.07 | 323.29 | 0.83 | 0.6 |
| Hex | ED | 43 | AB | 0 | 48 | 1C | 7 | 143 | 53 | 3C |
| Octal | 355 | 103 | 253 | 0 | 110 | 34 | 7 | 503 | 123 | 74 |
| Binary | 11101101 | 1000011 | 10101011 | 0 | 1001000 | 11100 | 111 | 101000011 | 1010011 | 111100 |
Color Harmonies of #ED43AB
Complementary color
Monochromatic Colors of #ED43AB
Black with #ED43AB
Text Example
Text Example
White with #ED43AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED43AB; }
p { color: rgb(237,67,171); }
H1.HeaderClassName
{
color: #ED43AB;
}
.AnyTagClassName
{
color: #ED43AB;
}
</style>
background-color css
<style>
a { background-color: #ED43AB; }
a { background-color: rgb(237,67,171); }
div.DivClassName
{
background-color: #ED43AB;
}
.BgClassName
{
background-color: #ED43AB;
}
</style>
border-color css
<style>
span { border-color: #ED43AB; }
span { border-color: rgb(237,67,171); }
td.TdClassName
{
border-color: #ED43AB;
}
.TagClassName
{
border-color: #ED43AB;
}
</style>