Shades of Razzle Dazzle Rose #ED38C6
Tints of Razzle Dazzle Rose #ED38C6
RGB
CMYK
RGB Variations
Color information
#ED38C6 (or 0xED38C6) is known color: Razzle Dazzle Rose. HEX triplet: ED, 38 and C6. RGB value is (237,56,198). Sum of RGB (Red+Green+Blue) = 237+56+198=491 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.27% from 491); Green value is 56 (22.27% from 255 or 11.41% from 491); Blue value is 198 (77.73% from 255 or 40.33% from 491); Max value from RGB is 237 - color contains mainly: red. Hex color #ED38C6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED38C6 is #12C739. Grayscale: #7D7D7D. Windows color (decimal): -1230650 or 12990701. OLE color: 12990701.
HSL color Cylindrical-coordinate representation of color #ED38C6: hue angle of 312.93º 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 #ED38C6 is Cyan = 0, Magento = 0.76, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 56 | 198 | - |
| CMYK | 0 | 0.76 | 0.16 | 0.07 |
| HSL | 312.93º | 0.83% | 0.57% | - |
| HSV(B) | 312.93º | 0.76% | 0.93% | - |
| XYZ | 46.53 | 24.91 | 55.78 | - |
| YUV | 126.31 | 168.47 | 206.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 56 | 198 | 0 | 0.76 | 0.16 | 0.07 | 312.93 | 0.83 | 0.57 |
| Hex | ED | 38 | C6 | 0 | 4C | 10 | 7 | 139 | 53 | 39 |
| Octal | 355 | 70 | 306 | 0 | 114 | 20 | 7 | 471 | 123 | 71 |
| Binary | 11101101 | 111000 | 11000110 | 0 | 1001100 | 10000 | 111 | 100111001 | 1010011 | 111001 |
Color Harmonies of #ED38C6
Complementary color
Monochromatic Colors of #ED38C6
Black with #ED38C6
Text Example
Text Example
White with #ED38C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED38C6; }
p { color: rgb(237,56,198); }
H1.HeaderClassName
{
color: #ED38C6;
}
.AnyTagClassName
{
color: #ED38C6;
}
</style>
background-color css
<style>
a { background-color: #ED38C6; }
a { background-color: rgb(237,56,198); }
div.DivClassName
{
background-color: #ED38C6;
}
.BgClassName
{
background-color: #ED38C6;
}
</style>
border-color css
<style>
span { border-color: #ED38C6; }
span { border-color: rgb(237,56,198); }
td.TdClassName
{
border-color: #ED38C6;
}
.TagClassName
{
border-color: #ED38C6;
}
</style>