Shades of Razzle Dazzle Rose #E427D9
Tints of Razzle Dazzle Rose #E427D9
RGB
CMYK
RGB Variations
Color information
#E427D9 (or 0xE427D9) is known color: Razzle Dazzle Rose. HEX triplet: E4, 27 and D9. RGB value is (228,39,217). Sum of RGB (Red+Green+Blue) = 228+39+217=484 (64% of max value = 765). Red value is 228 (89.45% from 255 or 47.11% from 484); Green value is 39 (15.62% from 255 or 8.06% from 484); Blue value is 217 (85.16% from 255 or 44.83% from 484); Max value from RGB is 228 - color contains mainly: red. Hex color #E427D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E427D9 is #1BD826. Grayscale: #737373. Windows color (decimal): -1824807 or 14231524. OLE color: 14231524.
HSL color Cylindrical-coordinate representation of color #E427D9: hue angle of 303.49º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E427D9 is Cyan = 0, Magento = 0.83, Yellow = 0.05 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 39 | 217 | - |
| CMYK | 0 | 0.83 | 0.05 | 0.11 |
| HSL | 303.49º | 0.78% | 0.52% | - |
| HSV(B) | 303.49º | 0.83% | 0.89% | - |
| XYZ | 45.24 | 22.95 | 67.69 | - |
| YUV | 115.8 | 185.12 | 208.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 39 | 217 | 0 | 0.83 | 0.05 | 0.11 | 303.49 | 0.78 | 0.52 |
| Hex | E4 | 27 | D9 | 0 | 53 | 5 | B | 12F | 4E | 34 |
| Octal | 344 | 47 | 331 | 0 | 123 | 5 | 13 | 457 | 116 | 64 |
| Binary | 11100100 | 100111 | 11011001 | 0 | 1010011 | 101 | 1011 | 100101111 | 1001110 | 110100 |
Color Harmonies of #E427D9
Complementary color
Monochromatic Colors of #E427D9
Black with #E427D9
Text Example
Text Example
White with #E427D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E427D9; }
p { color: rgb(228,39,217); }
H1.HeaderClassName
{
color: #E427D9;
}
.AnyTagClassName
{
color: #E427D9;
}
</style>
background-color css
<style>
a { background-color: #E427D9; }
a { background-color: rgb(228,39,217); }
div.DivClassName
{
background-color: #E427D9;
}
.BgClassName
{
background-color: #E427D9;
}
</style>
border-color css
<style>
span { border-color: #E427D9; }
span { border-color: rgb(228,39,217); }
td.TdClassName
{
border-color: #E427D9;
}
.TagClassName
{
border-color: #E427D9;
}
</style>