Shades of Razzle Dazzle Rose #E228BD
Tints of Razzle Dazzle Rose #E228BD
RGB
CMYK
RGB Variations
Color information
#E228BD (or 0xE228BD) is known color: Razzle Dazzle Rose. HEX triplet: E2, 28 and BD. RGB value is (226,40,189). Sum of RGB (Red+Green+Blue) = 226+40+189=455 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.67% from 455); Green value is 40 (16.02% from 255 or 8.79% from 455); Blue value is 189 (74.22% from 255 or 41.54% from 455); Max value from RGB is 226 - color contains mainly: red. Hex color #E228BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E228BD is #1DD742. Grayscale: #707070. Windows color (decimal): -1955651 or 12396770. OLE color: 12396770.
HSL color Cylindrical-coordinate representation of color #E228BD: hue angle of 311.94º 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 #E228BD is Cyan = 0, Magento = 0.82, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 40 | 189 | - |
| CMYK | 0 | 0.82 | 0.16 | 0.11 |
| HSL | 311.94º | 0.76% | 0.52% | - |
| HSV(B) | 311.94º | 0.82% | 0.89% | - |
| XYZ | 41.31 | 21.36 | 50.09 | - |
| YUV | 112.6 | 171.12 | 208.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 40 | 189 | 0 | 0.82 | 0.16 | 0.11 | 311.94 | 0.76 | 0.52 |
| Hex | E2 | 28 | BD | 0 | 52 | 10 | B | 138 | 4C | 34 |
| Octal | 342 | 50 | 275 | 0 | 122 | 20 | 13 | 470 | 114 | 64 |
| Binary | 11100010 | 101000 | 10111101 | 0 | 1010010 | 10000 | 1011 | 100111000 | 1001100 | 110100 |
Color Harmonies of #E228BD
Complementary color
Monochromatic Colors of #E228BD
Black with #E228BD
Text Example
Text Example
White with #E228BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E228BD; }
p { color: rgb(226,40,189); }
H1.HeaderClassName
{
color: #E228BD;
}
.AnyTagClassName
{
color: #E228BD;
}
</style>
background-color css
<style>
a { background-color: #E228BD; }
a { background-color: rgb(226,40,189); }
div.DivClassName
{
background-color: #E228BD;
}
.BgClassName
{
background-color: #E228BD;
}
</style>
border-color css
<style>
span { border-color: #E228BD; }
span { border-color: rgb(226,40,189); }
td.TdClassName
{
border-color: #E228BD;
}
.TagClassName
{
border-color: #E228BD;
}
</style>