Shades of Razzle Dazzle Rose #E241BF
Tints of Razzle Dazzle Rose #E241BF
RGB
CMYK
RGB Variations
Color information
#E241BF (or 0xE241BF) is known color: Razzle Dazzle Rose. HEX triplet: E2, 41 and BF. RGB value is (226,65,191). Sum of RGB (Red+Green+Blue) = 226+65+191=482 (63% of max value = 765). Red value is 226 (88.67% from 255 or 46.89% from 482); Green value is 65 (25.78% from 255 or 13.49% from 482); Blue value is 191 (75% from 255 or 39.63% from 482); Max value from RGB is 226 - color contains mainly: red. Hex color #E241BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E241BF is #1DBE40. Grayscale: #7F7F7F. Windows color (decimal): -1949249 or 12534242. OLE color: 12534242.
HSL color Cylindrical-coordinate representation of color #E241BF: hue angle of 313.04º 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 #E241BF is Cyan = 0, Magento = 0.71, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 65 | 191 | - |
| CMYK | 0 | 0.71 | 0.15 | 0.11 |
| HSL | 313.04º | 0.74% | 0.57% | - |
| HSV(B) | 313.04º | 0.71% | 0.89% | - |
| XYZ | 42.66 | 23.71 | 51.62 | - |
| YUV | 127.5 | 163.84 | 198.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 65 | 191 | 0 | 0.71 | 0.15 | 0.11 | 313.04 | 0.74 | 0.57 |
| Hex | E2 | 41 | BF | 0 | 47 | F | B | 139 | 4A | 39 |
| Octal | 342 | 101 | 277 | 0 | 107 | 17 | 13 | 471 | 112 | 71 |
| Binary | 11100010 | 1000001 | 10111111 | 0 | 1000111 | 1111 | 1011 | 100111001 | 1001010 | 111001 |
Color Harmonies of #E241BF
Complementary color
Monochromatic Colors of #E241BF
Black with #E241BF
Text Example
Text Example
White with #E241BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E241BF; }
p { color: rgb(226,65,191); }
H1.HeaderClassName
{
color: #E241BF;
}
.AnyTagClassName
{
color: #E241BF;
}
</style>
background-color css
<style>
a { background-color: #E241BF; }
a { background-color: rgb(226,65,191); }
div.DivClassName
{
background-color: #E241BF;
}
.BgClassName
{
background-color: #E241BF;
}
</style>
border-color css
<style>
span { border-color: #E241BF; }
span { border-color: rgb(226,65,191); }
td.TdClassName
{
border-color: #E241BF;
}
.TagClassName
{
border-color: #E241BF;
}
</style>