Shades of Razzle Dazzle Rose #E135CC
Tints of Razzle Dazzle Rose #E135CC
RGB
CMYK
RGB Variations
Color information
#E135CC (or 0xE135CC) is known color: Razzle Dazzle Rose. HEX triplet: E1, 35 and CC. RGB value is (225,53,204). Sum of RGB (Red+Green+Blue) = 225+53+204=482 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.68% from 482); Green value is 53 (21.09% from 255 or 11.00% from 482); Blue value is 204 (80.08% from 255 or 42.32% from 482); Max value from RGB is 225 - color contains mainly: red. Hex color #E135CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E135CC is #1ECA33. Grayscale: #797979. Windows color (decimal): -2017844 or 13383137. OLE color: 13383137.
HSL color Cylindrical-coordinate representation of color #E135CC: hue angle of 307.33º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E135CC is Cyan = 0, Magento = 0.76, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 53 | 204 | - |
| CMYK | 0 | 0.76 | 0.09 | 0.12 |
| HSL | 307.33º | 0.74% | 0.55% | - |
| HSV(B) | 307.33º | 0.76% | 0.88% | - |
| XYZ | 43.22 | 22.91 | 59.27 | - |
| YUV | 121.64 | 174.48 | 201.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 53 | 204 | 0 | 0.76 | 0.09 | 0.12 | 307.33 | 0.74 | 0.55 |
| Hex | E1 | 35 | CC | 0 | 4C | 9 | C | 133 | 4A | 37 |
| Octal | 341 | 65 | 314 | 0 | 114 | 11 | 14 | 463 | 112 | 67 |
| Binary | 11100001 | 110101 | 11001100 | 0 | 1001100 | 1001 | 1100 | 100110011 | 1001010 | 110111 |
Color Harmonies of #E135CC
Complementary color
Monochromatic Colors of #E135CC
Black with #E135CC
Text Example
Text Example
White with #E135CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E135CC; }
p { color: rgb(225,53,204); }
H1.HeaderClassName
{
color: #E135CC;
}
.AnyTagClassName
{
color: #E135CC;
}
</style>
background-color css
<style>
a { background-color: #E135CC; }
a { background-color: rgb(225,53,204); }
div.DivClassName
{
background-color: #E135CC;
}
.BgClassName
{
background-color: #E135CC;
}
</style>
border-color css
<style>
span { border-color: #E135CC; }
span { border-color: rgb(225,53,204); }
td.TdClassName
{
border-color: #E135CC;
}
.TagClassName
{
border-color: #E135CC;
}
</style>