Shades of Razzle Dazzle Rose #ED38DB
Tints of Razzle Dazzle Rose #ED38DB
RGB
CMYK
RGB Variations
Color information
#ED38DB (or 0xED38DB) is known color: Razzle Dazzle Rose. HEX triplet: ED, 38 and DB. RGB value is (237,56,219). Sum of RGB (Red+Green+Blue) = 237+56+219=512 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.29% from 512); Green value is 56 (22.27% from 255 or 10.94% from 512); Blue value is 219 (85.94% from 255 or 42.77% from 512); Max value from RGB is 237 - color contains mainly: red. Hex color #ED38DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED38DB is #12C724. Grayscale: #808080. Windows color (decimal): -1230629 or 14366957. OLE color: 14366957.
HSL color Cylindrical-coordinate representation of color #ED38DB: hue angle of 305.97º 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 #ED38DB is Cyan = 0, Magento = 0.76, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 56 | 219 | - |
| CMYK | 0 | 0.76 | 0.08 | 0.07 |
| HSL | 305.97º | 0.83% | 0.57% | - |
| HSV(B) | 305.97º | 0.76% | 0.93% | - |
| XYZ | 49.13 | 25.95 | 69.44 | - |
| YUV | 128.7 | 178.97 | 205.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 56 | 219 | 0 | 0.76 | 0.08 | 0.07 | 305.97 | 0.83 | 0.57 |
| Hex | ED | 38 | DB | 0 | 4C | 8 | 7 | 132 | 53 | 39 |
| Octal | 355 | 70 | 333 | 0 | 114 | 10 | 7 | 462 | 123 | 71 |
| Binary | 11101101 | 111000 | 11011011 | 0 | 1001100 | 1000 | 111 | 100110010 | 1010011 | 111001 |
Color Harmonies of #ED38DB
Complementary color
Monochromatic Colors of #ED38DB
Black with #ED38DB
Text Example
Text Example
White with #ED38DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED38DB; }
p { color: rgb(237,56,219); }
H1.HeaderClassName
{
color: #ED38DB;
}
.AnyTagClassName
{
color: #ED38DB;
}
</style>
background-color css
<style>
a { background-color: #ED38DB; }
a { background-color: rgb(237,56,219); }
div.DivClassName
{
background-color: #ED38DB;
}
.BgClassName
{
background-color: #ED38DB;
}
</style>
border-color css
<style>
span { border-color: #ED38DB; }
span { border-color: rgb(237,56,219); }
td.TdClassName
{
border-color: #ED38DB;
}
.TagClassName
{
border-color: #ED38DB;
}
</style>