Shades of Razzle Dazzle Rose #ED38DF
Tints of Razzle Dazzle Rose #ED38DF
RGB
CMYK
RGB Variations
Color information
#ED38DF (or 0xED38DF) is known color: Razzle Dazzle Rose. HEX triplet: ED, 38 and DF. RGB value is (237,56,223). Sum of RGB (Red+Green+Blue) = 237+56+223=516 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.93% from 516); Green value is 56 (22.27% from 255 or 10.85% from 516); Blue value is 223 (87.5% from 255 or 43.22% from 516); Max value from RGB is 237 - color contains mainly: red. Hex color #ED38DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED38DF is #12C720. Grayscale: #808080. Windows color (decimal): -1230625 or 14629101. OLE color: 14629101.
HSL color Cylindrical-coordinate representation of color #ED38DF: hue angle of 304.64º 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 #ED38DF is Cyan = 0, Magento = 0.76, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 56 | 223 | - |
| CMYK | 0 | 0.76 | 0.06 | 0.07 |
| HSL | 304.64º | 0.83% | 0.57% | - |
| HSV(B) | 304.64º | 0.76% | 0.93% | - |
| XYZ | 49.66 | 26.16 | 72.24 | - |
| YUV | 129.16 | 180.97 | 204.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 56 | 223 | 0 | 0.76 | 0.06 | 0.07 | 304.64 | 0.83 | 0.57 |
| Hex | ED | 38 | DF | 0 | 4C | 6 | 7 | 131 | 53 | 39 |
| Octal | 355 | 70 | 337 | 0 | 114 | 6 | 7 | 461 | 123 | 71 |
| Binary | 11101101 | 111000 | 11011111 | 0 | 1001100 | 110 | 111 | 100110001 | 1010011 | 111001 |
Color Harmonies of #ED38DF
Complementary color
Monochromatic Colors of #ED38DF
Black with #ED38DF
Text Example
Text Example
White with #ED38DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED38DF; }
p { color: rgb(237,56,223); }
H1.HeaderClassName
{
color: #ED38DF;
}
.AnyTagClassName
{
color: #ED38DF;
}
</style>
background-color css
<style>
a { background-color: #ED38DF; }
a { background-color: rgb(237,56,223); }
div.DivClassName
{
background-color: #ED38DF;
}
.BgClassName
{
background-color: #ED38DF;
}
</style>
border-color css
<style>
span { border-color: #ED38DF; }
span { border-color: rgb(237,56,223); }
td.TdClassName
{
border-color: #ED38DF;
}
.TagClassName
{
border-color: #ED38DF;
}
</style>