Shades of Razzle Dazzle Rose #E629C4
Tints of Razzle Dazzle Rose #E629C4
RGB
CMYK
RGB Variations
Color information
#E629C4 (or 0xE629C4) is known color: Razzle Dazzle Rose. HEX triplet: E6, 29 and C4. RGB value is (230,41,196). Sum of RGB (Red+Green+Blue) = 230+41+196=467 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.25% from 467); Green value is 41 (16.41% from 255 or 8.78% from 467); Blue value is 196 (76.95% from 255 or 41.97% from 467); Max value from RGB is 230 - color contains mainly: red. Hex color #E629C4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E629C4 is #19D63B. Grayscale: #727272. Windows color (decimal): -1693244 or 12855782. OLE color: 12855782.
HSL color Cylindrical-coordinate representation of color #E629C4: hue angle of 310.79º 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 #E629C4 is Cyan = 0, Magento = 0.82, Yellow = 0.15 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 41 | 196 | - |
| CMYK | 0 | 0.82 | 0.15 | 0.10 |
| HSL | 310.79º | 0.79% | 0.53% | - |
| HSV(B) | 310.79º | 0.82% | 0.9% | - |
| XYZ | 43.39 | 22.39 | 54.26 | - |
| YUV | 115.18 | 173.62 | 209.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 41 | 196 | 0 | 0.82 | 0.15 | 0.10 | 310.79 | 0.79 | 0.53 |
| Hex | E6 | 29 | C4 | 0 | 52 | F | A | 137 | 4F | 35 |
| Octal | 346 | 51 | 304 | 0 | 122 | 17 | 12 | 467 | 117 | 65 |
| Binary | 11100110 | 101001 | 11000100 | 0 | 1010010 | 1111 | 1010 | 100110111 | 1001111 | 110101 |
Color Harmonies of #E629C4
Complementary color
Monochromatic Colors of #E629C4
Black with #E629C4
Text Example
Text Example
White with #E629C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E629C4; }
p { color: rgb(230,41,196); }
H1.HeaderClassName
{
color: #E629C4;
}
.AnyTagClassName
{
color: #E629C4;
}
</style>
background-color css
<style>
a { background-color: #E629C4; }
a { background-color: rgb(230,41,196); }
div.DivClassName
{
background-color: #E629C4;
}
.BgClassName
{
background-color: #E629C4;
}
</style>
border-color css
<style>
span { border-color: #E629C4; }
span { border-color: rgb(230,41,196); }
td.TdClassName
{
border-color: #E629C4;
}
.TagClassName
{
border-color: #E629C4;
}
</style>