Shades of Razzle Dazzle Rose #E634C5
Tints of Razzle Dazzle Rose #E634C5
RGB
CMYK
RGB Variations
Color information
#E634C5 (or 0xE634C5) is known color: Razzle Dazzle Rose. HEX triplet: E6, 34 and C5. RGB value is (230,52,197). Sum of RGB (Red+Green+Blue) = 230+52+197=479 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.02% from 479); Green value is 52 (20.70% from 255 or 10.86% from 479); Blue value is 197 (77.34% from 255 or 41.13% from 479); Max value from RGB is 230 - color contains mainly: red. Hex color #E634C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E634C5 is #19CB3A. Grayscale: #797979. Windows color (decimal): -1690427 or 12924134. OLE color: 12924134.
HSL color Cylindrical-coordinate representation of color #E634C5: hue angle of 311.12º 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 #E634C5 is Cyan = 0, Magento = 0.77, Yellow = 0.14 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 52 | 197 | - |
| CMYK | 0 | 0.77 | 0.14 | 0.10 |
| HSL | 311.12º | 0.78% | 0.55% | - |
| HSV(B) | 311.12º | 0.77% | 0.9% | - |
| XYZ | 43.94 | 23.31 | 55.01 | - |
| YUV | 121.75 | 170.47 | 205.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 52 | 197 | 0 | 0.77 | 0.14 | 0.10 | 311.12 | 0.78 | 0.55 |
| Hex | E6 | 34 | C5 | 0 | 4D | E | A | 137 | 4E | 37 |
| Octal | 346 | 64 | 305 | 0 | 115 | 16 | 12 | 467 | 116 | 67 |
| Binary | 11100110 | 110100 | 11000101 | 0 | 1001101 | 1110 | 1010 | 100110111 | 1001110 | 110111 |
Color Harmonies of #E634C5
Complementary color
Monochromatic Colors of #E634C5
Black with #E634C5
Text Example
Text Example
White with #E634C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E634C5; }
p { color: rgb(230,52,197); }
H1.HeaderClassName
{
color: #E634C5;
}
.AnyTagClassName
{
color: #E634C5;
}
</style>
background-color css
<style>
a { background-color: #E634C5; }
a { background-color: rgb(230,52,197); }
div.DivClassName
{
background-color: #E634C5;
}
.BgClassName
{
background-color: #E634C5;
}
</style>
border-color css
<style>
span { border-color: #E634C5; }
span { border-color: rgb(230,52,197); }
td.TdClassName
{
border-color: #E634C5;
}
.TagClassName
{
border-color: #E634C5;
}
</style>