Shades of Razzle Dazzle Rose #EB25C1
Tints of Razzle Dazzle Rose #EB25C1
RGB
CMYK
RGB Variations
Color information
#EB25C1 (or 0xEB25C1) is known color: Razzle Dazzle Rose. HEX triplet: EB, 25 and C1. RGB value is (235,37,193). Sum of RGB (Red+Green+Blue) = 235+37+193=465 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.54% from 465); Green value is 37 (14.84% from 255 or 7.96% from 465); Blue value is 193 (75.78% from 255 or 41.51% from 465); Max value from RGB is 235 - color contains mainly: red. Hex color #EB25C1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB25C1 is #14DA3E. Grayscale: #717171. Windows color (decimal): -1366591 or 12658155. OLE color: 12658155.
HSL color Cylindrical-coordinate representation of color #EB25C1: hue angle of 312.73º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EB25C1 is Cyan = 0, Magento = 0.84, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 37 | 193 | - |
| CMYK | 0 | 0.84 | 0.18 | 0.08 |
| HSL | 312.73º | 0.83% | 0.53% | - |
| HSV(B) | 312.73º | 0.84% | 0.92% | - |
| XYZ | 44.55 | 22.84 | 52.51 | - |
| YUV | 113.99 | 172.6 | 214.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 37 | 193 | 0 | 0.84 | 0.18 | 0.08 | 312.73 | 0.83 | 0.53 |
| Hex | EB | 25 | C1 | 0 | 54 | 12 | 8 | 139 | 53 | 35 |
| Octal | 353 | 45 | 301 | 0 | 124 | 22 | 10 | 471 | 123 | 65 |
| Binary | 11101011 | 100101 | 11000001 | 0 | 1010100 | 10010 | 1000 | 100111001 | 1010011 | 110101 |
Color Harmonies of #EB25C1
Complementary color
Monochromatic Colors of #EB25C1
Black with #EB25C1
Text Example
Text Example
White with #EB25C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB25C1; }
p { color: rgb(235,37,193); }
H1.HeaderClassName
{
color: #EB25C1;
}
.AnyTagClassName
{
color: #EB25C1;
}
</style>
background-color css
<style>
a { background-color: #EB25C1; }
a { background-color: rgb(235,37,193); }
div.DivClassName
{
background-color: #EB25C1;
}
.BgClassName
{
background-color: #EB25C1;
}
</style>
border-color css
<style>
span { border-color: #EB25C1; }
span { border-color: rgb(235,37,193); }
td.TdClassName
{
border-color: #EB25C1;
}
.TagClassName
{
border-color: #EB25C1;
}
</style>