Shades of Razzle Dazzle Rose #ED2CE7
Tints of Razzle Dazzle Rose #ED2CE7
RGB
CMYK
RGB Variations
Color information
#ED2CE7 (or 0xED2CE7) is known color: Razzle Dazzle Rose. HEX triplet: ED, 2C and E7. RGB value is (237,44,231). Sum of RGB (Red+Green+Blue) = 237+44+231=512 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.29% from 512); Green value is 44 (17.58% from 255 or 8.59% from 512); Blue value is 231 (90.62% from 255 or 45.12% from 512); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2CE7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED2CE7 is #12D318. Grayscale: #7A7A7A. Windows color (decimal): -1233689 or 15150317. OLE color: 15150317.
HSL color Cylindrical-coordinate representation of color #ED2CE7: hue angle of 301.87º 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 #ED2CE7 is Cyan = 0, Magento = 0.81, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 44 | 231 | - |
| CMYK | 0 | 0.81 | 0.03 | 0.07 |
| HSL | 301.87º | 0.84% | 0.55% | - |
| HSV(B) | 301.87º | 0.81% | 0.93% | - |
| XYZ | 50.25 | 25.58 | 77.89 | - |
| YUV | 123.03 | 188.94 | 209.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 44 | 231 | 0 | 0.81 | 0.03 | 0.07 | 301.87 | 0.84 | 0.55 |
| Hex | ED | 2C | E7 | 0 | 51 | 3 | 7 | 12E | 54 | 37 |
| Octal | 355 | 54 | 347 | 0 | 121 | 3 | 7 | 456 | 124 | 67 |
| Binary | 11101101 | 101100 | 11100111 | 0 | 1010001 | 11 | 111 | 100101110 | 1010100 | 110111 |
Color Harmonies of #ED2CE7
Complementary color
Monochromatic Colors of #ED2CE7
Black with #ED2CE7
Text Example
Text Example
White with #ED2CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2CE7; }
p { color: rgb(237,44,231); }
H1.HeaderClassName
{
color: #ED2CE7;
}
.AnyTagClassName
{
color: #ED2CE7;
}
</style>
background-color css
<style>
a { background-color: #ED2CE7; }
a { background-color: rgb(237,44,231); }
div.DivClassName
{
background-color: #ED2CE7;
}
.BgClassName
{
background-color: #ED2CE7;
}
</style>
border-color css
<style>
span { border-color: #ED2CE7; }
span { border-color: rgb(237,44,231); }
td.TdClassName
{
border-color: #ED2CE7;
}
.TagClassName
{
border-color: #ED2CE7;
}
</style>