Shades of Razzle Dazzle Rose #E73CCE
Tints of Razzle Dazzle Rose #E73CCE
RGB
CMYK
RGB Variations
Color information
#E73CCE (or 0xE73CCE) is known color: Razzle Dazzle Rose. HEX triplet: E7, 3C and CE. RGB value is (231,60,206). Sum of RGB (Red+Green+Blue) = 231+60+206=497 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.48% from 497); Green value is 60 (23.83% from 255 or 12.07% from 497); Blue value is 206 (80.86% from 255 or 41.45% from 497); Max value from RGB is 231 - color contains mainly: red. Hex color #E73CCE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E73CCE is #18C331. Grayscale: #7F7F7F. Windows color (decimal): -1622834 or 13516007. OLE color: 13516007.
HSL color Cylindrical-coordinate representation of color #E73CCE: hue angle of 308.77º 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 #E73CCE is Cyan = 0, Magento = 0.74, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 60 | 206 | - |
| CMYK | 0 | 0.74 | 0.11 | 0.09 |
| HSL | 308.77º | 0.78% | 0.57% | - |
| HSV(B) | 308.77º | 0.74% | 0.91% | - |
| XYZ | 45.71 | 24.68 | 60.75 | - |
| YUV | 127.77 | 172.15 | 201.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 60 | 206 | 0 | 0.74 | 0.11 | 0.09 | 308.77 | 0.78 | 0.57 |
| Hex | E7 | 3C | CE | 0 | 4A | B | 9 | 135 | 4E | 39 |
| Octal | 347 | 74 | 316 | 0 | 112 | 13 | 11 | 465 | 116 | 71 |
| Binary | 11100111 | 111100 | 11001110 | 0 | 1001010 | 1011 | 1001 | 100110101 | 1001110 | 111001 |
Color Harmonies of #E73CCE
Complementary color
Monochromatic Colors of #E73CCE
Black with #E73CCE
Text Example
Text Example
White with #E73CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E73CCE; }
p { color: rgb(231,60,206); }
H1.HeaderClassName
{
color: #E73CCE;
}
.AnyTagClassName
{
color: #E73CCE;
}
</style>
background-color css
<style>
a { background-color: #E73CCE; }
a { background-color: rgb(231,60,206); }
div.DivClassName
{
background-color: #E73CCE;
}
.BgClassName
{
background-color: #E73CCE;
}
</style>
border-color css
<style>
span { border-color: #E73CCE; }
span { border-color: rgb(231,60,206); }
td.TdClassName
{
border-color: #E73CCE;
}
.TagClassName
{
border-color: #E73CCE;
}
</style>