Shades of Razzle Dazzle Rose #ED2CBA
Tints of Razzle Dazzle Rose #ED2CBA
RGB
CMYK
RGB Variations
Color information
#ED2CBA (or 0xED2CBA) is known color: Razzle Dazzle Rose. HEX triplet: ED, 2C and BA. RGB value is (237,44,186). Sum of RGB (Red+Green+Blue) = 237+44+186=467 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.75% from 467); Green value is 44 (17.58% from 255 or 9.42% from 467); Blue value is 186 (73.05% from 255 or 39.83% from 467); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2CBA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED2CBA is #12D345. Grayscale: #757575. Windows color (decimal): -1233734 or 12201197. OLE color: 12201197.
HSL color Cylindrical-coordinate representation of color #ED2CBA: hue angle of 315.85º 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 #ED2CBA is Cyan = 0, Magento = 0.81, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 44 | 186 | - |
| CMYK | 0 | 0.81 | 0.22 | 0.07 |
| HSL | 315.85º | 0.84% | 0.55% | - |
| HSV(B) | 315.85º | 0.81% | 0.93% | - |
| XYZ | 44.69 | 23.35 | 48.61 | - |
| YUV | 117.9 | 166.44 | 212.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 44 | 186 | 0 | 0.81 | 0.22 | 0.07 | 315.85 | 0.84 | 0.55 |
| Hex | ED | 2C | BA | 0 | 51 | 16 | 7 | 13C | 54 | 37 |
| Octal | 355 | 54 | 272 | 0 | 121 | 26 | 7 | 474 | 124 | 67 |
| Binary | 11101101 | 101100 | 10111010 | 0 | 1010001 | 10110 | 111 | 100111100 | 1010100 | 110111 |
Color Harmonies of #ED2CBA
Complementary color
Monochromatic Colors of #ED2CBA
Black with #ED2CBA
Text Example
Text Example
White with #ED2CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2CBA; }
p { color: rgb(237,44,186); }
H1.HeaderClassName
{
color: #ED2CBA;
}
.AnyTagClassName
{
color: #ED2CBA;
}
</style>
background-color css
<style>
a { background-color: #ED2CBA; }
a { background-color: rgb(237,44,186); }
div.DivClassName
{
background-color: #ED2CBA;
}
.BgClassName
{
background-color: #ED2CBA;
}
</style>
border-color css
<style>
span { border-color: #ED2CBA; }
span { border-color: rgb(237,44,186); }
td.TdClassName
{
border-color: #ED2CBA;
}
.TagClassName
{
border-color: #ED2CBA;
}
</style>