Shades of Razzle Dazzle Rose #E237BA
Tints of Razzle Dazzle Rose #E237BA
RGB
CMYK
RGB Variations
Color information
#E237BA (or 0xE237BA) is known color: Razzle Dazzle Rose. HEX triplet: E2, 37 and BA. RGB value is (226,55,186). Sum of RGB (Red+Green+Blue) = 226+55+186=467 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.39% from 467); Green value is 55 (21.88% from 255 or 11.78% from 467); Blue value is 186 (73.05% from 255 or 39.83% from 467); Max value from RGB is 226 - color contains mainly: red. Hex color #E237BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E237BA is #1DC845. Grayscale: #787878. Windows color (decimal): -1951814 or 12204002. OLE color: 12204002.
HSL color Cylindrical-coordinate representation of color #E237BA: hue angle of 314.04º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E237BA is Cyan = 0, Magento = 0.76, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 55 | 186 | - |
| CMYK | 0 | 0.76 | 0.18 | 0.11 |
| HSL | 314.04º | 0.75% | 0.55% | - |
| HSV(B) | 314.04º | 0.76% | 0.89% | - |
| XYZ | 41.59 | 22.45 | 48.59 | - |
| YUV | 121.06 | 164.65 | 202.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 55 | 186 | 0 | 0.76 | 0.18 | 0.11 | 314.04 | 0.75 | 0.55 |
| Hex | E2 | 37 | BA | 0 | 4C | 12 | B | 13A | 4B | 37 |
| Octal | 342 | 67 | 272 | 0 | 114 | 22 | 13 | 472 | 113 | 67 |
| Binary | 11100010 | 110111 | 10111010 | 0 | 1001100 | 10010 | 1011 | 100111010 | 1001011 | 110111 |
Color Harmonies of #E237BA
Complementary color
Monochromatic Colors of #E237BA
Black with #E237BA
Text Example
Text Example
White with #E237BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E237BA; }
p { color: rgb(226,55,186); }
H1.HeaderClassName
{
color: #E237BA;
}
.AnyTagClassName
{
color: #E237BA;
}
</style>
background-color css
<style>
a { background-color: #E237BA; }
a { background-color: rgb(226,55,186); }
div.DivClassName
{
background-color: #E237BA;
}
.BgClassName
{
background-color: #E237BA;
}
</style>
border-color css
<style>
span { border-color: #E237BA; }
span { border-color: rgb(226,55,186); }
td.TdClassName
{
border-color: #E237BA;
}
.TagClassName
{
border-color: #E237BA;
}
</style>