Shades of Razzle Dazzle Rose #E53CC3
Tints of Razzle Dazzle Rose #E53CC3
RGB
CMYK
RGB Variations
Color information
#E53CC3 (or 0xE53CC3) is known color: Razzle Dazzle Rose. HEX triplet: E5, 3C and C3. RGB value is (229,60,195). Sum of RGB (Red+Green+Blue) = 229+60+195=484 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.31% from 484); Green value is 60 (23.83% from 255 or 12.40% from 484); Blue value is 195 (76.56% from 255 or 40.29% from 484); Max value from RGB is 229 - color contains mainly: red. Hex color #E53CC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E53CC3 is #1AC33C. Grayscale: #7D7D7D. Windows color (decimal): -1753917 or 12795109. OLE color: 12795109.
HSL color Cylindrical-coordinate representation of color #E53CC3: hue angle of 312.07º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E53CC3 is Cyan = 0, Magento = 0.74, Yellow = 0.15 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 60 | 195 | - |
| CMYK | 0 | 0.74 | 0.15 | 0.10 |
| HSL | 312.07º | 0.76% | 0.57% | - |
| HSV(B) | 312.07º | 0.74% | 0.9% | - |
| XYZ | 43.78 | 23.83 | 53.92 | - |
| YUV | 125.92 | 166.99 | 201.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 60 | 195 | 0 | 0.74 | 0.15 | 0.10 | 312.07 | 0.76 | 0.57 |
| Hex | E5 | 3C | C3 | 0 | 4A | F | A | 138 | 4C | 39 |
| Octal | 345 | 74 | 303 | 0 | 112 | 17 | 12 | 470 | 114 | 71 |
| Binary | 11100101 | 111100 | 11000011 | 0 | 1001010 | 1111 | 1010 | 100111000 | 1001100 | 111001 |
Color Harmonies of #E53CC3
Complementary color
Monochromatic Colors of #E53CC3
Black with #E53CC3
Text Example
Text Example
White with #E53CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53CC3; }
p { color: rgb(229,60,195); }
H1.HeaderClassName
{
color: #E53CC3;
}
.AnyTagClassName
{
color: #E53CC3;
}
</style>
background-color css
<style>
a { background-color: #E53CC3; }
a { background-color: rgb(229,60,195); }
div.DivClassName
{
background-color: #E53CC3;
}
.BgClassName
{
background-color: #E53CC3;
}
</style>
border-color css
<style>
span { border-color: #E53CC3; }
span { border-color: rgb(229,60,195); }
td.TdClassName
{
border-color: #E53CC3;
}
.TagClassName
{
border-color: #E53CC3;
}
</style>