Shades of Razzle Dazzle Rose #E73AC2
Tints of Razzle Dazzle Rose #E73AC2
RGB
CMYK
RGB Variations
Color information
#E73AC2 (or 0xE73AC2) is known color: Razzle Dazzle Rose. HEX triplet: E7, 3A and C2. RGB value is (231,58,194). Sum of RGB (Red+Green+Blue) = 231+58+194=483 (63% of max value = 765). Red value is 231 (90.62% from 255 or 47.83% from 483); Green value is 58 (23.05% from 255 or 12.01% from 483); Blue value is 194 (76.17% from 255 or 40.17% from 483); Max value from RGB is 231 - color contains mainly: red. Hex color #E73AC2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E73AC2 is #18C53D. Grayscale: #7C7C7C. Windows color (decimal): -1623358 or 12729063. OLE color: 12729063.
HSL color Cylindrical-coordinate representation of color #E73AC2: hue angle of 312.83º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E73AC2 is Cyan = 0, Magento = 0.75, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 58 | 194 | - |
| CMYK | 0 | 0.75 | 0.16 | 0.09 |
| HSL | 312.83º | 0.78% | 0.57% | - |
| HSV(B) | 312.83º | 0.75% | 0.91% | - |
| XYZ | 44.21 | 23.91 | 53.32 | - |
| YUV | 125.23 | 166.81 | 203.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 58 | 194 | 0 | 0.75 | 0.16 | 0.09 | 312.83 | 0.78 | 0.57 |
| Hex | E7 | 3A | C2 | 0 | 4B | 10 | 9 | 139 | 4E | 39 |
| Octal | 347 | 72 | 302 | 0 | 113 | 20 | 11 | 471 | 116 | 71 |
| Binary | 11100111 | 111010 | 11000010 | 0 | 1001011 | 10000 | 1001 | 100111001 | 1001110 | 111001 |
Color Harmonies of #E73AC2
Complementary color
Monochromatic Colors of #E73AC2
Black with #E73AC2
Text Example
Text Example
White with #E73AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E73AC2; }
p { color: rgb(231,58,194); }
H1.HeaderClassName
{
color: #E73AC2;
}
.AnyTagClassName
{
color: #E73AC2;
}
</style>
background-color css
<style>
a { background-color: #E73AC2; }
a { background-color: rgb(231,58,194); }
div.DivClassName
{
background-color: #E73AC2;
}
.BgClassName
{
background-color: #E73AC2;
}
</style>
border-color css
<style>
span { border-color: #E73AC2; }
span { border-color: rgb(231,58,194); }
td.TdClassName
{
border-color: #E73AC2;
}
.TagClassName
{
border-color: #E73AC2;
}
</style>