Shades of Razzle Dazzle Rose #E13ACC
Tints of Razzle Dazzle Rose #E13ACC
RGB
CMYK
RGB Variations
Color information
#E13ACC (or 0xE13ACC) is known color: Razzle Dazzle Rose. HEX triplet: E1, 3A and CC. RGB value is (225,58,204). Sum of RGB (Red+Green+Blue) = 225+58+204=487 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.20% from 487); Green value is 58 (23.05% from 255 or 11.91% from 487); Blue value is 204 (80.08% from 255 or 41.89% from 487); Max value from RGB is 225 - color contains mainly: red. Hex color #E13ACC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E13ACC is #1EC533. Grayscale: #7C7C7C. Windows color (decimal): -2016564 or 13384417. OLE color: 13384417.
HSL color Cylindrical-coordinate representation of color #E13ACC: hue angle of 307.54º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E13ACC is Cyan = 0, Magento = 0.74, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 58 | 204 | - |
| CMYK | 0 | 0.74 | 0.09 | 0.12 |
| HSL | 307.54º | 0.74% | 0.55% | - |
| HSV(B) | 307.54º | 0.74% | 0.88% | - |
| XYZ | 43.46 | 23.39 | 59.35 | - |
| YUV | 124.58 | 172.83 | 199.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 58 | 204 | 0 | 0.74 | 0.09 | 0.12 | 307.54 | 0.74 | 0.55 |
| Hex | E1 | 3A | CC | 0 | 4A | 9 | C | 134 | 4A | 37 |
| Octal | 341 | 72 | 314 | 0 | 112 | 11 | 14 | 464 | 112 | 67 |
| Binary | 11100001 | 111010 | 11001100 | 0 | 1001010 | 1001 | 1100 | 100110100 | 1001010 | 110111 |
Color Harmonies of #E13ACC
Complementary color
Monochromatic Colors of #E13ACC
Black with #E13ACC
Text Example
Text Example
White with #E13ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13ACC; }
p { color: rgb(225,58,204); }
H1.HeaderClassName
{
color: #E13ACC;
}
.AnyTagClassName
{
color: #E13ACC;
}
</style>
background-color css
<style>
a { background-color: #E13ACC; }
a { background-color: rgb(225,58,204); }
div.DivClassName
{
background-color: #E13ACC;
}
.BgClassName
{
background-color: #E13ACC;
}
</style>
border-color css
<style>
span { border-color: #E13ACC; }
span { border-color: rgb(225,58,204); }
td.TdClassName
{
border-color: #E13ACC;
}
.TagClassName
{
border-color: #E13ACC;
}
</style>