Shades of Razzle Dazzle Rose #E634CC
Tints of Razzle Dazzle Rose #E634CC
RGB
CMYK
RGB Variations
Color information
#E634CC (or 0xE634CC) is known color: Razzle Dazzle Rose. HEX triplet: E6, 34 and CC. RGB value is (230,52,204). Sum of RGB (Red+Green+Blue) = 230+52+204=486 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.33% from 486); Green value is 52 (20.70% from 255 or 10.70% from 486); Blue value is 204 (80.08% from 255 or 41.98% from 486); Max value from RGB is 230 - color contains mainly: red. Hex color #E634CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E634CC is #19CB33. Grayscale: #7A7A7A. Windows color (decimal): -1690420 or 13382886. OLE color: 13382886.
HSL color Cylindrical-coordinate representation of color #E634CC: hue angle of 308.76º 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 #E634CC is Cyan = 0, Magento = 0.77, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 52 | 204 | - |
| CMYK | 0 | 0.77 | 0.11 | 0.10 |
| HSL | 308.76º | 0.78% | 0.55% | - |
| HSV(B) | 308.76º | 0.77% | 0.9% | - |
| XYZ | 44.76 | 23.64 | 59.33 | - |
| YUV | 122.55 | 173.97 | 204.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 52 | 204 | 0 | 0.77 | 0.11 | 0.10 | 308.76 | 0.78 | 0.55 |
| Hex | E6 | 34 | CC | 0 | 4D | B | A | 135 | 4E | 37 |
| Octal | 346 | 64 | 314 | 0 | 115 | 13 | 12 | 465 | 116 | 67 |
| Binary | 11100110 | 110100 | 11001100 | 0 | 1001101 | 1011 | 1010 | 100110101 | 1001110 | 110111 |
Color Harmonies of #E634CC
Complementary color
Monochromatic Colors of #E634CC
Black with #E634CC
Text Example
Text Example
White with #E634CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E634CC; }
p { color: rgb(230,52,204); }
H1.HeaderClassName
{
color: #E634CC;
}
.AnyTagClassName
{
color: #E634CC;
}
</style>
background-color css
<style>
a { background-color: #E634CC; }
a { background-color: rgb(230,52,204); }
div.DivClassName
{
background-color: #E634CC;
}
.BgClassName
{
background-color: #E634CC;
}
</style>
border-color css
<style>
span { border-color: #E634CC; }
span { border-color: rgb(230,52,204); }
td.TdClassName
{
border-color: #E634CC;
}
.TagClassName
{
border-color: #E634CC;
}
</style>