Shades of Razzle Dazzle Rose #ED2BC5
Tints of Razzle Dazzle Rose #ED2BC5
RGB
CMYK
RGB Variations
Color information
#ED2BC5 (or 0xED2BC5) is known color: Razzle Dazzle Rose. HEX triplet: ED, 2B and C5. RGB value is (237,43,197). Sum of RGB (Red+Green+Blue) = 237+43+197=477 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.69% from 477); Green value is 43 (17.19% from 255 or 9.01% from 477); Blue value is 197 (77.34% from 255 or 41.30% from 477); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2BC5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED2BC5 is #12D43A. Grayscale: #767676. Windows color (decimal): -1233979 or 12921837. OLE color: 12921837.
HSL color Cylindrical-coordinate representation of color #ED2BC5: hue angle of 312.37º 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 #ED2BC5 is Cyan = 0, Magento = 0.82, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 43 | 197 | - |
| CMYK | 0 | 0.82 | 0.17 | 0.07 |
| HSL | 312.37º | 0.84% | 0.55% | - |
| HSV(B) | 312.37º | 0.82% | 0.93% | - |
| XYZ | 45.87 | 23.76 | 54.99 | - |
| YUV | 118.56 | 172.27 | 212.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 43 | 197 | 0 | 0.82 | 0.17 | 0.07 | 312.37 | 0.84 | 0.55 |
| Hex | ED | 2B | C5 | 0 | 52 | 11 | 7 | 138 | 54 | 37 |
| Octal | 355 | 53 | 305 | 0 | 122 | 21 | 7 | 470 | 124 | 67 |
| Binary | 11101101 | 101011 | 11000101 | 0 | 1010010 | 10001 | 111 | 100111000 | 1010100 | 110111 |
Color Harmonies of #ED2BC5
Complementary color
Monochromatic Colors of #ED2BC5
Black with #ED2BC5
Text Example
Text Example
White with #ED2BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2BC5; }
p { color: rgb(237,43,197); }
H1.HeaderClassName
{
color: #ED2BC5;
}
.AnyTagClassName
{
color: #ED2BC5;
}
</style>
background-color css
<style>
a { background-color: #ED2BC5; }
a { background-color: rgb(237,43,197); }
div.DivClassName
{
background-color: #ED2BC5;
}
.BgClassName
{
background-color: #ED2BC5;
}
</style>
border-color css
<style>
span { border-color: #ED2BC5; }
span { border-color: rgb(237,43,197); }
td.TdClassName
{
border-color: #ED2BC5;
}
.TagClassName
{
border-color: #ED2BC5;
}
</style>