Shades of Razzle Dazzle Rose #EB29C1
Tints of Razzle Dazzle Rose #EB29C1
RGB
CMYK
RGB Variations
Color information
#EB29C1 (or 0xEB29C1) is known color: Razzle Dazzle Rose. HEX triplet: EB, 29 and C1. RGB value is (235,41,193). Sum of RGB (Red+Green+Blue) = 235+41+193=469 (62% of max value = 765). Red value is 235 (92.19% from 255 or 50.11% from 469); Green value is 41 (16.41% from 255 or 8.74% from 469); Blue value is 193 (75.78% from 255 or 41.15% from 469); Max value from RGB is 235 - color contains mainly: red. Hex color #EB29C1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB29C1 is #14D63E. Grayscale: #737373. Windows color (decimal): -1365567 or 12659179. OLE color: 12659179.
HSL color Cylindrical-coordinate representation of color #EB29C1: hue angle of 312.99º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EB29C1 is Cyan = 0, Magento = 0.83, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 41 | 193 | - |
| CMYK | 0 | 0.83 | 0.18 | 0.08 |
| HSL | 312.99º | 0.83% | 0.54% | - |
| HSV(B) | 312.99º | 0.83% | 0.92% | - |
| XYZ | 44.68 | 23.1 | 52.56 | - |
| YUV | 116.33 | 171.27 | 212.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 41 | 193 | 0 | 0.83 | 0.18 | 0.08 | 312.99 | 0.83 | 0.54 |
| Hex | EB | 29 | C1 | 0 | 53 | 12 | 8 | 139 | 53 | 36 |
| Octal | 353 | 51 | 301 | 0 | 123 | 22 | 10 | 471 | 123 | 66 |
| Binary | 11101011 | 101001 | 11000001 | 0 | 1010011 | 10010 | 1000 | 100111001 | 1010011 | 110110 |
Color Harmonies of #EB29C1
Complementary color
Monochromatic Colors of #EB29C1
Black with #EB29C1
Text Example
Text Example
White with #EB29C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB29C1; }
p { color: rgb(235,41,193); }
H1.HeaderClassName
{
color: #EB29C1;
}
.AnyTagClassName
{
color: #EB29C1;
}
</style>
background-color css
<style>
a { background-color: #EB29C1; }
a { background-color: rgb(235,41,193); }
div.DivClassName
{
background-color: #EB29C1;
}
.BgClassName
{
background-color: #EB29C1;
}
</style>
border-color css
<style>
span { border-color: #EB29C1; }
span { border-color: rgb(235,41,193); }
td.TdClassName
{
border-color: #EB29C1;
}
.TagClassName
{
border-color: #EB29C1;
}
</style>