Shades of Razzle Dazzle Rose #EB2FBA
Tints of Razzle Dazzle Rose #EB2FBA
RGB
CMYK
RGB Variations
Color information
#EB2FBA (or 0xEB2FBA) is known color: Razzle Dazzle Rose. HEX triplet: EB, 2F and BA. RGB value is (235,47,186). Sum of RGB (Red+Green+Blue) = 235+47+186=468 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.21% from 468); Green value is 47 (18.75% from 255 or 10.04% from 468); Blue value is 186 (73.05% from 255 or 39.74% from 468); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2FBA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB2FBA is #14D045. Grayscale: #767676. Windows color (decimal): -1364038 or 12201963. OLE color: 12201963.
HSL color Cylindrical-coordinate representation of color #EB2FBA: hue angle of 315.64º degrees, saturation: 0.82, 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 #EB2FBA is Cyan = 0, Magento = 0.8, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 47 | 186 | - |
| CMYK | 0 | 0.8 | 0.21 | 0.08 |
| HSL | 315.64º | 0.82% | 0.55% | - |
| HSV(B) | 315.64º | 0.8% | 0.92% | - |
| XYZ | 44.14 | 23.24 | 48.61 | - |
| YUV | 119.06 | 165.78 | 210.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 47 | 186 | 0 | 0.8 | 0.21 | 0.08 | 315.64 | 0.82 | 0.55 |
| Hex | EB | 2F | BA | 0 | 50 | 15 | 8 | 13C | 52 | 37 |
| Octal | 353 | 57 | 272 | 0 | 120 | 25 | 10 | 474 | 122 | 67 |
| Binary | 11101011 | 101111 | 10111010 | 0 | 1010000 | 10101 | 1000 | 100111100 | 1010010 | 110111 |
Color Harmonies of #EB2FBA
Complementary color
Monochromatic Colors of #EB2FBA
Black with #EB2FBA
Text Example
Text Example
White with #EB2FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2FBA; }
p { color: rgb(235,47,186); }
H1.HeaderClassName
{
color: #EB2FBA;
}
.AnyTagClassName
{
color: #EB2FBA;
}
</style>
background-color css
<style>
a { background-color: #EB2FBA; }
a { background-color: rgb(235,47,186); }
div.DivClassName
{
background-color: #EB2FBA;
}
.BgClassName
{
background-color: #EB2FBA;
}
</style>
border-color css
<style>
span { border-color: #EB2FBA; }
span { border-color: rgb(235,47,186); }
td.TdClassName
{
border-color: #EB2FBA;
}
.TagClassName
{
border-color: #EB2FBA;
}
</style>