Shades of Razzle Dazzle Rose #E235BB
Tints of Razzle Dazzle Rose #E235BB
RGB
CMYK
RGB Variations
Color information
#E235BB (or 0xE235BB) is known color: Razzle Dazzle Rose. HEX triplet: E2, 35 and BB. RGB value is (226,53,187). Sum of RGB (Red+Green+Blue) = 226+53+187=466 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.50% from 466); Green value is 53 (21.09% from 255 or 11.37% from 466); Blue value is 187 (73.44% from 255 or 40.13% from 466); Max value from RGB is 226 - color contains mainly: red. Hex color #E235BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E235BB is #1DCA44. Grayscale: #777777. Windows color (decimal): -1952325 or 12269026. OLE color: 12269026.
HSL color Cylindrical-coordinate representation of color #E235BB: hue angle of 313.53º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E235BB is Cyan = 0, Magento = 0.77, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 53 | 187 | - |
| CMYK | 0 | 0.77 | 0.17 | 0.11 |
| HSL | 313.53º | 0.75% | 0.55% | - |
| HSV(B) | 313.53º | 0.77% | 0.89% | - |
| XYZ | 41.61 | 22.3 | 49.13 | - |
| YUV | 120 | 165.81 | 203.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 53 | 187 | 0 | 0.77 | 0.17 | 0.11 | 313.53 | 0.75 | 0.55 |
| Hex | E2 | 35 | BB | 0 | 4D | 11 | B | 13A | 4B | 37 |
| Octal | 342 | 65 | 273 | 0 | 115 | 21 | 13 | 472 | 113 | 67 |
| Binary | 11100010 | 110101 | 10111011 | 0 | 1001101 | 10001 | 1011 | 100111010 | 1001011 | 110111 |
Color Harmonies of #E235BB
Complementary color
Monochromatic Colors of #E235BB
Black with #E235BB
Text Example
Text Example
White with #E235BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E235BB; }
p { color: rgb(226,53,187); }
H1.HeaderClassName
{
color: #E235BB;
}
.AnyTagClassName
{
color: #E235BB;
}
</style>
background-color css
<style>
a { background-color: #E235BB; }
a { background-color: rgb(226,53,187); }
div.DivClassName
{
background-color: #E235BB;
}
.BgClassName
{
background-color: #E235BB;
}
</style>
border-color css
<style>
span { border-color: #E235BB; }
span { border-color: rgb(226,53,187); }
td.TdClassName
{
border-color: #E235BB;
}
.TagClassName
{
border-color: #E235BB;
}
</style>