Shades of Razzle Dazzle Rose #E236BD
Tints of Razzle Dazzle Rose #E236BD
RGB
CMYK
RGB Variations
Color information
#E236BD (or 0xE236BD) is known color: Razzle Dazzle Rose. HEX triplet: E2, 36 and BD. RGB value is (226,54,189). Sum of RGB (Red+Green+Blue) = 226+54+189=469 (62% of max value = 765). Red value is 226 (88.67% from 255 or 48.19% from 469); Green value is 54 (21.48% from 255 or 11.51% from 469); Blue value is 189 (74.22% from 255 or 40.30% from 469); Max value from RGB is 226 - color contains mainly: red. Hex color #E236BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E236BD is #1DC942. Grayscale: #787878. Windows color (decimal): -1952067 or 12400354. OLE color: 12400354.
HSL color Cylindrical-coordinate representation of color #E236BD: hue angle of 312.91º 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 #E236BD is Cyan = 0, Magento = 0.76, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 54 | 189 | - |
| CMYK | 0 | 0.76 | 0.16 | 0.11 |
| HSL | 312.91º | 0.75% | 0.55% | - |
| HSV(B) | 312.91º | 0.76% | 0.89% | - |
| XYZ | 41.87 | 22.48 | 50.28 | - |
| YUV | 120.82 | 166.48 | 203.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 54 | 189 | 0 | 0.76 | 0.16 | 0.11 | 312.91 | 0.75 | 0.55 |
| Hex | E2 | 36 | BD | 0 | 4C | 10 | B | 139 | 4B | 37 |
| Octal | 342 | 66 | 275 | 0 | 114 | 20 | 13 | 471 | 113 | 67 |
| Binary | 11100010 | 110110 | 10111101 | 0 | 1001100 | 10000 | 1011 | 100111001 | 1001011 | 110111 |
Color Harmonies of #E236BD
Complementary color
Monochromatic Colors of #E236BD
Black with #E236BD
Text Example
Text Example
White with #E236BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E236BD; }
p { color: rgb(226,54,189); }
H1.HeaderClassName
{
color: #E236BD;
}
.AnyTagClassName
{
color: #E236BD;
}
</style>
background-color css
<style>
a { background-color: #E236BD; }
a { background-color: rgb(226,54,189); }
div.DivClassName
{
background-color: #E236BD;
}
.BgClassName
{
background-color: #E236BD;
}
</style>
border-color css
<style>
span { border-color: #E236BD; }
span { border-color: rgb(226,54,189); }
td.TdClassName
{
border-color: #E236BD;
}
.TagClassName
{
border-color: #E236BD;
}
</style>