Shades of Razzle Dazzle Rose #E629D3
Tints of Razzle Dazzle Rose #E629D3
RGB
CMYK
RGB Variations
Color information
#E629D3 (or 0xE629D3) is known color: Razzle Dazzle Rose. HEX triplet: E6, 29 and D3. RGB value is (230,41,211). Sum of RGB (Red+Green+Blue) = 230+41+211=482 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.72% from 482); Green value is 41 (16.41% from 255 or 8.51% from 482); Blue value is 211 (82.81% from 255 or 43.78% from 482); Max value from RGB is 230 - color contains mainly: red. Hex color #E629D3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E629D3 is #19D62C. Grayscale: #747474. Windows color (decimal): -1693229 or 13838822. OLE color: 13838822.
HSL color Cylindrical-coordinate representation of color #E629D3: hue angle of 306.03º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E629D3 is Cyan = 0, Magento = 0.82, Yellow = 0.08 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 41 | 211 | - |
| CMYK | 0 | 0.82 | 0.08 | 0.10 |
| HSL | 306.03º | 0.79% | 0.53% | - |
| HSV(B) | 306.03º | 0.82% | 0.9% | - |
| XYZ | 45.18 | 23.11 | 63.71 | - |
| YUV | 116.89 | 181.12 | 208.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 41 | 211 | 0 | 0.82 | 0.08 | 0.10 | 306.03 | 0.79 | 0.53 |
| Hex | E6 | 29 | D3 | 0 | 52 | 8 | A | 132 | 4F | 35 |
| Octal | 346 | 51 | 323 | 0 | 122 | 10 | 12 | 462 | 117 | 65 |
| Binary | 11100110 | 101001 | 11010011 | 0 | 1010010 | 1000 | 1010 | 100110010 | 1001111 | 110101 |
Color Harmonies of #E629D3
Complementary color
Monochromatic Colors of #E629D3
Black with #E629D3
Text Example
Text Example
White with #E629D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E629D3; }
p { color: rgb(230,41,211); }
H1.HeaderClassName
{
color: #E629D3;
}
.AnyTagClassName
{
color: #E629D3;
}
</style>
background-color css
<style>
a { background-color: #E629D3; }
a { background-color: rgb(230,41,211); }
div.DivClassName
{
background-color: #E629D3;
}
.BgClassName
{
background-color: #E629D3;
}
</style>
border-color css
<style>
span { border-color: #E629D3; }
span { border-color: rgb(230,41,211); }
td.TdClassName
{
border-color: #E629D3;
}
.TagClassName
{
border-color: #E629D3;
}
</style>