Shades of Razzle Dazzle Rose #E73DCC
Tints of Razzle Dazzle Rose #E73DCC
RGB
CMYK
RGB Variations
Color information
#E73DCC (or 0xE73DCC) is known color: Razzle Dazzle Rose. HEX triplet: E7, 3D and CC. RGB value is (231,61,204). Sum of RGB (Red+Green+Blue) = 231+61+204=496 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.57% from 496); Green value is 61 (24.22% from 255 or 12.30% from 496); Blue value is 204 (80.08% from 255 or 41.13% from 496); Max value from RGB is 231 - color contains mainly: red. Hex color #E73DCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E73DCC is #18C233. Grayscale: #7F7F7F. Windows color (decimal): -1622580 or 13385191. OLE color: 13385191.
HSL color Cylindrical-coordinate representation of color #E73DCC: hue angle of 309.53º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E73DCC is Cyan = 0, Magento = 0.74, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 61 | 204 | - |
| CMYK | 0 | 0.74 | 0.12 | 0.09 |
| HSL | 309.53º | 0.78% | 0.57% | - |
| HSV(B) | 309.53º | 0.74% | 0.91% | - |
| XYZ | 45.52 | 24.69 | 59.49 | - |
| YUV | 128.13 | 170.82 | 201.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 61 | 204 | 0 | 0.74 | 0.12 | 0.09 | 309.53 | 0.78 | 0.57 |
| Hex | E7 | 3D | CC | 0 | 4A | C | 9 | 136 | 4E | 39 |
| Octal | 347 | 75 | 314 | 0 | 112 | 14 | 11 | 466 | 116 | 71 |
| Binary | 11100111 | 111101 | 11001100 | 0 | 1001010 | 1100 | 1001 | 100110110 | 1001110 | 111001 |
Color Harmonies of #E73DCC
Complementary color
Monochromatic Colors of #E73DCC
Black with #E73DCC
Text Example
Text Example
White with #E73DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E73DCC; }
p { color: rgb(231,61,204); }
H1.HeaderClassName
{
color: #E73DCC;
}
.AnyTagClassName
{
color: #E73DCC;
}
</style>
background-color css
<style>
a { background-color: #E73DCC; }
a { background-color: rgb(231,61,204); }
div.DivClassName
{
background-color: #E73DCC;
}
.BgClassName
{
background-color: #E73DCC;
}
</style>
border-color css
<style>
span { border-color: #E73DCC; }
span { border-color: rgb(231,61,204); }
td.TdClassName
{
border-color: #E73DCC;
}
.TagClassName
{
border-color: #E73DCC;
}
</style>