Shades of Razzle Dazzle Rose #E444BA
Tints of Razzle Dazzle Rose #E444BA
RGB
CMYK
RGB Variations
Color information
#E444BA (or 0xE444BA) is known color: Razzle Dazzle Rose. HEX triplet: E4, 44 and BA. RGB value is (228,68,186). Sum of RGB (Red+Green+Blue) = 228+68+186=482 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.30% from 482); Green value is 68 (26.95% from 255 or 14.11% from 482); Blue value is 186 (73.05% from 255 or 38.59% from 482); Max value from RGB is 228 - color contains mainly: red. Hex color #E444BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E444BA is #1BBB45. Grayscale: #808080. Windows color (decimal): -1817414 or 12207332. OLE color: 12207332.
HSL color Cylindrical-coordinate representation of color #E444BA: hue angle of 315.75º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E444BA is Cyan = 0, Magento = 0.70, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 68 | 186 | - |
| CMYK | 0 | 0.70 | 0.18 | 0.11 |
| HSL | 315.75º | 0.75% | 0.58% | - |
| HSV(B) | 315.75º | 0.7% | 0.89% | - |
| XYZ | 42.92 | 24.17 | 48.86 | - |
| YUV | 129.29 | 160.01 | 198.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 68 | 186 | 0 | 0.70 | 0.18 | 0.11 | 315.75 | 0.75 | 0.58 |
| Hex | E4 | 44 | BA | 0 | 46 | 12 | B | 13C | 4B | 3A |
| Octal | 344 | 104 | 272 | 0 | 106 | 22 | 13 | 474 | 113 | 72 |
| Binary | 11100100 | 1000100 | 10111010 | 0 | 1000110 | 10010 | 1011 | 100111100 | 1001011 | 111010 |
Color Harmonies of #E444BA
Complementary color
Monochromatic Colors of #E444BA
Black with #E444BA
Text Example
Text Example
White with #E444BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E444BA; }
p { color: rgb(228,68,186); }
H1.HeaderClassName
{
color: #E444BA;
}
.AnyTagClassName
{
color: #E444BA;
}
</style>
background-color css
<style>
a { background-color: #E444BA; }
a { background-color: rgb(228,68,186); }
div.DivClassName
{
background-color: #E444BA;
}
.BgClassName
{
background-color: #E444BA;
}
</style>
border-color css
<style>
span { border-color: #E444BA; }
span { border-color: rgb(228,68,186); }
td.TdClassName
{
border-color: #E444BA;
}
.TagClassName
{
border-color: #E444BA;
}
</style>