Shades of Razzle Dazzle Rose #E629DA
Tints of Razzle Dazzle Rose #E629DA
RGB
CMYK
RGB Variations
Color information
#E629DA (or 0xE629DA) is known color: Razzle Dazzle Rose. HEX triplet: E6, 29 and DA. RGB value is (230,41,218). Sum of RGB (Red+Green+Blue) = 230+41+218=489 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.03% from 489); Green value is 41 (16.41% from 255 or 8.38% from 489); Blue value is 218 (85.55% from 255 or 44.58% from 489); Max value from RGB is 230 - color contains mainly: red. Hex color #E629DA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E629DA is #19D625. Grayscale: #757575. Windows color (decimal): -1693222 or 14297574. OLE color: 14297574.
HSL color Cylindrical-coordinate representation of color #E629DA: hue angle of 303.81º 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 #E629DA is Cyan = 0, Magento = 0.82, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 41 | 218 | - |
| CMYK | 0 | 0.82 | 0.05 | 0.10 |
| HSL | 303.81º | 0.79% | 0.53% | - |
| HSV(B) | 303.81º | 0.82% | 0.9% | - |
| XYZ | 46.08 | 23.47 | 68.43 | - |
| YUV | 117.69 | 184.62 | 208.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 41 | 218 | 0 | 0.82 | 0.05 | 0.10 | 303.81 | 0.79 | 0.53 |
| Hex | E6 | 29 | DA | 0 | 52 | 5 | A | 130 | 4F | 35 |
| Octal | 346 | 51 | 332 | 0 | 122 | 5 | 12 | 460 | 117 | 65 |
| Binary | 11100110 | 101001 | 11011010 | 0 | 1010010 | 101 | 1010 | 100110000 | 1001111 | 110101 |
Color Harmonies of #E629DA
Complementary color
Monochromatic Colors of #E629DA
Black with #E629DA
Text Example
Text Example
White with #E629DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E629DA; }
p { color: rgb(230,41,218); }
H1.HeaderClassName
{
color: #E629DA;
}
.AnyTagClassName
{
color: #E629DA;
}
</style>
background-color css
<style>
a { background-color: #E629DA; }
a { background-color: rgb(230,41,218); }
div.DivClassName
{
background-color: #E629DA;
}
.BgClassName
{
background-color: #E629DA;
}
</style>
border-color css
<style>
span { border-color: #E629DA; }
span { border-color: rgb(230,41,218); }
td.TdClassName
{
border-color: #E629DA;
}
.TagClassName
{
border-color: #E629DA;
}
</style>