Shades of Razzle Dazzle Rose #E73DB4
Tints of Razzle Dazzle Rose #E73DB4
RGB
CMYK
RGB Variations
Color information
#E73DB4 (or 0xE73DB4) is known color: Razzle Dazzle Rose. HEX triplet: E7, 3D and B4. RGB value is (231,61,180). Sum of RGB (Red+Green+Blue) = 231+61+180=472 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.94% from 472); Green value is 61 (24.22% from 255 or 12.92% from 472); Blue value is 180 (70.70% from 255 or 38.14% from 472); Max value from RGB is 231 - color contains mainly: red. Hex color #E73DB4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E73DB4 is #18C24B. Grayscale: #7D7D7D. Windows color (decimal): -1622604 or 11812327. OLE color: 11812327.
HSL color Cylindrical-coordinate representation of color #E73DB4: hue angle of 318º 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 #E73DB4 is Cyan = 0, Magento = 0.74, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 61 | 180 | - |
| CMYK | 0 | 0.74 | 0.22 | 0.09 |
| HSL | 318º | 0.78% | 0.57% | - |
| HSV(B) | 318º | 0.74% | 0.91% | - |
| XYZ | 42.86 | 23.62 | 45.48 | - |
| YUV | 125.4 | 158.82 | 203.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 61 | 180 | 0 | 0.74 | 0.22 | 0.09 | 318 | 0.78 | 0.57 |
| Hex | E7 | 3D | B4 | 0 | 4A | 16 | 9 | 13E | 4E | 39 |
| Octal | 347 | 75 | 264 | 0 | 112 | 26 | 11 | 476 | 116 | 71 |
| Binary | 11100111 | 111101 | 10110100 | 0 | 1001010 | 10110 | 1001 | 100111110 | 1001110 | 111001 |
Color Harmonies of #E73DB4
Complementary color
Monochromatic Colors of #E73DB4
Black with #E73DB4
Text Example
Text Example
White with #E73DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E73DB4; }
p { color: rgb(231,61,180); }
H1.HeaderClassName
{
color: #E73DB4;
}
.AnyTagClassName
{
color: #E73DB4;
}
</style>
background-color css
<style>
a { background-color: #E73DB4; }
a { background-color: rgb(231,61,180); }
div.DivClassName
{
background-color: #E73DB4;
}
.BgClassName
{
background-color: #E73DB4;
}
</style>
border-color css
<style>
span { border-color: #E73DB4; }
span { border-color: rgb(231,61,180); }
td.TdClassName
{
border-color: #E73DB4;
}
.TagClassName
{
border-color: #E73DB4;
}
</style>