Shades of Razzle Dazzle Rose #E538CC
Tints of Razzle Dazzle Rose #E538CC
RGB
CMYK
RGB Variations
Color information
#E538CC (or 0xE538CC) is known color: Razzle Dazzle Rose. HEX triplet: E5, 38 and CC. RGB value is (229,56,204). Sum of RGB (Red+Green+Blue) = 229+56+204=489 (64% of max value = 765). Red value is 229 (89.84% from 255 or 46.83% from 489); Green value is 56 (22.27% from 255 or 11.45% from 489); Blue value is 204 (80.08% from 255 or 41.72% from 489); Max value from RGB is 229 - color contains mainly: red. Hex color #E538CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E538CC is #1AC733. Grayscale: #7C7C7C. Windows color (decimal): -1754932 or 13383909. OLE color: 13383909.
HSL color Cylindrical-coordinate representation of color #E538CC: hue angle of 308.67º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E538CC is Cyan = 0, Magento = 0.76, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 56 | 204 | - |
| CMYK | 0 | 0.76 | 0.11 | 0.10 |
| HSL | 308.67º | 0.77% | 0.56% | - |
| HSV(B) | 308.67º | 0.76% | 0.9% | - |
| XYZ | 44.63 | 23.85 | 59.38 | - |
| YUV | 124.6 | 172.81 | 202.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 56 | 204 | 0 | 0.76 | 0.11 | 0.10 | 308.67 | 0.77 | 0.56 |
| Hex | E5 | 38 | CC | 0 | 4C | B | A | 135 | 4D | 38 |
| Octal | 345 | 70 | 314 | 0 | 114 | 13 | 12 | 465 | 115 | 70 |
| Binary | 11100101 | 111000 | 11001100 | 0 | 1001100 | 1011 | 1010 | 100110101 | 1001101 | 111000 |
Color Harmonies of #E538CC
Complementary color
Monochromatic Colors of #E538CC
Black with #E538CC
Text Example
Text Example
White with #E538CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E538CC; }
p { color: rgb(229,56,204); }
H1.HeaderClassName
{
color: #E538CC;
}
.AnyTagClassName
{
color: #E538CC;
}
</style>
background-color css
<style>
a { background-color: #E538CC; }
a { background-color: rgb(229,56,204); }
div.DivClassName
{
background-color: #E538CC;
}
.BgClassName
{
background-color: #E538CC;
}
</style>
border-color css
<style>
span { border-color: #E538CC; }
span { border-color: rgb(229,56,204); }
td.TdClassName
{
border-color: #E538CC;
}
.TagClassName
{
border-color: #E538CC;
}
</style>