Shades of Razzle Dazzle Rose #E634C9
Tints of Razzle Dazzle Rose #E634C9
RGB
CMYK
RGB Variations
Color information
#E634C9 (or 0xE634C9) is known color: Razzle Dazzle Rose. HEX triplet: E6, 34 and C9. RGB value is (230,52,201). Sum of RGB (Red+Green+Blue) = 230+52+201=483 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.62% from 483); Green value is 52 (20.70% from 255 or 10.77% from 483); Blue value is 201 (78.91% from 255 or 41.61% from 483); Max value from RGB is 230 - color contains mainly: red. Hex color #E634C9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E634C9 is #19CB36. Grayscale: #797979. Windows color (decimal): -1690423 or 13186278. OLE color: 13186278.
HSL color Cylindrical-coordinate representation of color #E634C9: hue angle of 309.78º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E634C9 is Cyan = 0, Magento = 0.77, Yellow = 0.13 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 52 | 201 | - |
| CMYK | 0 | 0.77 | 0.13 | 0.10 |
| HSL | 309.78º | 0.78% | 0.55% | - |
| HSV(B) | 309.78º | 0.77% | 0.9% | - |
| XYZ | 44.4 | 23.5 | 57.45 | - |
| YUV | 122.21 | 172.47 | 204.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 52 | 201 | 0 | 0.77 | 0.13 | 0.10 | 309.78 | 0.78 | 0.55 |
| Hex | E6 | 34 | C9 | 0 | 4D | D | A | 136 | 4E | 37 |
| Octal | 346 | 64 | 311 | 0 | 115 | 15 | 12 | 466 | 116 | 67 |
| Binary | 11100110 | 110100 | 11001001 | 0 | 1001101 | 1101 | 1010 | 100110110 | 1001110 | 110111 |
Color Harmonies of #E634C9
Complementary color
Monochromatic Colors of #E634C9
Black with #E634C9
Text Example
Text Example
White with #E634C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E634C9; }
p { color: rgb(230,52,201); }
H1.HeaderClassName
{
color: #E634C9;
}
.AnyTagClassName
{
color: #E634C9;
}
</style>
background-color css
<style>
a { background-color: #E634C9; }
a { background-color: rgb(230,52,201); }
div.DivClassName
{
background-color: #E634C9;
}
.BgClassName
{
background-color: #E634C9;
}
</style>
border-color css
<style>
span { border-color: #E634C9; }
span { border-color: rgb(230,52,201); }
td.TdClassName
{
border-color: #E634C9;
}
.TagClassName
{
border-color: #E634C9;
}
</style>