Shades of Razzle Dazzle Rose #EB43C0
Tints of Razzle Dazzle Rose #EB43C0
RGB
CMYK
RGB Variations
Color information
#EB43C0 (or 0xEB43C0) is known color: Razzle Dazzle Rose. HEX triplet: EB, 43 and C0. RGB value is (235,67,192). Sum of RGB (Red+Green+Blue) = 235+67+192=494 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.57% from 494); Green value is 67 (26.56% from 255 or 13.56% from 494); Blue value is 192 (75.39% from 255 or 38.87% from 494); Max value from RGB is 235 - color contains mainly: red. Hex color #EB43C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB43C0 is #14BC3F. Grayscale: #838383. Windows color (decimal): -1358912 or 12600299. OLE color: 12600299.
HSL color Cylindrical-coordinate representation of color #EB43C0: hue angle of 315.36º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EB43C0 is Cyan = 0, Magento = 0.71, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 67 | 192 | - |
| CMYK | 0 | 0.71 | 0.18 | 0.08 |
| HSL | 315.36º | 0.81% | 0.59% | - |
| HSV(B) | 315.36º | 0.71% | 0.92% | - |
| XYZ | 45.78 | 25.48 | 52.37 | - |
| YUV | 131.48 | 162.16 | 201.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 67 | 192 | 0 | 0.71 | 0.18 | 0.08 | 315.36 | 0.81 | 0.59 |
| Hex | EB | 43 | C0 | 0 | 47 | 12 | 8 | 13B | 51 | 3B |
| Octal | 353 | 103 | 300 | 0 | 107 | 22 | 10 | 473 | 121 | 73 |
| Binary | 11101011 | 1000011 | 11000000 | 0 | 1000111 | 10010 | 1000 | 100111011 | 1010001 | 111011 |
Color Harmonies of #EB43C0
Complementary color
Monochromatic Colors of #EB43C0
Black with #EB43C0
Text Example
Text Example
White with #EB43C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB43C0; }
p { color: rgb(235,67,192); }
H1.HeaderClassName
{
color: #EB43C0;
}
.AnyTagClassName
{
color: #EB43C0;
}
</style>
background-color css
<style>
a { background-color: #EB43C0; }
a { background-color: rgb(235,67,192); }
div.DivClassName
{
background-color: #EB43C0;
}
.BgClassName
{
background-color: #EB43C0;
}
</style>
border-color css
<style>
span { border-color: #EB43C0; }
span { border-color: rgb(235,67,192); }
td.TdClassName
{
border-color: #EB43C0;
}
.TagClassName
{
border-color: #EB43C0;
}
</style>