Shades of Razzle Dazzle Rose #E73DD3
Tints of Razzle Dazzle Rose #E73DD3
RGB
CMYK
RGB Variations
Color information
#E73DD3 (or 0xE73DD3) is known color: Razzle Dazzle Rose. HEX triplet: E7, 3D and D3. RGB value is (231,61,211). Sum of RGB (Red+Green+Blue) = 231+61+211=503 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.92% from 503); Green value is 61 (24.22% from 255 or 12.13% from 503); Blue value is 211 (82.81% from 255 or 41.95% from 503); Max value from RGB is 231 - color contains mainly: red. Hex color #E73DD3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E73DD3 is #18C22C. Grayscale: #808080. Windows color (decimal): -1622573 or 13843943. OLE color: 13843943.
HSL color Cylindrical-coordinate representation of color #E73DD3: hue angle of 307.06º 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 #E73DD3 is Cyan = 0, Magento = 0.74, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 61 | 211 | - |
| CMYK | 0 | 0.74 | 0.09 | 0.09 |
| HSL | 307.06º | 0.78% | 0.57% | - |
| HSV(B) | 307.06º | 0.74% | 0.91% | - |
| XYZ | 46.38 | 25.03 | 64.01 | - |
| YUV | 128.93 | 174.32 | 200.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 61 | 211 | 0 | 0.74 | 0.09 | 0.09 | 307.06 | 0.78 | 0.57 |
| Hex | E7 | 3D | D3 | 0 | 4A | 9 | 9 | 133 | 4E | 39 |
| Octal | 347 | 75 | 323 | 0 | 112 | 11 | 11 | 463 | 116 | 71 |
| Binary | 11100111 | 111101 | 11010011 | 0 | 1001010 | 1001 | 1001 | 100110011 | 1001110 | 111001 |
Color Harmonies of #E73DD3
Complementary color
Monochromatic Colors of #E73DD3
Black with #E73DD3
Text Example
Text Example
White with #E73DD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E73DD3; }
p { color: rgb(231,61,211); }
H1.HeaderClassName
{
color: #E73DD3;
}
.AnyTagClassName
{
color: #E73DD3;
}
</style>
background-color css
<style>
a { background-color: #E73DD3; }
a { background-color: rgb(231,61,211); }
div.DivClassName
{
background-color: #E73DD3;
}
.BgClassName
{
background-color: #E73DD3;
}
</style>
border-color css
<style>
span { border-color: #E73DD3; }
span { border-color: rgb(231,61,211); }
td.TdClassName
{
border-color: #E73DD3;
}
.TagClassName
{
border-color: #E73DD3;
}
</style>