Shades of Razzle Dazzle Rose #E93ACB
Tints of Razzle Dazzle Rose #E93ACB
RGB
CMYK
RGB Variations
Color information
#E93ACB (or 0xE93ACB) is known color: Razzle Dazzle Rose. HEX triplet: E9, 3A and CB. RGB value is (233,58,203). Sum of RGB (Red+Green+Blue) = 233+58+203=494 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.17% from 494); Green value is 58 (23.05% from 255 or 11.74% from 494); Blue value is 203 (79.69% from 255 or 41.09% from 494); Max value from RGB is 233 - color contains mainly: red. Hex color #E93ACB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E93ACB is #16C534. Grayscale: #7E7E7E. Windows color (decimal): -1492277 or 13318889. OLE color: 13318889.
HSL color Cylindrical-coordinate representation of color #E93ACB: hue angle of 310.29º degrees, saturation: 0.8, 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 #E93ACB is Cyan = 0, Magento = 0.75, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 58 | 203 | - |
| CMYK | 0 | 0.75 | 0.13 | 0.09 |
| HSL | 310.29º | 0.8% | 0.57% | - |
| HSV(B) | 310.29º | 0.75% | 0.91% | - |
| XYZ | 45.9 | 24.66 | 58.84 | - |
| YUV | 126.86 | 170.98 | 203.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 58 | 203 | 0 | 0.75 | 0.13 | 0.09 | 310.29 | 0.8 | 0.57 |
| Hex | E9 | 3A | CB | 0 | 4B | D | 9 | 136 | 50 | 39 |
| Octal | 351 | 72 | 313 | 0 | 113 | 15 | 11 | 466 | 120 | 71 |
| Binary | 11101001 | 111010 | 11001011 | 0 | 1001011 | 1101 | 1001 | 100110110 | 1010000 | 111001 |
Color Harmonies of #E93ACB
Complementary color
Monochromatic Colors of #E93ACB
Black with #E93ACB
Text Example
Text Example
White with #E93ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93ACB; }
p { color: rgb(233,58,203); }
H1.HeaderClassName
{
color: #E93ACB;
}
.AnyTagClassName
{
color: #E93ACB;
}
</style>
background-color css
<style>
a { background-color: #E93ACB; }
a { background-color: rgb(233,58,203); }
div.DivClassName
{
background-color: #E93ACB;
}
.BgClassName
{
background-color: #E93ACB;
}
</style>
border-color css
<style>
span { border-color: #E93ACB; }
span { border-color: rgb(233,58,203); }
td.TdClassName
{
border-color: #E93ACB;
}
.TagClassName
{
border-color: #E93ACB;
}
</style>