Shades of Razzle Dazzle Rose #ED2BCD
Tints of Razzle Dazzle Rose #ED2BCD
RGB
CMYK
RGB Variations
Color information
#ED2BCD (or 0xED2BCD) is known color: Razzle Dazzle Rose. HEX triplet: ED, 2B and CD. RGB value is (237,43,205). Sum of RGB (Red+Green+Blue) = 237+43+205=485 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.87% from 485); Green value is 43 (17.19% from 255 or 8.87% from 485); Blue value is 205 (80.47% from 255 or 42.27% from 485); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2BCD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED2BCD is #12D432. Grayscale: #777777. Windows color (decimal): -1233971 or 13446125. OLE color: 13446125.
HSL color Cylindrical-coordinate representation of color #ED2BCD: hue angle of 309.9º 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 #ED2BCD is Cyan = 0, Magento = 0.82, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 43 | 205 | - |
| CMYK | 0 | 0.82 | 0.14 | 0.07 |
| HSL | 309.9º | 0.84% | 0.55% | - |
| HSV(B) | 309.9º | 0.82% | 0.93% | - |
| XYZ | 46.81 | 24.14 | 59.95 | - |
| YUV | 119.47 | 176.27 | 211.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 43 | 205 | 0 | 0.82 | 0.14 | 0.07 | 309.9 | 0.84 | 0.55 |
| Hex | ED | 2B | CD | 0 | 52 | E | 7 | 136 | 54 | 37 |
| Octal | 355 | 53 | 315 | 0 | 122 | 16 | 7 | 466 | 124 | 67 |
| Binary | 11101101 | 101011 | 11001101 | 0 | 1010010 | 1110 | 111 | 100110110 | 1010100 | 110111 |
Color Harmonies of #ED2BCD
Complementary color
Monochromatic Colors of #ED2BCD
Black with #ED2BCD
Text Example
Text Example
White with #ED2BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2BCD; }
p { color: rgb(237,43,205); }
H1.HeaderClassName
{
color: #ED2BCD;
}
.AnyTagClassName
{
color: #ED2BCD;
}
</style>
background-color css
<style>
a { background-color: #ED2BCD; }
a { background-color: rgb(237,43,205); }
div.DivClassName
{
background-color: #ED2BCD;
}
.BgClassName
{
background-color: #ED2BCD;
}
</style>
border-color css
<style>
span { border-color: #ED2BCD; }
span { border-color: rgb(237,43,205); }
td.TdClassName
{
border-color: #ED2BCD;
}
.TagClassName
{
border-color: #ED2BCD;
}
</style>