Shades of Razzle Dazzle Rose #E441BD
Tints of Razzle Dazzle Rose #E441BD
RGB
CMYK
RGB Variations
Color information
#E441BD (or 0xE441BD) is known color: Razzle Dazzle Rose. HEX triplet: E4, 41 and BD. RGB value is (228,65,189). Sum of RGB (Red+Green+Blue) = 228+65+189=482 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.30% from 482); Green value is 65 (25.78% from 255 or 13.49% from 482); Blue value is 189 (74.22% from 255 or 39.21% from 482); Max value from RGB is 228 - color contains mainly: red. Hex color #E441BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E441BD is #1BBE42. Grayscale: #7F7F7F. Windows color (decimal): -1818179 or 12403172. OLE color: 12403172.
HSL color Cylindrical-coordinate representation of color #E441BD: hue angle of 314.36º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E441BD is Cyan = 0, Magento = 0.71, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 65 | 189 | - |
| CMYK | 0 | 0.71 | 0.17 | 0.11 |
| HSL | 314.36º | 0.75% | 0.57% | - |
| HSV(B) | 314.36º | 0.71% | 0.89% | - |
| XYZ | 43.07 | 23.95 | 50.5 | - |
| YUV | 127.87 | 162.5 | 199.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 65 | 189 | 0 | 0.71 | 0.17 | 0.11 | 314.36 | 0.75 | 0.57 |
| Hex | E4 | 41 | BD | 0 | 47 | 11 | B | 13A | 4B | 39 |
| Octal | 344 | 101 | 275 | 0 | 107 | 21 | 13 | 472 | 113 | 71 |
| Binary | 11100100 | 1000001 | 10111101 | 0 | 1000111 | 10001 | 1011 | 100111010 | 1001011 | 111001 |
Color Harmonies of #E441BD
Complementary color
Monochromatic Colors of #E441BD
Black with #E441BD
Text Example
Text Example
White with #E441BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E441BD; }
p { color: rgb(228,65,189); }
H1.HeaderClassName
{
color: #E441BD;
}
.AnyTagClassName
{
color: #E441BD;
}
</style>
background-color css
<style>
a { background-color: #E441BD; }
a { background-color: rgb(228,65,189); }
div.DivClassName
{
background-color: #E441BD;
}
.BgClassName
{
background-color: #E441BD;
}
</style>
border-color css
<style>
span { border-color: #E441BD; }
span { border-color: rgb(228,65,189); }
td.TdClassName
{
border-color: #E441BD;
}
.TagClassName
{
border-color: #E441BD;
}
</style>