Shades of Razzle Dazzle Rose #E73CB3
Tints of Razzle Dazzle Rose #E73CB3
RGB
CMYK
RGB Variations
Color information
#E73CB3 (or 0xE73CB3) is known color: Razzle Dazzle Rose. HEX triplet: E7, 3C and B3. RGB value is (231,60,179). Sum of RGB (Red+Green+Blue) = 231+60+179=470 (62% of max value = 765). Red value is 231 (90.62% from 255 or 49.15% from 470); Green value is 60 (23.83% from 255 or 12.77% from 470); Blue value is 179 (70.31% from 255 or 38.09% from 470); Max value from RGB is 231 - color contains mainly: red. Hex color #E73CB3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E73CB3 is #18C34C. Grayscale: #7C7C7C. Windows color (decimal): -1622861 or 11746535. OLE color: 11746535.
HSL color Cylindrical-coordinate representation of color #E73CB3: hue angle of 318.25º 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 #E73CB3 is Cyan = 0, Magento = 0.74, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 60 | 179 | - |
| CMYK | 0 | 0.74 | 0.23 | 0.09 |
| HSL | 318.25º | 0.78% | 0.57% | - |
| HSV(B) | 318.25º | 0.74% | 0.91% | - |
| XYZ | 42.71 | 23.48 | 44.93 | - |
| YUV | 124.7 | 158.65 | 203.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 60 | 179 | 0 | 0.74 | 0.23 | 0.09 | 318.25 | 0.78 | 0.57 |
| Hex | E7 | 3C | B3 | 0 | 4A | 17 | 9 | 13E | 4E | 39 |
| Octal | 347 | 74 | 263 | 0 | 112 | 27 | 11 | 476 | 116 | 71 |
| Binary | 11100111 | 111100 | 10110011 | 0 | 1001010 | 10111 | 1001 | 100111110 | 1001110 | 111001 |
Color Harmonies of #E73CB3
Complementary color
Monochromatic Colors of #E73CB3
Black with #E73CB3
Text Example
Text Example
White with #E73CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E73CB3; }
p { color: rgb(231,60,179); }
H1.HeaderClassName
{
color: #E73CB3;
}
.AnyTagClassName
{
color: #E73CB3;
}
</style>
background-color css
<style>
a { background-color: #E73CB3; }
a { background-color: rgb(231,60,179); }
div.DivClassName
{
background-color: #E73CB3;
}
.BgClassName
{
background-color: #E73CB3;
}
</style>
border-color css
<style>
span { border-color: #E73CB3; }
span { border-color: rgb(231,60,179); }
td.TdClassName
{
border-color: #E73CB3;
}
.TagClassName
{
border-color: #E73CB3;
}
</style>