Shades of Razzle Dazzle Rose #E241C4
Tints of Razzle Dazzle Rose #E241C4
RGB
CMYK
RGB Variations
Color information
#E241C4 (or 0xE241C4) is known color: Razzle Dazzle Rose. HEX triplet: E2, 41 and C4. RGB value is (226,65,196). Sum of RGB (Red+Green+Blue) = 226+65+196=487 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.41% from 487); Green value is 65 (25.78% from 255 or 13.35% from 487); Blue value is 196 (76.95% from 255 or 40.25% from 487); Max value from RGB is 226 - color contains mainly: red. Hex color #E241C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E241C4 is #1DBE3B. Grayscale: #7F7F7F. Windows color (decimal): -1949244 or 12861922. OLE color: 12861922.
HSL color Cylindrical-coordinate representation of color #E241C4: hue angle of 311.18º 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 #E241C4 is Cyan = 0, Magento = 0.71, Yellow = 0.13 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 65 | 196 | - |
| CMYK | 0 | 0.71 | 0.13 | 0.11 |
| HSL | 311.18º | 0.74% | 0.57% | - |
| HSV(B) | 311.18º | 0.71% | 0.89% | - |
| XYZ | 43.22 | 23.93 | 54.57 | - |
| YUV | 128.07 | 166.34 | 197.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 65 | 196 | 0 | 0.71 | 0.13 | 0.11 | 311.18 | 0.74 | 0.57 |
| Hex | E2 | 41 | C4 | 0 | 47 | D | B | 137 | 4A | 39 |
| Octal | 342 | 101 | 304 | 0 | 107 | 15 | 13 | 467 | 112 | 71 |
| Binary | 11100010 | 1000001 | 11000100 | 0 | 1000111 | 1101 | 1011 | 100110111 | 1001010 | 111001 |
Color Harmonies of #E241C4
Complementary color
Monochromatic Colors of #E241C4
Black with #E241C4
Text Example
Text Example
White with #E241C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E241C4; }
p { color: rgb(226,65,196); }
H1.HeaderClassName
{
color: #E241C4;
}
.AnyTagClassName
{
color: #E241C4;
}
</style>
background-color css
<style>
a { background-color: #E241C4; }
a { background-color: rgb(226,65,196); }
div.DivClassName
{
background-color: #E241C4;
}
.BgClassName
{
background-color: #E241C4;
}
</style>
border-color css
<style>
span { border-color: #E241C4; }
span { border-color: rgb(226,65,196); }
td.TdClassName
{
border-color: #E241C4;
}
.TagClassName
{
border-color: #E241C4;
}
</style>