Shades of Razzle Dazzle Rose #E228BE
Tints of Razzle Dazzle Rose #E228BE
RGB
CMYK
RGB Variations
Color information
#E228BE (or 0xE228BE) is known color: Razzle Dazzle Rose. HEX triplet: E2, 28 and BE. RGB value is (226,40,190). Sum of RGB (Red+Green+Blue) = 226+40+190=456 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.56% from 456); Green value is 40 (16.02% from 255 or 8.77% from 456); Blue value is 190 (74.61% from 255 or 41.67% from 456); Max value from RGB is 226 - color contains mainly: red. Hex color #E228BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E228BE is #1DD741. Grayscale: #707070. Windows color (decimal): -1955650 or 12462306. OLE color: 12462306.
HSL color Cylindrical-coordinate representation of color #E228BE: hue angle of 311.61º 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 #E228BE is Cyan = 0, Magento = 0.82, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 40 | 190 | - |
| CMYK | 0 | 0.82 | 0.16 | 0.11 |
| HSL | 311.61º | 0.76% | 0.52% | - |
| HSV(B) | 311.61º | 0.82% | 0.89% | - |
| XYZ | 41.42 | 21.4 | 50.66 | - |
| YUV | 112.71 | 171.62 | 208.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 40 | 190 | 0 | 0.82 | 0.16 | 0.11 | 311.61 | 0.76 | 0.52 |
| Hex | E2 | 28 | BE | 0 | 52 | 10 | B | 138 | 4C | 34 |
| Octal | 342 | 50 | 276 | 0 | 122 | 20 | 13 | 470 | 114 | 64 |
| Binary | 11100010 | 101000 | 10111110 | 0 | 1010010 | 10000 | 1011 | 100111000 | 1001100 | 110100 |
Color Harmonies of #E228BE
Complementary color
Monochromatic Colors of #E228BE
Black with #E228BE
Text Example
Text Example
White with #E228BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E228BE; }
p { color: rgb(226,40,190); }
H1.HeaderClassName
{
color: #E228BE;
}
.AnyTagClassName
{
color: #E228BE;
}
</style>
background-color css
<style>
a { background-color: #E228BE; }
a { background-color: rgb(226,40,190); }
div.DivClassName
{
background-color: #E228BE;
}
.BgClassName
{
background-color: #E228BE;
}
</style>
border-color css
<style>
span { border-color: #E228BE; }
span { border-color: rgb(226,40,190); }
td.TdClassName
{
border-color: #E228BE;
}
.TagClassName
{
border-color: #E228BE;
}
</style>