Shades of Razzle Dazzle Rose #E135BA
Tints of Razzle Dazzle Rose #E135BA
RGB
CMYK
RGB Variations
Color information
#E135BA (or 0xE135BA) is known color: Razzle Dazzle Rose. HEX triplet: E1, 35 and BA. RGB value is (225,53,186). Sum of RGB (Red+Green+Blue) = 225+53+186=464 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.49% from 464); Green value is 53 (21.09% from 255 or 11.42% from 464); Blue value is 186 (73.05% from 255 or 40.09% from 464); Max value from RGB is 225 - color contains mainly: red. Hex color #E135BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E135BA is #1ECA45. Grayscale: #777777. Windows color (decimal): -2017862 or 12203489. OLE color: 12203489.
HSL color Cylindrical-coordinate representation of color #E135BA: hue angle of 313.6º 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 #E135BA is Cyan = 0, Magento = 0.76, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 53 | 186 | - |
| CMYK | 0 | 0.76 | 0.17 | 0.12 |
| HSL | 313.6º | 0.74% | 0.55% | - |
| HSV(B) | 313.6º | 0.76% | 0.88% | - |
| XYZ | 41.19 | 22.1 | 48.55 | - |
| YUV | 119.59 | 165.48 | 203.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 53 | 186 | 0 | 0.76 | 0.17 | 0.12 | 313.6 | 0.74 | 0.55 |
| Hex | E1 | 35 | BA | 0 | 4C | 11 | C | 13A | 4A | 37 |
| Octal | 341 | 65 | 272 | 0 | 114 | 21 | 14 | 472 | 112 | 67 |
| Binary | 11100001 | 110101 | 10111010 | 0 | 1001100 | 10001 | 1100 | 100111010 | 1001010 | 110111 |
Color Harmonies of #E135BA
Complementary color
Monochromatic Colors of #E135BA
Black with #E135BA
Text Example
Text Example
White with #E135BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E135BA; }
p { color: rgb(225,53,186); }
H1.HeaderClassName
{
color: #E135BA;
}
.AnyTagClassName
{
color: #E135BA;
}
</style>
background-color css
<style>
a { background-color: #E135BA; }
a { background-color: rgb(225,53,186); }
div.DivClassName
{
background-color: #E135BA;
}
.BgClassName
{
background-color: #E135BA;
}
</style>
border-color css
<style>
span { border-color: #E135BA; }
span { border-color: rgb(225,53,186); }
td.TdClassName
{
border-color: #E135BA;
}
.TagClassName
{
border-color: #E135BA;
}
</style>