Shades of Razzle Dazzle Rose #E232BB
Tints of Razzle Dazzle Rose #E232BB
RGB
CMYK
RGB Variations
Color information
#E232BB (or 0xE232BB) is known color: Razzle Dazzle Rose. HEX triplet: E2, 32 and BB. RGB value is (226,50,187). Sum of RGB (Red+Green+Blue) = 226+50+187=463 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.81% from 463); Green value is 50 (19.92% from 255 or 10.80% from 463); Blue value is 187 (73.44% from 255 or 40.39% from 463); Max value from RGB is 226 - color contains mainly: red. Hex color #E232BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E232BB is #1DCD44. Grayscale: #757575. Windows color (decimal): -1953093 or 12268258. OLE color: 12268258.
HSL color Cylindrical-coordinate representation of color #E232BB: hue angle of 313.3º 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 #E232BB is Cyan = 0, Magento = 0.78, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 50 | 187 | - |
| CMYK | 0 | 0.78 | 0.17 | 0.11 |
| HSL | 313.3º | 0.75% | 0.54% | - |
| HSV(B) | 313.3º | 0.78% | 0.89% | - |
| XYZ | 41.47 | 22.04 | 49.08 | - |
| YUV | 118.24 | 166.81 | 204.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 50 | 187 | 0 | 0.78 | 0.17 | 0.11 | 313.3 | 0.75 | 0.54 |
| Hex | E2 | 32 | BB | 0 | 4E | 11 | B | 139 | 4B | 36 |
| Octal | 342 | 62 | 273 | 0 | 116 | 21 | 13 | 471 | 113 | 66 |
| Binary | 11100010 | 110010 | 10111011 | 0 | 1001110 | 10001 | 1011 | 100111001 | 1001011 | 110110 |
Color Harmonies of #E232BB
Complementary color
Monochromatic Colors of #E232BB
Black with #E232BB
Text Example
Text Example
White with #E232BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E232BB; }
p { color: rgb(226,50,187); }
H1.HeaderClassName
{
color: #E232BB;
}
.AnyTagClassName
{
color: #E232BB;
}
</style>
background-color css
<style>
a { background-color: #E232BB; }
a { background-color: rgb(226,50,187); }
div.DivClassName
{
background-color: #E232BB;
}
.BgClassName
{
background-color: #E232BB;
}
</style>
border-color css
<style>
span { border-color: #E232BB; }
span { border-color: rgb(226,50,187); }
td.TdClassName
{
border-color: #E232BB;
}
.TagClassName
{
border-color: #E232BB;
}
</style>