Shades of Razzle Dazzle Rose #E241B5
Tints of Razzle Dazzle Rose #E241B5
RGB
CMYK
RGB Variations
Color information
#E241B5 (or 0xE241B5) is known color: Razzle Dazzle Rose. HEX triplet: E2, 41 and B5. RGB value is (226,65,181). Sum of RGB (Red+Green+Blue) = 226+65+181=472 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.88% from 472); Green value is 65 (25.78% from 255 or 13.77% from 472); Blue value is 181 (71.09% from 255 or 38.35% from 472); Max value from RGB is 226 - color contains mainly: red. Hex color #E241B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E241B5 is #1DBE4A. Grayscale: #7E7E7E. Windows color (decimal): -1949259 or 11878882. OLE color: 11878882.
HSL color Cylindrical-coordinate representation of color #E241B5: hue angle of 316.77º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E241B5 is Cyan = 0, Magento = 0.71, Yellow = 0.20 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 65 | 181 | - |
| CMYK | 0 | 0.71 | 0.20 | 0.11 |
| HSL | 316.77º | 0.74% | 0.57% | - |
| HSV(B) | 316.77º | 0.71% | 0.89% | - |
| XYZ | 41.59 | 23.29 | 46.02 | - |
| YUV | 126.36 | 158.84 | 199.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 65 | 181 | 0 | 0.71 | 0.20 | 0.11 | 316.77 | 0.74 | 0.57 |
| Hex | E2 | 41 | B5 | 0 | 47 | 14 | B | 13D | 4A | 39 |
| Octal | 342 | 101 | 265 | 0 | 107 | 24 | 13 | 475 | 112 | 71 |
| Binary | 11100010 | 1000001 | 10110101 | 0 | 1000111 | 10100 | 1011 | 100111101 | 1001010 | 111001 |
Color Harmonies of #E241B5
Complementary color
Monochromatic Colors of #E241B5
Black with #E241B5
Text Example
Text Example
White with #E241B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E241B5; }
p { color: rgb(226,65,181); }
H1.HeaderClassName
{
color: #E241B5;
}
.AnyTagClassName
{
color: #E241B5;
}
</style>
background-color css
<style>
a { background-color: #E241B5; }
a { background-color: rgb(226,65,181); }
div.DivClassName
{
background-color: #E241B5;
}
.BgClassName
{
background-color: #E241B5;
}
</style>
border-color css
<style>
span { border-color: #E241B5; }
span { border-color: rgb(226,65,181); }
td.TdClassName
{
border-color: #E241B5;
}
.TagClassName
{
border-color: #E241B5;
}
</style>