Shades of Razzle Dazzle Rose #E428E2
Tints of Razzle Dazzle Rose #E428E2
RGB
CMYK
RGB Variations
Color information
#E428E2 (or 0xE428E2) is known color: Razzle Dazzle Rose. HEX triplet: E4, 28 and E2. RGB value is (228,40,226). Sum of RGB (Red+Green+Blue) = 228+40+226=494 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.15% from 494); Green value is 40 (16.02% from 255 or 8.10% from 494); Blue value is 226 (88.67% from 255 or 45.75% from 494); Max value from RGB is 228 - color contains mainly: red. Hex color #E428E2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E428E2 is #1BD71D. Grayscale: #747474. Windows color (decimal): -1824542 or 14821604. OLE color: 14821604.
HSL color Cylindrical-coordinate representation of color #E428E2: hue angle of 300.64º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E428E2 is Cyan = 0, Magento = 0.82, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 40 | 226 | - |
| CMYK | 0 | 0.82 | 0.01 | 0.11 |
| HSL | 300.64º | 0.78% | 0.53% | - |
| HSV(B) | 300.64º | 0.82% | 0.89% | - |
| XYZ | 46.48 | 23.5 | 74.04 | - |
| YUV | 117.42 | 189.28 | 206.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 40 | 226 | 0 | 0.82 | 0.01 | 0.11 | 300.64 | 0.78 | 0.53 |
| Hex | E4 | 28 | E2 | 0 | 52 | 1 | B | 12D | 4E | 35 |
| Octal | 344 | 50 | 342 | 0 | 122 | 1 | 13 | 455 | 116 | 65 |
| Binary | 11100100 | 101000 | 11100010 | 0 | 1010010 | 1 | 1011 | 100101101 | 1001110 | 110101 |
Color Harmonies of #E428E2
Complementary color
Monochromatic Colors of #E428E2
Black with #E428E2
Text Example
Text Example
White with #E428E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E428E2; }
p { color: rgb(228,40,226); }
H1.HeaderClassName
{
color: #E428E2;
}
.AnyTagClassName
{
color: #E428E2;
}
</style>
background-color css
<style>
a { background-color: #E428E2; }
a { background-color: rgb(228,40,226); }
div.DivClassName
{
background-color: #E428E2;
}
.BgClassName
{
background-color: #E428E2;
}
</style>
border-color css
<style>
span { border-color: #E428E2; }
span { border-color: rgb(228,40,226); }
td.TdClassName
{
border-color: #E428E2;
}
.TagClassName
{
border-color: #E428E2;
}
</style>