Shades of Razzle Dazzle Rose #E229BD
Tints of Razzle Dazzle Rose #E229BD
RGB
CMYK
RGB Variations
Color information
#E229BD (or 0xE229BD) is known color: Razzle Dazzle Rose. HEX triplet: E2, 29 and BD. RGB value is (226,41,189). Sum of RGB (Red+Green+Blue) = 226+41+189=456 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.56% from 456); Green value is 41 (16.41% from 255 or 8.99% from 456); Blue value is 189 (74.22% from 255 or 41.45% from 456); Max value from RGB is 226 - color contains mainly: red. Hex color #E229BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E229BD is #1DD642. Grayscale: #707070. Windows color (decimal): -1955395 or 12397026. OLE color: 12397026.
HSL color Cylindrical-coordinate representation of color #E229BD: hue angle of 312º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E229BD is Cyan = 0, Magento = 0.82, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 41 | 189 | - |
| CMYK | 0 | 0.82 | 0.16 | 0.11 |
| HSL | 312º | 0.76% | 0.52% | - |
| HSV(B) | 312º | 0.82% | 0.89% | - |
| XYZ | 41.34 | 21.43 | 50.1 | - |
| YUV | 113.19 | 170.79 | 208.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 41 | 189 | 0 | 0.82 | 0.16 | 0.11 | 312 | 0.76 | 0.52 |
| Hex | E2 | 29 | BD | 0 | 52 | 10 | B | 138 | 4C | 34 |
| Octal | 342 | 51 | 275 | 0 | 122 | 20 | 13 | 470 | 114 | 64 |
| Binary | 11100010 | 101001 | 10111101 | 0 | 1010010 | 10000 | 1011 | 100111000 | 1001100 | 110100 |
Color Harmonies of #E229BD
Complementary color
Monochromatic Colors of #E229BD
Black with #E229BD
Text Example
Text Example
White with #E229BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E229BD; }
p { color: rgb(226,41,189); }
H1.HeaderClassName
{
color: #E229BD;
}
.AnyTagClassName
{
color: #E229BD;
}
</style>
background-color css
<style>
a { background-color: #E229BD; }
a { background-color: rgb(226,41,189); }
div.DivClassName
{
background-color: #E229BD;
}
.BgClassName
{
background-color: #E229BD;
}
</style>
border-color css
<style>
span { border-color: #E229BD; }
span { border-color: rgb(226,41,189); }
td.TdClassName
{
border-color: #E229BD;
}
.TagClassName
{
border-color: #E229BD;
}
</style>