Shades of Razzle Dazzle Rose #E234BA
Tints of Razzle Dazzle Rose #E234BA
RGB
CMYK
RGB Variations
Color information
#E234BA (or 0xE234BA) is known color: Razzle Dazzle Rose. HEX triplet: E2, 34 and BA. RGB value is (226,52,186). Sum of RGB (Red+Green+Blue) = 226+52+186=464 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.71% from 464); Green value is 52 (20.70% from 255 or 11.21% from 464); Blue value is 186 (73.05% from 255 or 40.09% from 464); Max value from RGB is 226 - color contains mainly: red. Hex color #E234BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E234BA is #1DCB45. Grayscale: #767676. Windows color (decimal): -1952582 or 12203234. OLE color: 12203234.
HSL color Cylindrical-coordinate representation of color #E234BA: hue angle of 313.79º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E234BA is Cyan = 0, Magento = 0.77, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 52 | 186 | - |
| CMYK | 0 | 0.77 | 0.18 | 0.11 |
| HSL | 313.79º | 0.75% | 0.55% | - |
| HSV(B) | 313.79º | 0.77% | 0.89% | - |
| XYZ | 41.45 | 22.17 | 48.55 | - |
| YUV | 119.3 | 165.65 | 204.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 52 | 186 | 0 | 0.77 | 0.18 | 0.11 | 313.79 | 0.75 | 0.55 |
| Hex | E2 | 34 | BA | 0 | 4D | 12 | B | 13A | 4B | 37 |
| Octal | 342 | 64 | 272 | 0 | 115 | 22 | 13 | 472 | 113 | 67 |
| Binary | 11100010 | 110100 | 10111010 | 0 | 1001101 | 10010 | 1011 | 100111010 | 1001011 | 110111 |
Color Harmonies of #E234BA
Complementary color
Monochromatic Colors of #E234BA
Black with #E234BA
Text Example
Text Example
White with #E234BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E234BA; }
p { color: rgb(226,52,186); }
H1.HeaderClassName
{
color: #E234BA;
}
.AnyTagClassName
{
color: #E234BA;
}
</style>
background-color css
<style>
a { background-color: #E234BA; }
a { background-color: rgb(226,52,186); }
div.DivClassName
{
background-color: #E234BA;
}
.BgClassName
{
background-color: #E234BA;
}
</style>
border-color css
<style>
span { border-color: #E234BA; }
span { border-color: rgb(226,52,186); }
td.TdClassName
{
border-color: #E234BA;
}
.TagClassName
{
border-color: #E234BA;
}
</style>