Shades of Razzle Dazzle Rose #E237BE
Tints of Razzle Dazzle Rose #E237BE
RGB
CMYK
RGB Variations
Color information
#E237BE (or 0xE237BE) is known color: Razzle Dazzle Rose. HEX triplet: E2, 37 and BE. RGB value is (226,55,190). Sum of RGB (Red+Green+Blue) = 226+55+190=471 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.98% from 471); Green value is 55 (21.88% from 255 or 11.68% from 471); Blue value is 190 (74.61% from 255 or 40.34% from 471); Max value from RGB is 226 - color contains mainly: red. Hex color #E237BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E237BE is #1DC841. Grayscale: #797979. Windows color (decimal): -1951810 or 12466146. OLE color: 12466146.
HSL color Cylindrical-coordinate representation of color #E237BE: hue angle of 312.63º 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 #E237BE is Cyan = 0, Magento = 0.76, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 55 | 190 | - |
| CMYK | 0 | 0.76 | 0.16 | 0.11 |
| HSL | 312.63º | 0.75% | 0.55% | - |
| HSV(B) | 312.63º | 0.76% | 0.89% | - |
| XYZ | 42.02 | 22.62 | 50.87 | - |
| YUV | 121.52 | 166.65 | 202.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 55 | 190 | 0 | 0.76 | 0.16 | 0.11 | 312.63 | 0.75 | 0.55 |
| Hex | E2 | 37 | BE | 0 | 4C | 10 | B | 139 | 4B | 37 |
| Octal | 342 | 67 | 276 | 0 | 114 | 20 | 13 | 471 | 113 | 67 |
| Binary | 11100010 | 110111 | 10111110 | 0 | 1001100 | 10000 | 1011 | 100111001 | 1001011 | 110111 |
Color Harmonies of #E237BE
Complementary color
Monochromatic Colors of #E237BE
Black with #E237BE
Text Example
Text Example
White with #E237BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E237BE; }
p { color: rgb(226,55,190); }
H1.HeaderClassName
{
color: #E237BE;
}
.AnyTagClassName
{
color: #E237BE;
}
</style>
background-color css
<style>
a { background-color: #E237BE; }
a { background-color: rgb(226,55,190); }
div.DivClassName
{
background-color: #E237BE;
}
.BgClassName
{
background-color: #E237BE;
}
</style>
border-color css
<style>
span { border-color: #E237BE; }
span { border-color: rgb(226,55,190); }
td.TdClassName
{
border-color: #E237BE;
}
.TagClassName
{
border-color: #E237BE;
}
</style>