Shades of Razzle Dazzle Rose #ED2BEA
Tints of Razzle Dazzle Rose #ED2BEA
RGB
CMYK
RGB Variations
Color information
#ED2BEA (or 0xED2BEA) is known color: Razzle Dazzle Rose. HEX triplet: ED, 2B and EA. RGB value is (237,43,234). Sum of RGB (Red+Green+Blue) = 237+43+234=514 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.11% from 514); Green value is 43 (17.19% from 255 or 8.37% from 514); Blue value is 234 (91.80% from 255 or 45.53% from 514); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2BEA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED2BEA is #12D415. Grayscale: #7A7A7A. Windows color (decimal): -1233942 or 15346669. OLE color: 15346669.
HSL color Cylindrical-coordinate representation of color #ED2BEA: hue angle of 300.93º 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 #ED2BEA is Cyan = 0, Magento = 0.82, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 43 | 234 | - |
| CMYK | 0 | 0.82 | 0.01 | 0.07 |
| HSL | 300.93º | 0.84% | 0.55% | - |
| HSV(B) | 300.93º | 0.82% | 0.93% | - |
| XYZ | 50.64 | 25.67 | 80.13 | - |
| YUV | 122.78 | 190.77 | 209.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 43 | 234 | 0 | 0.82 | 0.01 | 0.07 | 300.93 | 0.84 | 0.55 |
| Hex | ED | 2B | EA | 0 | 52 | 1 | 7 | 12D | 54 | 37 |
| Octal | 355 | 53 | 352 | 0 | 122 | 1 | 7 | 455 | 124 | 67 |
| Binary | 11101101 | 101011 | 11101010 | 0 | 1010010 | 1 | 111 | 100101101 | 1010100 | 110111 |
Color Harmonies of #ED2BEA
Complementary color
Monochromatic Colors of #ED2BEA
Black with #ED2BEA
Text Example
Text Example
White with #ED2BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2BEA; }
p { color: rgb(237,43,234); }
H1.HeaderClassName
{
color: #ED2BEA;
}
.AnyTagClassName
{
color: #ED2BEA;
}
</style>
background-color css
<style>
a { background-color: #ED2BEA; }
a { background-color: rgb(237,43,234); }
div.DivClassName
{
background-color: #ED2BEA;
}
.BgClassName
{
background-color: #ED2BEA;
}
</style>
border-color css
<style>
span { border-color: #ED2BEA; }
span { border-color: rgb(237,43,234); }
td.TdClassName
{
border-color: #ED2BEA;
}
.TagClassName
{
border-color: #ED2BEA;
}
</style>