Shades of Razzle Dazzle Rose #EB2EEA
Tints of Razzle Dazzle Rose #EB2EEA
RGB
CMYK
RGB Variations
Color information
#EB2EEA (or 0xEB2EEA) is known color: Razzle Dazzle Rose. HEX triplet: EB, 2E and EA. RGB value is (235,46,234). Sum of RGB (Red+Green+Blue) = 235+46+234=515 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.63% from 515); Green value is 46 (18.36% from 255 or 8.93% from 515); Blue value is 234 (91.80% from 255 or 45.44% from 515); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2EEA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EB2EEA is #14D115. Grayscale: #7B7B7B. Windows color (decimal): -1364246 or 15347435. OLE color: 15347435.
HSL color Cylindrical-coordinate representation of color #EB2EEA: hue angle of 300.32º 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 #EB2EEA is Cyan = 0, Magento = 0.80, Yellow = 0.00 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 46 | 234 | - |
| CMYK | 0 | 0.80 | 0.00 | 0.08 |
| HSL | 300.32º | 0.83% | 0.55% | - |
| HSV(B) | 300.32º | 0.8% | 0.92% | - |
| XYZ | 50.09 | 25.56 | 80.13 | - |
| YUV | 123.94 | 190.12 | 207.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 46 | 234 | 0 | 0.80 | 0.00 | 0.08 | 300.32 | 0.83 | 0.55 |
| Hex | EB | 2E | EA | 0 | 50 | 0 | 8 | 12C | 53 | 37 |
| Octal | 353 | 56 | 352 | 0 | 120 | 0 | 10 | 454 | 123 | 67 |
| Binary | 11101011 | 101110 | 11101010 | 0 | 1010000 | 0 | 1000 | 100101100 | 1010011 | 110111 |
Color Harmonies of #EB2EEA
Complementary color
Monochromatic Colors of #EB2EEA
Black with #EB2EEA
Text Example
Text Example
White with #EB2EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2EEA; }
p { color: rgb(235,46,234); }
H1.HeaderClassName
{
color: #EB2EEA;
}
.AnyTagClassName
{
color: #EB2EEA;
}
</style>
background-color css
<style>
a { background-color: #EB2EEA; }
a { background-color: rgb(235,46,234); }
div.DivClassName
{
background-color: #EB2EEA;
}
.BgClassName
{
background-color: #EB2EEA;
}
</style>
border-color css
<style>
span { border-color: #EB2EEA; }
span { border-color: rgb(235,46,234); }
td.TdClassName
{
border-color: #EB2EEA;
}
.TagClassName
{
border-color: #EB2EEA;
}
</style>