Shades of Razzle Dazzle Rose #E439BA
Tints of Razzle Dazzle Rose #E439BA
RGB
CMYK
RGB Variations
Color information
#E439BA (or 0xE439BA) is known color: Razzle Dazzle Rose. HEX triplet: E4, 39 and BA. RGB value is (228,57,186). Sum of RGB (Red+Green+Blue) = 228+57+186=471 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48.41% from 471); Green value is 57 (22.66% from 255 or 12.10% from 471); Blue value is 186 (73.05% from 255 or 39.49% from 471); Max value from RGB is 228 - color contains mainly: red. Hex color #E439BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E439BA is #1BC645. Grayscale: #7A7A7A. Windows color (decimal): -1820230 or 12204516. OLE color: 12204516.
HSL color Cylindrical-coordinate representation of color #E439BA: hue angle of 314.74º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E439BA is Cyan = 0, Magento = 0.75, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 57 | 186 | - |
| CMYK | 0 | 0.75 | 0.18 | 0.11 |
| HSL | 314.74º | 0.76% | 0.56% | - |
| HSV(B) | 314.74º | 0.75% | 0.89% | - |
| XYZ | 42.32 | 22.97 | 48.66 | - |
| YUV | 122.84 | 163.65 | 203.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 57 | 186 | 0 | 0.75 | 0.18 | 0.11 | 314.74 | 0.76 | 0.56 |
| Hex | E4 | 39 | BA | 0 | 4B | 12 | B | 13B | 4C | 38 |
| Octal | 344 | 71 | 272 | 0 | 113 | 22 | 13 | 473 | 114 | 70 |
| Binary | 11100100 | 111001 | 10111010 | 0 | 1001011 | 10010 | 1011 | 100111011 | 1001100 | 111000 |
Color Harmonies of #E439BA
Complementary color
Monochromatic Colors of #E439BA
Black with #E439BA
Text Example
Text Example
White with #E439BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E439BA; }
p { color: rgb(228,57,186); }
H1.HeaderClassName
{
color: #E439BA;
}
.AnyTagClassName
{
color: #E439BA;
}
</style>
background-color css
<style>
a { background-color: #E439BA; }
a { background-color: rgb(228,57,186); }
div.DivClassName
{
background-color: #E439BA;
}
.BgClassName
{
background-color: #E439BA;
}
</style>
border-color css
<style>
span { border-color: #E439BA; }
span { border-color: rgb(228,57,186); }
td.TdClassName
{
border-color: #E439BA;
}
.TagClassName
{
border-color: #E439BA;
}
</style>