Shades of Razzle Dazzle Rose #E635BA
Tints of Razzle Dazzle Rose #E635BA
RGB
CMYK
RGB Variations
Color information
#E635BA (or 0xE635BA) is known color: Razzle Dazzle Rose. HEX triplet: E6, 35 and BA. RGB value is (230,53,186). Sum of RGB (Red+Green+Blue) = 230+53+186=469 (62% of max value = 765). Red value is 230 (90.23% from 255 or 49.04% from 469); Green value is 53 (21.09% from 255 or 11.30% from 469); Blue value is 186 (73.05% from 255 or 39.66% from 469); Max value from RGB is 230 - color contains mainly: red. Hex color #E635BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E635BA is #19CA45. Grayscale: #787878. Windows color (decimal): -1690182 or 12203494. OLE color: 12203494.
HSL color Cylindrical-coordinate representation of color #E635BA: hue angle of 314.92º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E635BA is Cyan = 0, Magento = 0.77, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 53 | 186 | - |
| CMYK | 0 | 0.77 | 0.19 | 0.10 |
| HSL | 314.92º | 0.78% | 0.55% | - |
| HSV(B) | 314.92º | 0.77% | 0.9% | - |
| XYZ | 42.77 | 22.91 | 48.62 | - |
| YUV | 121.09 | 164.64 | 205.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 53 | 186 | 0 | 0.77 | 0.19 | 0.10 | 314.92 | 0.78 | 0.55 |
| Hex | E6 | 35 | BA | 0 | 4D | 13 | A | 13B | 4E | 37 |
| Octal | 346 | 65 | 272 | 0 | 115 | 23 | 12 | 473 | 116 | 67 |
| Binary | 11100110 | 110101 | 10111010 | 0 | 1001101 | 10011 | 1010 | 100111011 | 1001110 | 110111 |
Color Harmonies of #E635BA
Complementary color
Monochromatic Colors of #E635BA
Black with #E635BA
Text Example
Text Example
White with #E635BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E635BA; }
p { color: rgb(230,53,186); }
H1.HeaderClassName
{
color: #E635BA;
}
.AnyTagClassName
{
color: #E635BA;
}
</style>
background-color css
<style>
a { background-color: #E635BA; }
a { background-color: rgb(230,53,186); }
div.DivClassName
{
background-color: #E635BA;
}
.BgClassName
{
background-color: #E635BA;
}
</style>
border-color css
<style>
span { border-color: #E635BA; }
span { border-color: rgb(230,53,186); }
td.TdClassName
{
border-color: #E635BA;
}
.TagClassName
{
border-color: #E635BA;
}
</style>