Shades of Razzle Dazzle Rose #E231BE
Tints of Razzle Dazzle Rose #E231BE
RGB
CMYK
RGB Variations
Color information
#E231BE (or 0xE231BE) is known color: Razzle Dazzle Rose. HEX triplet: E2, 31 and BE. RGB value is (226,49,190). Sum of RGB (Red+Green+Blue) = 226+49+190=465 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.60% from 465); Green value is 49 (19.53% from 255 or 10.54% from 465); Blue value is 190 (74.61% from 255 or 40.86% from 465); Max value from RGB is 226 - color contains mainly: red. Hex color #E231BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E231BE is #1DCE41. Grayscale: #757575. Windows color (decimal): -1953346 or 12464610. OLE color: 12464610.
HSL color Cylindrical-coordinate representation of color #E231BE: hue angle of 312.2º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E231BE is Cyan = 0, Magento = 0.78, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 49 | 190 | - |
| CMYK | 0 | 0.78 | 0.16 | 0.11 |
| HSL | 312.2º | 0.75% | 0.54% | - |
| HSV(B) | 312.2º | 0.78% | 0.89% | - |
| XYZ | 41.76 | 22.08 | 50.78 | - |
| YUV | 118 | 168.64 | 205.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 49 | 190 | 0 | 0.78 | 0.16 | 0.11 | 312.2 | 0.75 | 0.54 |
| Hex | E2 | 31 | BE | 0 | 4E | 10 | B | 138 | 4B | 36 |
| Octal | 342 | 61 | 276 | 0 | 116 | 20 | 13 | 470 | 113 | 66 |
| Binary | 11100010 | 110001 | 10111110 | 0 | 1001110 | 10000 | 1011 | 100111000 | 1001011 | 110110 |
Color Harmonies of #E231BE
Complementary color
Monochromatic Colors of #E231BE
Black with #E231BE
Text Example
Text Example
White with #E231BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E231BE; }
p { color: rgb(226,49,190); }
H1.HeaderClassName
{
color: #E231BE;
}
.AnyTagClassName
{
color: #E231BE;
}
</style>
background-color css
<style>
a { background-color: #E231BE; }
a { background-color: rgb(226,49,190); }
div.DivClassName
{
background-color: #E231BE;
}
.BgClassName
{
background-color: #E231BE;
}
</style>
border-color css
<style>
span { border-color: #E231BE; }
span { border-color: rgb(226,49,190); }
td.TdClassName
{
border-color: #E231BE;
}
.TagClassName
{
border-color: #E231BE;
}
</style>