Shades of Razzle Dazzle Rose #E430D1
Tints of Razzle Dazzle Rose #E430D1
RGB
CMYK
RGB Variations
Color information
#E430D1 (or 0xE430D1) is known color: Razzle Dazzle Rose. HEX triplet: E4, 30 and D1. RGB value is (228,48,209). Sum of RGB (Red+Green+Blue) = 228+48+209=485 (64% of max value = 765). Red value is 228 (89.45% from 255 or 47.01% from 485); Green value is 48 (19.14% from 255 or 9.90% from 485); Blue value is 209 (82.03% from 255 or 43.09% from 485); Max value from RGB is 228 - color contains mainly: red. Hex color #E430D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E430D1 is #1BCF2E. Grayscale: #777777. Windows color (decimal): -1822511 or 13709540. OLE color: 13709540.
HSL color Cylindrical-coordinate representation of color #E430D1: hue angle of 306.33º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E430D1 is Cyan = 0, Magento = 0.79, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 48 | 209 | - |
| CMYK | 0 | 0.79 | 0.08 | 0.11 |
| HSL | 306.33º | 0.77% | 0.54% | - |
| HSV(B) | 306.33º | 0.79% | 0.89% | - |
| XYZ | 44.56 | 23.21 | 62.45 | - |
| YUV | 120.17 | 178.13 | 204.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 48 | 209 | 0 | 0.79 | 0.08 | 0.11 | 306.33 | 0.77 | 0.54 |
| Hex | E4 | 30 | D1 | 0 | 4F | 8 | B | 132 | 4D | 36 |
| Octal | 344 | 60 | 321 | 0 | 117 | 10 | 13 | 462 | 115 | 66 |
| Binary | 11100100 | 110000 | 11010001 | 0 | 1001111 | 1000 | 1011 | 100110010 | 1001101 | 110110 |
Color Harmonies of #E430D1
Complementary color
Monochromatic Colors of #E430D1
Black with #E430D1
Text Example
Text Example
White with #E430D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E430D1; }
p { color: rgb(228,48,209); }
H1.HeaderClassName
{
color: #E430D1;
}
.AnyTagClassName
{
color: #E430D1;
}
</style>
background-color css
<style>
a { background-color: #E430D1; }
a { background-color: rgb(228,48,209); }
div.DivClassName
{
background-color: #E430D1;
}
.BgClassName
{
background-color: #E430D1;
}
</style>
border-color css
<style>
span { border-color: #E430D1; }
span { border-color: rgb(228,48,209); }
td.TdClassName
{
border-color: #E430D1;
}
.TagClassName
{
border-color: #E430D1;
}
</style>