Shades of Razzle Dazzle Rose #ED38DD
Tints of Razzle Dazzle Rose #ED38DD
RGB
CMYK
RGB Variations
Color information
#ED38DD (or 0xED38DD) is known color: Razzle Dazzle Rose. HEX triplet: ED, 38 and DD. RGB value is (237,56,221). Sum of RGB (Red+Green+Blue) = 237+56+221=514 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.11% from 514); Green value is 56 (22.27% from 255 or 10.89% from 514); Blue value is 221 (86.72% from 255 or 43.00% from 514); Max value from RGB is 237 - color contains mainly: red. Hex color #ED38DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED38DD is #12C722. Grayscale: #808080. Windows color (decimal): -1230627 or 14498029. OLE color: 14498029.
HSL color Cylindrical-coordinate representation of color #ED38DD: hue angle of 305.3º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ED38DD is Cyan = 0, Magento = 0.76, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 56 | 221 | - |
| CMYK | 0 | 0.76 | 0.07 | 0.07 |
| HSL | 305.3º | 0.83% | 0.57% | - |
| HSV(B) | 305.3º | 0.76% | 0.93% | - |
| XYZ | 49.39 | 26.05 | 70.83 | - |
| YUV | 128.93 | 179.97 | 205.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 56 | 221 | 0 | 0.76 | 0.07 | 0.07 | 305.3 | 0.83 | 0.57 |
| Hex | ED | 38 | DD | 0 | 4C | 7 | 7 | 131 | 53 | 39 |
| Octal | 355 | 70 | 335 | 0 | 114 | 7 | 7 | 461 | 123 | 71 |
| Binary | 11101101 | 111000 | 11011101 | 0 | 1001100 | 111 | 111 | 100110001 | 1010011 | 111001 |
Color Harmonies of #ED38DD
Complementary color
Monochromatic Colors of #ED38DD
Black with #ED38DD
Text Example
Text Example
White with #ED38DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED38DD; }
p { color: rgb(237,56,221); }
H1.HeaderClassName
{
color: #ED38DD;
}
.AnyTagClassName
{
color: #ED38DD;
}
</style>
background-color css
<style>
a { background-color: #ED38DD; }
a { background-color: rgb(237,56,221); }
div.DivClassName
{
background-color: #ED38DD;
}
.BgClassName
{
background-color: #ED38DD;
}
</style>
border-color css
<style>
span { border-color: #ED38DD; }
span { border-color: rgb(237,56,221); }
td.TdClassName
{
border-color: #ED38DD;
}
.TagClassName
{
border-color: #ED38DD;
}
</style>