Shades of Razzle Dazzle Rose #ED2BBA
Tints of Razzle Dazzle Rose #ED2BBA
RGB
CMYK
RGB Variations
Color information
#ED2BBA (or 0xED2BBA) is known color: Razzle Dazzle Rose. HEX triplet: ED, 2B and BA. RGB value is (237,43,186). Sum of RGB (Red+Green+Blue) = 237+43+186=466 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.86% from 466); Green value is 43 (17.19% from 255 or 9.23% from 466); Blue value is 186 (73.05% from 255 or 39.91% from 466); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2BBA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED2BBA is #12D445. Grayscale: #747474. Windows color (decimal): -1233990 or 12200941. OLE color: 12200941.
HSL color Cylindrical-coordinate representation of color #ED2BBA: hue angle of 315.77º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ED2BBA is Cyan = 0, Magento = 0.82, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 43 | 186 | - |
| CMYK | 0 | 0.82 | 0.22 | 0.07 |
| HSL | 315.77º | 0.84% | 0.55% | - |
| HSV(B) | 315.77º | 0.82% | 0.93% | - |
| XYZ | 44.65 | 23.28 | 48.59 | - |
| YUV | 117.31 | 166.77 | 213.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 43 | 186 | 0 | 0.82 | 0.22 | 0.07 | 315.77 | 0.84 | 0.55 |
| Hex | ED | 2B | BA | 0 | 52 | 16 | 7 | 13C | 54 | 37 |
| Octal | 355 | 53 | 272 | 0 | 122 | 26 | 7 | 474 | 124 | 67 |
| Binary | 11101101 | 101011 | 10111010 | 0 | 1010010 | 10110 | 111 | 100111100 | 1010100 | 110111 |
Color Harmonies of #ED2BBA
Complementary color
Monochromatic Colors of #ED2BBA
Black with #ED2BBA
Text Example
Text Example
White with #ED2BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2BBA; }
p { color: rgb(237,43,186); }
H1.HeaderClassName
{
color: #ED2BBA;
}
.AnyTagClassName
{
color: #ED2BBA;
}
</style>
background-color css
<style>
a { background-color: #ED2BBA; }
a { background-color: rgb(237,43,186); }
div.DivClassName
{
background-color: #ED2BBA;
}
.BgClassName
{
background-color: #ED2BBA;
}
</style>
border-color css
<style>
span { border-color: #ED2BBA; }
span { border-color: rgb(237,43,186); }
td.TdClassName
{
border-color: #ED2BBA;
}
.TagClassName
{
border-color: #ED2BBA;
}
</style>