Shades of Razzle Dazzle Rose #E239BA
Tints of Razzle Dazzle Rose #E239BA
RGB
CMYK
RGB Variations
Color information
#E239BA (or 0xE239BA) is known color: Razzle Dazzle Rose. HEX triplet: E2, 39 and BA. RGB value is (226,57,186). Sum of RGB (Red+Green+Blue) = 226+57+186=469 (62% of max value = 765). Red value is 226 (88.67% from 255 or 48.19% from 469); Green value is 57 (22.66% from 255 or 12.15% from 469); Blue value is 186 (73.05% from 255 or 39.66% from 469); Max value from RGB is 226 - color contains mainly: red. Hex color #E239BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E239BA is #1DC645. Grayscale: #797979. Windows color (decimal): -1951302 or 12204514. OLE color: 12204514.
HSL color Cylindrical-coordinate representation of color #E239BA: hue angle of 314.2º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E239BA is Cyan = 0, Magento = 0.75, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 57 | 186 | - |
| CMYK | 0 | 0.75 | 0.18 | 0.11 |
| HSL | 314.2º | 0.74% | 0.55% | - |
| HSV(B) | 314.2º | 0.75% | 0.89% | - |
| XYZ | 41.69 | 22.64 | 48.63 | - |
| YUV | 122.24 | 163.99 | 202.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 57 | 186 | 0 | 0.75 | 0.18 | 0.11 | 314.2 | 0.74 | 0.55 |
| Hex | E2 | 39 | BA | 0 | 4B | 12 | B | 13A | 4A | 37 |
| Octal | 342 | 71 | 272 | 0 | 113 | 22 | 13 | 472 | 112 | 67 |
| Binary | 11100010 | 111001 | 10111010 | 0 | 1001011 | 10010 | 1011 | 100111010 | 1001010 | 110111 |
Color Harmonies of #E239BA
Complementary color
Monochromatic Colors of #E239BA
Black with #E239BA
Text Example
Text Example
White with #E239BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E239BA; }
p { color: rgb(226,57,186); }
H1.HeaderClassName
{
color: #E239BA;
}
.AnyTagClassName
{
color: #E239BA;
}
</style>
background-color css
<style>
a { background-color: #E239BA; }
a { background-color: rgb(226,57,186); }
div.DivClassName
{
background-color: #E239BA;
}
.BgClassName
{
background-color: #E239BA;
}
</style>
border-color css
<style>
span { border-color: #E239BA; }
span { border-color: rgb(226,57,186); }
td.TdClassName
{
border-color: #E239BA;
}
.TagClassName
{
border-color: #E239BA;
}
</style>