Shades of Razzle Dazzle Rose #ED2DED
Tints of Razzle Dazzle Rose #ED2DED
RGB
CMYK
RGB Variations
Color information
#ED2DED (or 0xED2DED) is known color: Razzle Dazzle Rose. HEX triplet: ED, 2D and ED. RGB value is (237,45,237). Sum of RGB (Red+Green+Blue) = 237+45+237=519 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.66% from 519); Green value is 45 (17.97% from 255 or 8.67% from 519); Blue value is 237 (92.97% from 255 or 45.66% from 519); Max value from RGB is 237 - color contains mainly: red, blue. Hex color #ED2DED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED2DED is #12D212. Grayscale: #7B7B7B. Windows color (decimal): -1233427 or 15543789. OLE color: 15543789.
HSL color Cylindrical-coordinate representation of color #ED2DED: hue angle of 300º 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 #ED2DED is Cyan = 0, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 45 | 237 | - |
CMYK | 0 | 0.81 | 0 | 0.07 |
HSL | 300º | 0.84% | 0.55% | - |
HSV(B) | 300º | 0.81% | 0.93% | - |
XYZ | 51.15 | 26 | 82.44 | - |
YUV | 124.3 | 191.61 | 208.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 45 | 237 | 0 | 0.81 | 0 | 0.07 | 300 | 0.84 | 0.55 |
Hex | ED | 2D | ED | 0 | 51 | 0 | 7 | 12C | 54 | 37 |
Octal | 355 | 55 | 355 | 0 | 121 | 0 | 7 | 454 | 124 | 67 |
Binary | 11101101 | 101101 | 11101101 | 0 | 1010001 | 0 | 111 | 100101100 | 1010100 | 110111 |
Color Harmonies of #ED2DED
Complementary color
Monochromatic Colors of #ED2DED
Black with #ED2DED
Text Example
Text Example
White with #ED2DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2DED; }
p { color: rgb(237,45,237); }
H1.HeaderClassName
{
color: #ED2DED;
}
.AnyTagClassName
{
color: #ED2DED;
}
</style>
background-color css
<style>
a { background-color: #ED2DED; }
a { background-color: rgb(237,45,237); }
div.DivClassName
{
background-color: #ED2DED;
}
.BgClassName
{
background-color: #ED2DED;
}
</style>
border-color css
<style>
span { border-color: #ED2DED; }
span { border-color: rgb(237,45,237); }
td.TdClassName
{
border-color: #ED2DED;
}
.TagClassName
{
border-color: #ED2DED;
}
</style>