Shades of Razzle Dazzle Rose #ED38D2
Tints of Razzle Dazzle Rose #ED38D2
RGB
CMYK
RGB Variations
Color information
#ED38D2 (or 0xED38D2) is known color: Razzle Dazzle Rose. HEX triplet: ED, 38 and D2. RGB value is (237,56,210). Sum of RGB (Red+Green+Blue) = 237+56+210=503 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.12% from 503); Green value is 56 (22.27% from 255 or 11.13% from 503); Blue value is 210 (82.42% from 255 or 41.75% from 503); Max value from RGB is 237 - color contains mainly: red. Hex color #ED38D2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED38D2 is #12C72D. Grayscale: #7F7F7F. Windows color (decimal): -1230638 or 13777133. OLE color: 13777133.
HSL color Cylindrical-coordinate representation of color #ED38D2: hue angle of 308.95º 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 #ED38D2 is Cyan = 0, Magento = 0.76, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 56 | 210 | - |
| CMYK | 0 | 0.76 | 0.11 | 0.07 |
| HSL | 308.95º | 0.83% | 0.57% | - |
| HSV(B) | 308.95º | 0.76% | 0.93% | - |
| XYZ | 47.97 | 25.49 | 63.36 | - |
| YUV | 127.68 | 174.47 | 205.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 56 | 210 | 0 | 0.76 | 0.11 | 0.07 | 308.95 | 0.83 | 0.57 |
| Hex | ED | 38 | D2 | 0 | 4C | B | 7 | 135 | 53 | 39 |
| Octal | 355 | 70 | 322 | 0 | 114 | 13 | 7 | 465 | 123 | 71 |
| Binary | 11101101 | 111000 | 11010010 | 0 | 1001100 | 1011 | 111 | 100110101 | 1010011 | 111001 |
Color Harmonies of #ED38D2
Complementary color
Monochromatic Colors of #ED38D2
Black with #ED38D2
Text Example
Text Example
White with #ED38D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED38D2; }
p { color: rgb(237,56,210); }
H1.HeaderClassName
{
color: #ED38D2;
}
.AnyTagClassName
{
color: #ED38D2;
}
</style>
background-color css
<style>
a { background-color: #ED38D2; }
a { background-color: rgb(237,56,210); }
div.DivClassName
{
background-color: #ED38D2;
}
.BgClassName
{
background-color: #ED38D2;
}
</style>
border-color css
<style>
span { border-color: #ED38D2; }
span { border-color: rgb(237,56,210); }
td.TdClassName
{
border-color: #ED38D2;
}
.TagClassName
{
border-color: #ED38D2;
}
</style>