Shades of Razzle Dazzle Rose #E73CB4
Tints of Razzle Dazzle Rose #E73CB4
RGB
CMYK
RGB Variations
Color information
#E73CB4 (or 0xE73CB4) is known color: Razzle Dazzle Rose. HEX triplet: E7, 3C and B4. RGB value is (231,60,180). Sum of RGB (Red+Green+Blue) = 231+60+180=471 (62% of max value = 765). Red value is 231 (90.62% from 255 or 49.04% from 471); Green value is 60 (23.83% from 255 or 12.74% from 471); Blue value is 180 (70.70% from 255 or 38.22% from 471); Max value from RGB is 231 - color contains mainly: red. Hex color #E73CB4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E73CB4 is #18C34B. Grayscale: #7C7C7C. Windows color (decimal): -1622860 or 11812071. OLE color: 11812071.
HSL color Cylindrical-coordinate representation of color #E73CB4: hue angle of 317.89º 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 #E73CB4 is Cyan = 0, Magento = 0.74, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 60 | 180 | - |
| CMYK | 0 | 0.74 | 0.22 | 0.09 |
| HSL | 317.89º | 0.78% | 0.57% | - |
| HSV(B) | 317.89º | 0.74% | 0.91% | - |
| XYZ | 42.81 | 23.52 | 45.46 | - |
| YUV | 124.81 | 159.15 | 203.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 60 | 180 | 0 | 0.74 | 0.22 | 0.09 | 317.89 | 0.78 | 0.57 |
| Hex | E7 | 3C | B4 | 0 | 4A | 16 | 9 | 13E | 4E | 39 |
| Octal | 347 | 74 | 264 | 0 | 112 | 26 | 11 | 476 | 116 | 71 |
| Binary | 11100111 | 111100 | 10110100 | 0 | 1001010 | 10110 | 1001 | 100111110 | 1001110 | 111001 |
Color Harmonies of #E73CB4
Complementary color
Monochromatic Colors of #E73CB4
Black with #E73CB4
Text Example
Text Example
White with #E73CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E73CB4; }
p { color: rgb(231,60,180); }
H1.HeaderClassName
{
color: #E73CB4;
}
.AnyTagClassName
{
color: #E73CB4;
}
</style>
background-color css
<style>
a { background-color: #E73CB4; }
a { background-color: rgb(231,60,180); }
div.DivClassName
{
background-color: #E73CB4;
}
.BgClassName
{
background-color: #E73CB4;
}
</style>
border-color css
<style>
span { border-color: #E73CB4; }
span { border-color: rgb(231,60,180); }
td.TdClassName
{
border-color: #E73CB4;
}
.TagClassName
{
border-color: #E73CB4;
}
</style>