Shades of Razzle Dazzle Rose #E441BF
Tints of Razzle Dazzle Rose #E441BF
RGB
CMYK
RGB Variations
Color information
#E441BF (or 0xE441BF) is known color: Razzle Dazzle Rose. HEX triplet: E4, 41 and BF. RGB value is (228,65,191). Sum of RGB (Red+Green+Blue) = 228+65+191=484 (64% of max value = 765). Red value is 228 (89.45% from 255 or 47.11% from 484); Green value is 65 (25.78% from 255 or 13.43% from 484); Blue value is 191 (75% from 255 or 39.46% from 484); Max value from RGB is 228 - color contains mainly: red. Hex color #E441BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E441BF is #1BBE40. Grayscale: #7F7F7F. Windows color (decimal): -1818177 or 12534244. OLE color: 12534244.
HSL color Cylindrical-coordinate representation of color #E441BF: hue angle of 313.62º 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 #E441BF is Cyan = 0, Magento = 0.71, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 65 | 191 | - |
| CMYK | 0 | 0.71 | 0.16 | 0.11 |
| HSL | 313.62º | 0.75% | 0.57% | - |
| HSV(B) | 313.62º | 0.71% | 0.89% | - |
| XYZ | 43.29 | 24.04 | 51.65 | - |
| YUV | 128.1 | 163.5 | 199.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 65 | 191 | 0 | 0.71 | 0.16 | 0.11 | 313.62 | 0.75 | 0.57 |
| Hex | E4 | 41 | BF | 0 | 47 | 10 | B | 13A | 4B | 39 |
| Octal | 344 | 101 | 277 | 0 | 107 | 20 | 13 | 472 | 113 | 71 |
| Binary | 11100100 | 1000001 | 10111111 | 0 | 1000111 | 10000 | 1011 | 100111010 | 1001011 | 111001 |
Color Harmonies of #E441BF
Complementary color
Monochromatic Colors of #E441BF
Black with #E441BF
Text Example
Text Example
White with #E441BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E441BF; }
p { color: rgb(228,65,191); }
H1.HeaderClassName
{
color: #E441BF;
}
.AnyTagClassName
{
color: #E441BF;
}
</style>
background-color css
<style>
a { background-color: #E441BF; }
a { background-color: rgb(228,65,191); }
div.DivClassName
{
background-color: #E441BF;
}
.BgClassName
{
background-color: #E441BF;
}
</style>
border-color css
<style>
span { border-color: #E441BF; }
span { border-color: rgb(228,65,191); }
td.TdClassName
{
border-color: #E441BF;
}
.TagClassName
{
border-color: #E441BF;
}
</style>