Shades of Razzle Dazzle Rose #E635D9
Tints of Razzle Dazzle Rose #E635D9
RGB
CMYK
RGB Variations
Color information
#E635D9 (or 0xE635D9) is known color: Razzle Dazzle Rose. HEX triplet: E6, 35 and D9. RGB value is (230,53,217). Sum of RGB (Red+Green+Blue) = 230+53+217=500 (66% of max value = 765). Red value is 230 (90.23% from 255 or 46% from 500); Green value is 53 (21.09% from 255 or 10.6% from 500); Blue value is 217 (85.16% from 255 or 43.4% from 500); Max value from RGB is 230 - color contains mainly: red. Hex color #E635D9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E635D9 is #19CA26. Grayscale: #7C7C7C. Windows color (decimal): -1690151 or 14235110. OLE color: 14235110.
HSL color Cylindrical-coordinate representation of color #E635D9: hue angle of 304.41º 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 #E635D9 is Cyan = 0, Magento = 0.77, Yellow = 0.06 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 53 | 217 | - |
| CMYK | 0 | 0.77 | 0.06 | 0.10 |
| HSL | 304.41º | 0.78% | 0.55% | - |
| HSV(B) | 304.41º | 0.77% | 0.9% | - |
| XYZ | 46.43 | 24.38 | 67.9 | - |
| YUV | 124.62 | 180.14 | 203.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 53 | 217 | 0 | 0.77 | 0.06 | 0.10 | 304.41 | 0.78 | 0.55 |
| Hex | E6 | 35 | D9 | 0 | 4D | 6 | A | 130 | 4E | 37 |
| Octal | 346 | 65 | 331 | 0 | 115 | 6 | 12 | 460 | 116 | 67 |
| Binary | 11100110 | 110101 | 11011001 | 0 | 1001101 | 110 | 1010 | 100110000 | 1001110 | 110111 |
Color Harmonies of #E635D9
Complementary color
Monochromatic Colors of #E635D9
Black with #E635D9
Text Example
Text Example
White with #E635D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E635D9; }
p { color: rgb(230,53,217); }
H1.HeaderClassName
{
color: #E635D9;
}
.AnyTagClassName
{
color: #E635D9;
}
</style>
background-color css
<style>
a { background-color: #E635D9; }
a { background-color: rgb(230,53,217); }
div.DivClassName
{
background-color: #E635D9;
}
.BgClassName
{
background-color: #E635D9;
}
</style>
border-color css
<style>
span { border-color: #E635D9; }
span { border-color: rgb(230,53,217); }
td.TdClassName
{
border-color: #E635D9;
}
.TagClassName
{
border-color: #E635D9;
}
</style>