Shades of Razzle Dazzle Rose #E440BA
Tints of Razzle Dazzle Rose #E440BA
RGB
CMYK
RGB Variations
Color information
#E440BA (or 0xE440BA) is known color: Razzle Dazzle Rose. HEX triplet: E4, 40 and BA. RGB value is (228,64,186). Sum of RGB (Red+Green+Blue) = 228+64+186=478 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.70% from 478); Green value is 64 (25.39% from 255 or 13.39% from 478); Blue value is 186 (73.05% from 255 or 38.91% from 478); Max value from RGB is 228 - color contains mainly: red. Hex color #E440BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E440BA is #1BBF45. Grayscale: #7E7E7E. Windows color (decimal): -1818438 or 12206308. OLE color: 12206308.
HSL color Cylindrical-coordinate representation of color #E440BA: hue angle of 315.37º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E440BA is Cyan = 0, Magento = 0.72, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 64 | 186 | - |
| CMYK | 0 | 0.72 | 0.18 | 0.11 |
| HSL | 315.37º | 0.75% | 0.57% | - |
| HSV(B) | 315.37º | 0.72% | 0.89% | - |
| XYZ | 42.69 | 23.71 | 48.78 | - |
| YUV | 126.94 | 161.33 | 200.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 64 | 186 | 0 | 0.72 | 0.18 | 0.11 | 315.37 | 0.75 | 0.57 |
| Hex | E4 | 40 | BA | 0 | 48 | 12 | B | 13B | 4B | 39 |
| Octal | 344 | 100 | 272 | 0 | 110 | 22 | 13 | 473 | 113 | 71 |
| Binary | 11100100 | 1000000 | 10111010 | 0 | 1001000 | 10010 | 1011 | 100111011 | 1001011 | 111001 |
Color Harmonies of #E440BA
Complementary color
Monochromatic Colors of #E440BA
Black with #E440BA
Text Example
Text Example
White with #E440BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E440BA; }
p { color: rgb(228,64,186); }
H1.HeaderClassName
{
color: #E440BA;
}
.AnyTagClassName
{
color: #E440BA;
}
</style>
background-color css
<style>
a { background-color: #E440BA; }
a { background-color: rgb(228,64,186); }
div.DivClassName
{
background-color: #E440BA;
}
.BgClassName
{
background-color: #E440BA;
}
</style>
border-color css
<style>
span { border-color: #E440BA; }
span { border-color: rgb(228,64,186); }
td.TdClassName
{
border-color: #E440BA;
}
.TagClassName
{
border-color: #E440BA;
}
</style>