Shades of Razzle Dazzle Rose #E629E3
Tints of Razzle Dazzle Rose #E629E3
RGB
CMYK
RGB Variations
Color information
#E629E3 (or 0xE629E3) is known color: Razzle Dazzle Rose. HEX triplet: E6, 29 and E3. RGB value is (230,41,227). Sum of RGB (Red+Green+Blue) = 230+41+227=498 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.18% from 498); Green value is 41 (16.41% from 255 or 8.23% from 498); Blue value is 227 (89.06% from 255 or 45.58% from 498); Max value from RGB is 230 - color contains mainly: red. Hex color #E629E3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E629E3 is #19D61C. Grayscale: #767676. Windows color (decimal): -1693213 or 14887398. OLE color: 14887398.
HSL color Cylindrical-coordinate representation of color #E629E3: hue angle of 300.95º 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 #E629E3 is Cyan = 0, Magento = 0.82, Yellow = 0.01 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 41 | 227 | - |
| CMYK | 0 | 0.82 | 0.01 | 0.10 |
| HSL | 300.95º | 0.79% | 0.53% | - |
| HSV(B) | 300.95º | 0.82% | 0.9% | - |
| XYZ | 47.29 | 23.95 | 74.8 | - |
| YUV | 118.72 | 189.12 | 207.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 41 | 227 | 0 | 0.82 | 0.01 | 0.10 | 300.95 | 0.79 | 0.53 |
| Hex | E6 | 29 | E3 | 0 | 52 | 1 | A | 12D | 4F | 35 |
| Octal | 346 | 51 | 343 | 0 | 122 | 1 | 12 | 455 | 117 | 65 |
| Binary | 11100110 | 101001 | 11100011 | 0 | 1010010 | 1 | 1010 | 100101101 | 1001111 | 110101 |
Color Harmonies of #E629E3
Complementary color
Monochromatic Colors of #E629E3
Black with #E629E3
Text Example
Text Example
White with #E629E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E629E3; }
p { color: rgb(230,41,227); }
H1.HeaderClassName
{
color: #E629E3;
}
.AnyTagClassName
{
color: #E629E3;
}
</style>
background-color css
<style>
a { background-color: #E629E3; }
a { background-color: rgb(230,41,227); }
div.DivClassName
{
background-color: #E629E3;
}
.BgClassName
{
background-color: #E629E3;
}
</style>
border-color css
<style>
span { border-color: #E629E3; }
span { border-color: rgb(230,41,227); }
td.TdClassName
{
border-color: #E629E3;
}
.TagClassName
{
border-color: #E629E3;
}
</style>