Shades of Razzle Dazzle Rose #E73ED2
Tints of Razzle Dazzle Rose #E73ED2
RGB
CMYK
RGB Variations
Color information
#E73ED2 (or 0xE73ED2) is known color: Razzle Dazzle Rose. HEX triplet: E7, 3E and D2. RGB value is (231,62,210). Sum of RGB (Red+Green+Blue) = 231+62+210=503 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.92% from 503); Green value is 62 (24.61% from 255 or 12.33% from 503); Blue value is 210 (82.42% from 255 or 41.75% from 503); Max value from RGB is 231 - color contains mainly: red. Hex color #E73ED2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E73ED2 is #18C12D. Grayscale: #808080. Windows color (decimal): -1622318 or 13778663. OLE color: 13778663.
HSL color Cylindrical-coordinate representation of color #E73ED2: hue angle of 307.46º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E73ED2 is Cyan = 0, Magento = 0.73, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 62 | 210 | - |
| CMYK | 0 | 0.73 | 0.09 | 0.09 |
| HSL | 307.46º | 0.78% | 0.57% | - |
| HSV(B) | 307.46º | 0.73% | 0.91% | - |
| XYZ | 46.31 | 25.09 | 63.37 | - |
| YUV | 129.4 | 173.49 | 200.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 62 | 210 | 0 | 0.73 | 0.09 | 0.09 | 307.46 | 0.78 | 0.57 |
| Hex | E7 | 3E | D2 | 0 | 49 | 9 | 9 | 133 | 4E | 39 |
| Octal | 347 | 76 | 322 | 0 | 111 | 11 | 11 | 463 | 116 | 71 |
| Binary | 11100111 | 111110 | 11010010 | 0 | 1001001 | 1001 | 1001 | 100110011 | 1001110 | 111001 |
Color Harmonies of #E73ED2
Complementary color
Monochromatic Colors of #E73ED2
Black with #E73ED2
Text Example
Text Example
White with #E73ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E73ED2; }
p { color: rgb(231,62,210); }
H1.HeaderClassName
{
color: #E73ED2;
}
.AnyTagClassName
{
color: #E73ED2;
}
</style>
background-color css
<style>
a { background-color: #E73ED2; }
a { background-color: rgb(231,62,210); }
div.DivClassName
{
background-color: #E73ED2;
}
.BgClassName
{
background-color: #E73ED2;
}
</style>
border-color css
<style>
span { border-color: #E73ED2; }
span { border-color: rgb(231,62,210); }
td.TdClassName
{
border-color: #E73ED2;
}
.TagClassName
{
border-color: #E73ED2;
}
</style>