Shades of Razzle Dazzle Rose #EB2CC1
Tints of Razzle Dazzle Rose #EB2CC1
RGB
CMYK
RGB Variations
Color information
#EB2CC1 (or 0xEB2CC1) is known color: Razzle Dazzle Rose. HEX triplet: EB, 2C and C1. RGB value is (235,44,193). Sum of RGB (Red+Green+Blue) = 235+44+193=472 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.79% from 472); Green value is 44 (17.58% from 255 or 9.32% from 472); Blue value is 193 (75.78% from 255 or 40.89% from 472); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2CC1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB2CC1 is #14D33E. Grayscale: #757575. Windows color (decimal): -1364799 or 12659947. OLE color: 12659947.
HSL color Cylindrical-coordinate representation of color #EB2CC1: hue angle of 313.19º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EB2CC1 is Cyan = 0, Magento = 0.81, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 44 | 193 | - |
| CMYK | 0 | 0.81 | 0.18 | 0.08 |
| HSL | 313.19º | 0.83% | 0.55% | - |
| HSV(B) | 313.19º | 0.81% | 0.92% | - |
| XYZ | 44.79 | 23.31 | 52.59 | - |
| YUV | 118.1 | 170.28 | 211.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 44 | 193 | 0 | 0.81 | 0.18 | 0.08 | 313.19 | 0.83 | 0.55 |
| Hex | EB | 2C | C1 | 0 | 51 | 12 | 8 | 139 | 53 | 37 |
| Octal | 353 | 54 | 301 | 0 | 121 | 22 | 10 | 471 | 123 | 67 |
| Binary | 11101011 | 101100 | 11000001 | 0 | 1010001 | 10010 | 1000 | 100111001 | 1010011 | 110111 |
Color Harmonies of #EB2CC1
Complementary color
Monochromatic Colors of #EB2CC1
Black with #EB2CC1
Text Example
Text Example
White with #EB2CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2CC1; }
p { color: rgb(235,44,193); }
H1.HeaderClassName
{
color: #EB2CC1;
}
.AnyTagClassName
{
color: #EB2CC1;
}
</style>
background-color css
<style>
a { background-color: #EB2CC1; }
a { background-color: rgb(235,44,193); }
div.DivClassName
{
background-color: #EB2CC1;
}
.BgClassName
{
background-color: #EB2CC1;
}
</style>
border-color css
<style>
span { border-color: #EB2CC1; }
span { border-color: rgb(235,44,193); }
td.TdClassName
{
border-color: #EB2CC1;
}
.TagClassName
{
border-color: #EB2CC1;
}
</style>