Shades of Razzle Dazzle Rose #E73FCF
Tints of Razzle Dazzle Rose #E73FCF
RGB
CMYK
RGB Variations
Color information
#E73FCF (or 0xE73FCF) is known color: Razzle Dazzle Rose. HEX triplet: E7, 3F and CF. RGB value is (231,63,207). Sum of RGB (Red+Green+Blue) = 231+63+207=501 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.11% from 501); Green value is 63 (25% from 255 or 12.57% from 501); Blue value is 207 (81.25% from 255 or 41.32% from 501); Max value from RGB is 231 - color contains mainly: red. Hex color #E73FCF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E73FCF is #18C030. Grayscale: #818181. Windows color (decimal): -1622065 or 13582311. OLE color: 13582311.
HSL color Cylindrical-coordinate representation of color #E73FCF: hue angle of 308.57º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E73FCF is Cyan = 0, Magento = 0.73, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 63 | 207 | - |
| CMYK | 0 | 0.73 | 0.10 | 0.09 |
| HSL | 308.57º | 0.78% | 0.58% | - |
| HSV(B) | 308.57º | 0.73% | 0.91% | - |
| XYZ | 45.99 | 25.05 | 61.44 | - |
| YUV | 129.65 | 171.66 | 200.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 63 | 207 | 0 | 0.73 | 0.10 | 0.09 | 308.57 | 0.78 | 0.58 |
| Hex | E7 | 3F | CF | 0 | 49 | A | 9 | 135 | 4E | 3A |
| Octal | 347 | 77 | 317 | 0 | 111 | 12 | 11 | 465 | 116 | 72 |
| Binary | 11100111 | 111111 | 11001111 | 0 | 1001001 | 1010 | 1001 | 100110101 | 1001110 | 111010 |
Color Harmonies of #E73FCF
Complementary color
Monochromatic Colors of #E73FCF
Black with #E73FCF
Text Example
Text Example
White with #E73FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E73FCF; }
p { color: rgb(231,63,207); }
H1.HeaderClassName
{
color: #E73FCF;
}
.AnyTagClassName
{
color: #E73FCF;
}
</style>
background-color css
<style>
a { background-color: #E73FCF; }
a { background-color: rgb(231,63,207); }
div.DivClassName
{
background-color: #E73FCF;
}
.BgClassName
{
background-color: #E73FCF;
}
</style>
border-color css
<style>
span { border-color: #E73FCF; }
span { border-color: rgb(231,63,207); }
td.TdClassName
{
border-color: #E73FCF;
}
.TagClassName
{
border-color: #E73FCF;
}
</style>