Shades of Razzle Dazzle Rose #E33ACD
Tints of Razzle Dazzle Rose #E33ACD
RGB
CMYK
RGB Variations
Color information
#E33ACD (or 0xE33ACD) is known color: Razzle Dazzle Rose. HEX triplet: E3, 3A and CD. RGB value is (227,58,205). Sum of RGB (Red+Green+Blue) = 227+58+205=490 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.33% from 490); Green value is 58 (23.05% from 255 or 11.84% from 490); Blue value is 205 (80.47% from 255 or 41.84% from 490); Max value from RGB is 227 - color contains mainly: red. Hex color #E33ACD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E33ACD is #1CC532. Grayscale: #7C7C7C. Windows color (decimal): -1885491 or 13449955. OLE color: 13449955.
HSL color Cylindrical-coordinate representation of color #E33ACD: hue angle of 307.81º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E33ACD is Cyan = 0, Magento = 0.74, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 58 | 205 | - |
| CMYK | 0 | 0.74 | 0.10 | 0.11 |
| HSL | 307.81º | 0.75% | 0.56% | - |
| HSV(B) | 307.81º | 0.74% | 0.89% | - |
| XYZ | 44.21 | 23.76 | 60.01 | - |
| YUV | 125.29 | 172.99 | 200.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 58 | 205 | 0 | 0.74 | 0.10 | 0.11 | 307.81 | 0.75 | 0.56 |
| Hex | E3 | 3A | CD | 0 | 4A | A | B | 134 | 4B | 38 |
| Octal | 343 | 72 | 315 | 0 | 112 | 12 | 13 | 464 | 113 | 70 |
| Binary | 11100011 | 111010 | 11001101 | 0 | 1001010 | 1010 | 1011 | 100110100 | 1001011 | 111000 |
Color Harmonies of #E33ACD
Complementary color
Monochromatic Colors of #E33ACD
Black with #E33ACD
Text Example
Text Example
White with #E33ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E33ACD; }
p { color: rgb(227,58,205); }
H1.HeaderClassName
{
color: #E33ACD;
}
.AnyTagClassName
{
color: #E33ACD;
}
</style>
background-color css
<style>
a { background-color: #E33ACD; }
a { background-color: rgb(227,58,205); }
div.DivClassName
{
background-color: #E33ACD;
}
.BgClassName
{
background-color: #E33ACD;
}
</style>
border-color css
<style>
span { border-color: #E33ACD; }
span { border-color: rgb(227,58,205); }
td.TdClassName
{
border-color: #E33ACD;
}
.TagClassName
{
border-color: #E33ACD;
}
</style>