Shades of Razzle Dazzle Rose #ED38BC
Tints of Razzle Dazzle Rose #ED38BC
RGB
CMYK
RGB Variations
Color information
#ED38BC (or 0xED38BC) is known color: Razzle Dazzle Rose. HEX triplet: ED, 38 and BC. RGB value is (237,56,188). Sum of RGB (Red+Green+Blue) = 237+56+188=481 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.27% from 481); Green value is 56 (22.27% from 255 or 11.64% from 481); Blue value is 188 (73.83% from 255 or 39.09% from 481); Max value from RGB is 237 - color contains mainly: red. Hex color #ED38BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED38BC is #12C743. Grayscale: #7C7C7C. Windows color (decimal): -1230660 or 12335341. OLE color: 12335341.
HSL color Cylindrical-coordinate representation of color #ED38BC: hue angle of 316.24º 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 #ED38BC is Cyan = 0, Magento = 0.76, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 56 | 188 | - |
| CMYK | 0 | 0.76 | 0.21 | 0.07 |
| HSL | 316.24º | 0.83% | 0.57% | - |
| HSV(B) | 316.24º | 0.76% | 0.93% | - |
| XYZ | 45.42 | 24.46 | 49.91 | - |
| YUV | 125.17 | 163.47 | 207.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 56 | 188 | 0 | 0.76 | 0.21 | 0.07 | 316.24 | 0.83 | 0.57 |
| Hex | ED | 38 | BC | 0 | 4C | 15 | 7 | 13C | 53 | 39 |
| Octal | 355 | 70 | 274 | 0 | 114 | 25 | 7 | 474 | 123 | 71 |
| Binary | 11101101 | 111000 | 10111100 | 0 | 1001100 | 10101 | 111 | 100111100 | 1010011 | 111001 |
Color Harmonies of #ED38BC
Complementary color
Monochromatic Colors of #ED38BC
Black with #ED38BC
Text Example
Text Example
White with #ED38BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED38BC; }
p { color: rgb(237,56,188); }
H1.HeaderClassName
{
color: #ED38BC;
}
.AnyTagClassName
{
color: #ED38BC;
}
</style>
background-color css
<style>
a { background-color: #ED38BC; }
a { background-color: rgb(237,56,188); }
div.DivClassName
{
background-color: #ED38BC;
}
.BgClassName
{
background-color: #ED38BC;
}
</style>
border-color css
<style>
span { border-color: #ED38BC; }
span { border-color: rgb(237,56,188); }
td.TdClassName
{
border-color: #ED38BC;
}
.TagClassName
{
border-color: #ED38BC;
}
</style>