Shades of Razzle Dazzle Rose #ED2CEB
Tints of Razzle Dazzle Rose #ED2CEB
RGB
CMYK
RGB Variations
Color information
#ED2CEB (or 0xED2CEB) is known color: Razzle Dazzle Rose. HEX triplet: ED, 2C and EB. RGB value is (237,44,235). Sum of RGB (Red+Green+Blue) = 237+44+235=516 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.93% from 516); Green value is 44 (17.58% from 255 or 8.53% from 516); Blue value is 235 (92.19% from 255 or 45.54% from 516); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2CEB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED2CEB is #12D314. Grayscale: #7A7A7A. Windows color (decimal): -1233685 or 15412461. OLE color: 15412461.
HSL color Cylindrical-coordinate representation of color #ED2CEB: hue angle of 300.62º 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 #ED2CEB is Cyan = 0, Magento = 0.81, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 44 | 235 | - |
| CMYK | 0 | 0.81 | 0.01 | 0.07 |
| HSL | 300.62º | 0.84% | 0.55% | - |
| HSV(B) | 300.62º | 0.81% | 0.93% | - |
| XYZ | 50.82 | 25.8 | 80.9 | - |
| YUV | 123.48 | 190.94 | 208.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 44 | 235 | 0 | 0.81 | 0.01 | 0.07 | 300.62 | 0.84 | 0.55 |
| Hex | ED | 2C | EB | 0 | 51 | 1 | 7 | 12D | 54 | 37 |
| Octal | 355 | 54 | 353 | 0 | 121 | 1 | 7 | 455 | 124 | 67 |
| Binary | 11101101 | 101100 | 11101011 | 0 | 1010001 | 1 | 111 | 100101101 | 1010100 | 110111 |
Color Harmonies of #ED2CEB
Complementary color
Monochromatic Colors of #ED2CEB
Black with #ED2CEB
Text Example
Text Example
White with #ED2CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2CEB; }
p { color: rgb(237,44,235); }
H1.HeaderClassName
{
color: #ED2CEB;
}
.AnyTagClassName
{
color: #ED2CEB;
}
</style>
background-color css
<style>
a { background-color: #ED2CEB; }
a { background-color: rgb(237,44,235); }
div.DivClassName
{
background-color: #ED2CEB;
}
.BgClassName
{
background-color: #ED2CEB;
}
</style>
border-color css
<style>
span { border-color: #ED2CEB; }
span { border-color: rgb(237,44,235); }
td.TdClassName
{
border-color: #ED2CEB;
}
.TagClassName
{
border-color: #ED2CEB;
}
</style>