Shades of Razzle Dazzle Rose #ED2BC6
Tints of Razzle Dazzle Rose #ED2BC6
RGB
CMYK
RGB Variations
Color information
#ED2BC6 (or 0xED2BC6) is known color: Razzle Dazzle Rose. HEX triplet: ED, 2B and C6. RGB value is (237,43,198). Sum of RGB (Red+Green+Blue) = 237+43+198=478 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.58% from 478); Green value is 43 (17.19% from 255 or 9.00% from 478); Blue value is 198 (77.73% from 255 or 41.42% from 478); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2BC6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED2BC6 is #12D439. Grayscale: #767676. Windows color (decimal): -1233978 or 12987373. OLE color: 12987373.
HSL color Cylindrical-coordinate representation of color #ED2BC6: hue angle of 312.06º 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 #ED2BC6 is Cyan = 0, Magento = 0.82, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 43 | 198 | - |
| CMYK | 0 | 0.82 | 0.16 | 0.07 |
| HSL | 312.06º | 0.84% | 0.55% | - |
| HSV(B) | 312.06º | 0.82% | 0.93% | - |
| XYZ | 45.98 | 23.81 | 55.6 | - |
| YUV | 118.68 | 172.77 | 212.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 43 | 198 | 0 | 0.82 | 0.16 | 0.07 | 312.06 | 0.84 | 0.55 |
| Hex | ED | 2B | C6 | 0 | 52 | 10 | 7 | 138 | 54 | 37 |
| Octal | 355 | 53 | 306 | 0 | 122 | 20 | 7 | 470 | 124 | 67 |
| Binary | 11101101 | 101011 | 11000110 | 0 | 1010010 | 10000 | 111 | 100111000 | 1010100 | 110111 |
Color Harmonies of #ED2BC6
Complementary color
Monochromatic Colors of #ED2BC6
Black with #ED2BC6
Text Example
Text Example
White with #ED2BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2BC6; }
p { color: rgb(237,43,198); }
H1.HeaderClassName
{
color: #ED2BC6;
}
.AnyTagClassName
{
color: #ED2BC6;
}
</style>
background-color css
<style>
a { background-color: #ED2BC6; }
a { background-color: rgb(237,43,198); }
div.DivClassName
{
background-color: #ED2BC6;
}
.BgClassName
{
background-color: #ED2BC6;
}
</style>
border-color css
<style>
span { border-color: #ED2BC6; }
span { border-color: rgb(237,43,198); }
td.TdClassName
{
border-color: #ED2BC6;
}
.TagClassName
{
border-color: #ED2BC6;
}
</style>