Shades of Razzle Dazzle Rose #E228BC
Tints of Razzle Dazzle Rose #E228BC
RGB
CMYK
RGB Variations
Color information
#E228BC (or 0xE228BC) is known color: Razzle Dazzle Rose. HEX triplet: E2, 28 and BC. RGB value is (226,40,188). Sum of RGB (Red+Green+Blue) = 226+40+188=454 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.78% from 454); Green value is 40 (16.02% from 255 or 8.81% from 454); Blue value is 188 (73.83% from 255 or 41.41% from 454); Max value from RGB is 226 - color contains mainly: red. Hex color #E228BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E228BC is #1DD743. Grayscale: #707070. Windows color (decimal): -1955652 or 12331234. OLE color: 12331234.
HSL color Cylindrical-coordinate representation of color #E228BC: hue angle of 312.26º 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 #E228BC is Cyan = 0, Magento = 0.82, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 40 | 188 | - |
| CMYK | 0 | 0.82 | 0.17 | 0.11 |
| HSL | 312.26º | 0.76% | 0.52% | - |
| HSV(B) | 312.26º | 0.82% | 0.89% | - |
| XYZ | 41.2 | 21.32 | 49.52 | - |
| YUV | 112.49 | 170.62 | 208.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 40 | 188 | 0 | 0.82 | 0.17 | 0.11 | 312.26 | 0.76 | 0.52 |
| Hex | E2 | 28 | BC | 0 | 52 | 11 | B | 138 | 4C | 34 |
| Octal | 342 | 50 | 274 | 0 | 122 | 21 | 13 | 470 | 114 | 64 |
| Binary | 11100010 | 101000 | 10111100 | 0 | 1010010 | 10001 | 1011 | 100111000 | 1001100 | 110100 |
Color Harmonies of #E228BC
Complementary color
Monochromatic Colors of #E228BC
Black with #E228BC
Text Example
Text Example
White with #E228BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E228BC; }
p { color: rgb(226,40,188); }
H1.HeaderClassName
{
color: #E228BC;
}
.AnyTagClassName
{
color: #E228BC;
}
</style>
background-color css
<style>
a { background-color: #E228BC; }
a { background-color: rgb(226,40,188); }
div.DivClassName
{
background-color: #E228BC;
}
.BgClassName
{
background-color: #E228BC;
}
</style>
border-color css
<style>
span { border-color: #E228BC; }
span { border-color: rgb(226,40,188); }
td.TdClassName
{
border-color: #E228BC;
}
.TagClassName
{
border-color: #E228BC;
}
</style>