Shades of Razzle Dazzle Rose #EB2EE5
Tints of Razzle Dazzle Rose #EB2EE5
RGB
CMYK
RGB Variations
Color information
#EB2EE5 (or 0xEB2EE5) is known color: Razzle Dazzle Rose. HEX triplet: EB, 2E and E5. RGB value is (235,46,229). Sum of RGB (Red+Green+Blue) = 235+46+229=510 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.08% from 510); Green value is 46 (18.36% from 255 or 9.02% from 510); Blue value is 229 (89.84% from 255 or 44.90% from 510); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2EE5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB2EE5 is #14D11A. Grayscale: #7A7A7A. Windows color (decimal): -1364251 or 15019755. OLE color: 15019755.
HSL color Cylindrical-coordinate representation of color #EB2EE5: hue angle of 301.9º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EB2EE5 is Cyan = 0, Magento = 0.80, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 46 | 229 | - |
| CMYK | 0 | 0.80 | 0.03 | 0.08 |
| HSL | 301.9º | 0.83% | 0.55% | - |
| HSV(B) | 301.9º | 0.8% | 0.92% | - |
| XYZ | 49.38 | 25.27 | 76.4 | - |
| YUV | 123.37 | 187.62 | 207.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 46 | 229 | 0 | 0.80 | 0.03 | 0.08 | 301.9 | 0.83 | 0.55 |
| Hex | EB | 2E | E5 | 0 | 50 | 3 | 8 | 12E | 53 | 37 |
| Octal | 353 | 56 | 345 | 0 | 120 | 3 | 10 | 456 | 123 | 67 |
| Binary | 11101011 | 101110 | 11100101 | 0 | 1010000 | 11 | 1000 | 100101110 | 1010011 | 110111 |
Color Harmonies of #EB2EE5
Complementary color
Monochromatic Colors of #EB2EE5
Black with #EB2EE5
Text Example
Text Example
White with #EB2EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2EE5; }
p { color: rgb(235,46,229); }
H1.HeaderClassName
{
color: #EB2EE5;
}
.AnyTagClassName
{
color: #EB2EE5;
}
</style>
background-color css
<style>
a { background-color: #EB2EE5; }
a { background-color: rgb(235,46,229); }
div.DivClassName
{
background-color: #EB2EE5;
}
.BgClassName
{
background-color: #EB2EE5;
}
</style>
border-color css
<style>
span { border-color: #EB2EE5; }
span { border-color: rgb(235,46,229); }
td.TdClassName
{
border-color: #EB2EE5;
}
.TagClassName
{
border-color: #EB2EE5;
}
</style>