Shades of Razzle Dazzle Rose #E237BD
Tints of Razzle Dazzle Rose #E237BD
RGB
CMYK
RGB Variations
Color information
#E237BD (or 0xE237BD) is known color: Razzle Dazzle Rose. HEX triplet: E2, 37 and BD. RGB value is (226,55,189). Sum of RGB (Red+Green+Blue) = 226+55+189=470 (62% of max value = 765). Red value is 226 (88.67% from 255 or 48.09% from 470); Green value is 55 (21.88% from 255 or 11.70% from 470); Blue value is 189 (74.22% from 255 or 40.21% from 470); Max value from RGB is 226 - color contains mainly: red. Hex color #E237BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E237BD is #1DC842. Grayscale: #797979. Windows color (decimal): -1951811 or 12400610. OLE color: 12400610.
HSL color Cylindrical-coordinate representation of color #E237BD: hue angle of 312.98º 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 #E237BD is Cyan = 0, Magento = 0.76, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 55 | 189 | - |
| CMYK | 0 | 0.76 | 0.16 | 0.11 |
| HSL | 312.98º | 0.75% | 0.55% | - |
| HSV(B) | 312.98º | 0.76% | 0.89% | - |
| XYZ | 41.92 | 22.58 | 50.29 | - |
| YUV | 121.41 | 166.15 | 202.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 55 | 189 | 0 | 0.76 | 0.16 | 0.11 | 312.98 | 0.75 | 0.55 |
| Hex | E2 | 37 | BD | 0 | 4C | 10 | B | 139 | 4B | 37 |
| Octal | 342 | 67 | 275 | 0 | 114 | 20 | 13 | 471 | 113 | 67 |
| Binary | 11100010 | 110111 | 10111101 | 0 | 1001100 | 10000 | 1011 | 100111001 | 1001011 | 110111 |
Color Harmonies of #E237BD
Complementary color
Monochromatic Colors of #E237BD
Black with #E237BD
Text Example
Text Example
White with #E237BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E237BD; }
p { color: rgb(226,55,189); }
H1.HeaderClassName
{
color: #E237BD;
}
.AnyTagClassName
{
color: #E237BD;
}
</style>
background-color css
<style>
a { background-color: #E237BD; }
a { background-color: rgb(226,55,189); }
div.DivClassName
{
background-color: #E237BD;
}
.BgClassName
{
background-color: #E237BD;
}
</style>
border-color css
<style>
span { border-color: #E237BD; }
span { border-color: rgb(226,55,189); }
td.TdClassName
{
border-color: #E237BD;
}
.TagClassName
{
border-color: #E237BD;
}
</style>