Shades of Razzle Dazzle Rose #ED43D1
Tints of Razzle Dazzle Rose #ED43D1
RGB
CMYK
RGB Variations
Color information
#ED43D1 (or 0xED43D1) is known color: Razzle Dazzle Rose. HEX triplet: ED, 43 and D1. RGB value is (237,67,209). Sum of RGB (Red+Green+Blue) = 237+67+209=513 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.20% from 513); Green value is 67 (26.56% from 255 or 13.06% from 513); Blue value is 209 (82.03% from 255 or 40.74% from 513); Max value from RGB is 237 - color contains mainly: red. Hex color #ED43D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED43D1 is #12BC2E. Grayscale: #858585. Windows color (decimal): -1227823 or 13714413. OLE color: 13714413.
HSL color Cylindrical-coordinate representation of color #ED43D1: hue angle of 309.88º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ED43D1 is Cyan = 0, Magento = 0.72, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 67 | 209 | - |
| CMYK | 0 | 0.72 | 0.12 | 0.07 |
| HSL | 309.88º | 0.83% | 0.6% | - |
| HSV(B) | 309.88º | 0.72% | 0.93% | - |
| XYZ | 48.44 | 26.62 | 62.91 | - |
| YUV | 134.02 | 170.32 | 201.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 67 | 209 | 0 | 0.72 | 0.12 | 0.07 | 309.88 | 0.83 | 0.6 |
| Hex | ED | 43 | D1 | 0 | 48 | C | 7 | 136 | 53 | 3C |
| Octal | 355 | 103 | 321 | 0 | 110 | 14 | 7 | 466 | 123 | 74 |
| Binary | 11101101 | 1000011 | 11010001 | 0 | 1001000 | 1100 | 111 | 100110110 | 1010011 | 111100 |
Color Harmonies of #ED43D1
Complementary color
Monochromatic Colors of #ED43D1
Black with #ED43D1
Text Example
Text Example
White with #ED43D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED43D1; }
p { color: rgb(237,67,209); }
H1.HeaderClassName
{
color: #ED43D1;
}
.AnyTagClassName
{
color: #ED43D1;
}
</style>
background-color css
<style>
a { background-color: #ED43D1; }
a { background-color: rgb(237,67,209); }
div.DivClassName
{
background-color: #ED43D1;
}
.BgClassName
{
background-color: #ED43D1;
}
</style>
border-color css
<style>
span { border-color: #ED43D1; }
span { border-color: rgb(237,67,209); }
td.TdClassName
{
border-color: #ED43D1;
}
.TagClassName
{
border-color: #ED43D1;
}
</style>