Shades of Razzle Dazzle Rose #EB44C0
Tints of Razzle Dazzle Rose #EB44C0
RGB
CMYK
RGB Variations
Color information
#EB44C0 (or 0xEB44C0) is known color: Razzle Dazzle Rose. HEX triplet: EB, 44 and C0. RGB value is (235,68,192). Sum of RGB (Red+Green+Blue) = 235+68+192=495 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.47% from 495); Green value is 68 (26.95% from 255 or 13.74% from 495); Blue value is 192 (75.39% from 255 or 38.79% from 495); Max value from RGB is 235 - color contains mainly: red. Hex color #EB44C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB44C0 is #14BB3F. Grayscale: #838383. Windows color (decimal): -1358656 or 12600555. OLE color: 12600555.
HSL color Cylindrical-coordinate representation of color #EB44C0: hue angle of 315.45º 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 #EB44C0 is Cyan = 0, Magento = 0.71, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 68 | 192 | - |
| CMYK | 0 | 0.71 | 0.18 | 0.08 |
| HSL | 315.45º | 0.81% | 0.59% | - |
| HSV(B) | 315.45º | 0.71% | 0.92% | - |
| XYZ | 45.84 | 25.6 | 52.39 | - |
| YUV | 132.07 | 161.83 | 201.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 68 | 192 | 0 | 0.71 | 0.18 | 0.08 | 315.45 | 0.81 | 0.59 |
| Hex | EB | 44 | C0 | 0 | 47 | 12 | 8 | 13B | 51 | 3B |
| Octal | 353 | 104 | 300 | 0 | 107 | 22 | 10 | 473 | 121 | 73 |
| Binary | 11101011 | 1000100 | 11000000 | 0 | 1000111 | 10010 | 1000 | 100111011 | 1010001 | 111011 |
Color Harmonies of #EB44C0
Complementary color
Monochromatic Colors of #EB44C0
Black with #EB44C0
Text Example
Text Example
White with #EB44C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB44C0; }
p { color: rgb(235,68,192); }
H1.HeaderClassName
{
color: #EB44C0;
}
.AnyTagClassName
{
color: #EB44C0;
}
</style>
background-color css
<style>
a { background-color: #EB44C0; }
a { background-color: rgb(235,68,192); }
div.DivClassName
{
background-color: #EB44C0;
}
.BgClassName
{
background-color: #EB44C0;
}
</style>
border-color css
<style>
span { border-color: #EB44C0; }
span { border-color: rgb(235,68,192); }
td.TdClassName
{
border-color: #EB44C0;
}
.TagClassName
{
border-color: #EB44C0;
}
</style>