Shades of Razzle Dazzle Rose #E629CE
Tints of Razzle Dazzle Rose #E629CE
RGB
CMYK
RGB Variations
Color information
#E629CE (or 0xE629CE) is known color: Razzle Dazzle Rose. HEX triplet: E6, 29 and CE. RGB value is (230,41,206). Sum of RGB (Red+Green+Blue) = 230+41+206=477 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.22% from 477); Green value is 41 (16.41% from 255 or 8.60% from 477); Blue value is 206 (80.86% from 255 or 43.19% from 477); Max value from RGB is 230 - color contains mainly: red. Hex color #E629CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E629CE is #19D631. Grayscale: #737373. Windows color (decimal): -1693234 or 13511142. OLE color: 13511142.
HSL color Cylindrical-coordinate representation of color #E629CE: hue angle of 307.62º 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 #E629CE is Cyan = 0, Magento = 0.82, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 41 | 206 | - |
| CMYK | 0 | 0.82 | 0.10 | 0.10 |
| HSL | 307.62º | 0.79% | 0.53% | - |
| HSV(B) | 307.62º | 0.82% | 0.9% | - |
| XYZ | 44.57 | 22.87 | 60.46 | - |
| YUV | 116.32 | 178.62 | 209.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 41 | 206 | 0 | 0.82 | 0.10 | 0.10 | 307.62 | 0.79 | 0.53 |
| Hex | E6 | 29 | CE | 0 | 52 | A | A | 134 | 4F | 35 |
| Octal | 346 | 51 | 316 | 0 | 122 | 12 | 12 | 464 | 117 | 65 |
| Binary | 11100110 | 101001 | 11001110 | 0 | 1010010 | 1010 | 1010 | 100110100 | 1001111 | 110101 |
Color Harmonies of #E629CE
Complementary color
Monochromatic Colors of #E629CE
Black with #E629CE
Text Example
Text Example
White with #E629CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E629CE; }
p { color: rgb(230,41,206); }
H1.HeaderClassName
{
color: #E629CE;
}
.AnyTagClassName
{
color: #E629CE;
}
</style>
background-color css
<style>
a { background-color: #E629CE; }
a { background-color: rgb(230,41,206); }
div.DivClassName
{
background-color: #E629CE;
}
.BgClassName
{
background-color: #E629CE;
}
</style>
border-color css
<style>
span { border-color: #E629CE; }
span { border-color: rgb(230,41,206); }
td.TdClassName
{
border-color: #E629CE;
}
.TagClassName
{
border-color: #E629CE;
}
</style>