Shades of Razzle Dazzle Rose #ED2DBA
Tints of Razzle Dazzle Rose #ED2DBA
RGB
CMYK
RGB Variations
Color information
#ED2DBA (or 0xED2DBA) is known color: Razzle Dazzle Rose. HEX triplet: ED, 2D and BA. RGB value is (237,45,186). Sum of RGB (Red+Green+Blue) = 237+45+186=468 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.64% from 468); Green value is 45 (17.97% from 255 or 9.62% from 468); Blue value is 186 (73.05% from 255 or 39.74% from 468); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2DBA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED2DBA is #12D245. Grayscale: #767676. Windows color (decimal): -1233478 or 12201453. OLE color: 12201453.
HSL color Cylindrical-coordinate representation of color #ED2DBA: hue angle of 315.94º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ED2DBA is Cyan = 0, Magento = 0.81, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 45 | 186 | - |
| CMYK | 0 | 0.81 | 0.22 | 0.07 |
| HSL | 315.94º | 0.84% | 0.55% | - |
| HSV(B) | 315.94º | 0.81% | 0.93% | - |
| XYZ | 44.73 | 23.43 | 48.62 | - |
| YUV | 118.48 | 166.11 | 212.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 45 | 186 | 0 | 0.81 | 0.22 | 0.07 | 315.94 | 0.84 | 0.55 |
| Hex | ED | 2D | BA | 0 | 51 | 16 | 7 | 13C | 54 | 37 |
| Octal | 355 | 55 | 272 | 0 | 121 | 26 | 7 | 474 | 124 | 67 |
| Binary | 11101101 | 101101 | 10111010 | 0 | 1010001 | 10110 | 111 | 100111100 | 1010100 | 110111 |
Color Harmonies of #ED2DBA
Complementary color
Monochromatic Colors of #ED2DBA
Black with #ED2DBA
Text Example
Text Example
White with #ED2DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2DBA; }
p { color: rgb(237,45,186); }
H1.HeaderClassName
{
color: #ED2DBA;
}
.AnyTagClassName
{
color: #ED2DBA;
}
</style>
background-color css
<style>
a { background-color: #ED2DBA; }
a { background-color: rgb(237,45,186); }
div.DivClassName
{
background-color: #ED2DBA;
}
.BgClassName
{
background-color: #ED2DBA;
}
</style>
border-color css
<style>
span { border-color: #ED2DBA; }
span { border-color: rgb(237,45,186); }
td.TdClassName
{
border-color: #ED2DBA;
}
.TagClassName
{
border-color: #ED2DBA;
}
</style>