Shades of Razzle Dazzle Rose #E635C7
Tints of Razzle Dazzle Rose #E635C7
RGB
CMYK
RGB Variations
Color information
#E635C7 (or 0xE635C7) is known color: Razzle Dazzle Rose. HEX triplet: E6, 35 and C7. RGB value is (230,53,199). Sum of RGB (Red+Green+Blue) = 230+53+199=482 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.72% from 482); Green value is 53 (21.09% from 255 or 11.00% from 482); Blue value is 199 (78.12% from 255 or 41.29% from 482); Max value from RGB is 230 - color contains mainly: red. Hex color #E635C7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E635C7 is #19CA38. Grayscale: #7A7A7A. Windows color (decimal): -1690169 or 13055462. OLE color: 13055462.
HSL color Cylindrical-coordinate representation of color #E635C7: hue angle of 310.51º 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 #E635C7 is Cyan = 0, Magento = 0.77, Yellow = 0.13 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 53 | 199 | - |
| CMYK | 0 | 0.77 | 0.13 | 0.10 |
| HSL | 310.51º | 0.78% | 0.55% | - |
| HSV(B) | 310.51º | 0.77% | 0.9% | - |
| XYZ | 44.22 | 23.49 | 56.24 | - |
| YUV | 122.57 | 171.14 | 204.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 53 | 199 | 0 | 0.77 | 0.13 | 0.10 | 310.51 | 0.78 | 0.55 |
| Hex | E6 | 35 | C7 | 0 | 4D | D | A | 137 | 4E | 37 |
| Octal | 346 | 65 | 307 | 0 | 115 | 15 | 12 | 467 | 116 | 67 |
| Binary | 11100110 | 110101 | 11000111 | 0 | 1001101 | 1101 | 1010 | 100110111 | 1001110 | 110111 |
Color Harmonies of #E635C7
Complementary color
Monochromatic Colors of #E635C7
Black with #E635C7
Text Example
Text Example
White with #E635C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E635C7; }
p { color: rgb(230,53,199); }
H1.HeaderClassName
{
color: #E635C7;
}
.AnyTagClassName
{
color: #E635C7;
}
</style>
background-color css
<style>
a { background-color: #E635C7; }
a { background-color: rgb(230,53,199); }
div.DivClassName
{
background-color: #E635C7;
}
.BgClassName
{
background-color: #E635C7;
}
</style>
border-color css
<style>
span { border-color: #E635C7; }
span { border-color: rgb(230,53,199); }
td.TdClassName
{
border-color: #E635C7;
}
.TagClassName
{
border-color: #E635C7;
}
</style>