Shades of Razzle Dazzle Rose #ED41C4
Tints of Razzle Dazzle Rose #ED41C4
RGB
CMYK
RGB Variations
Color information
#ED41C4 (or 0xED41C4) is known color: Razzle Dazzle Rose. HEX triplet: ED, 41 and C4. RGB value is (237,65,196). Sum of RGB (Red+Green+Blue) = 237+65+196=498 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.59% from 498); Green value is 65 (25.78% from 255 or 13.05% from 498); Blue value is 196 (76.95% from 255 or 39.36% from 498); Max value from RGB is 237 - color contains mainly: red. Hex color #ED41C4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED41C4 is #12BE3B. Grayscale: #838383. Windows color (decimal): -1228348 or 12861933. OLE color: 12861933.
HSL color Cylindrical-coordinate representation of color #ED41C4: hue angle of 314.3º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ED41C4 is Cyan = 0, Magento = 0.73, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 65 | 196 | - |
| CMYK | 0 | 0.73 | 0.17 | 0.07 |
| HSL | 314.3º | 0.83% | 0.59% | - |
| HSV(B) | 314.3º | 0.73% | 0.93% | - |
| XYZ | 46.78 | 25.77 | 54.73 | - |
| YUV | 131.36 | 164.48 | 203.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 65 | 196 | 0 | 0.73 | 0.17 | 0.07 | 314.3 | 0.83 | 0.59 |
| Hex | ED | 41 | C4 | 0 | 49 | 11 | 7 | 13A | 53 | 3B |
| Octal | 355 | 101 | 304 | 0 | 111 | 21 | 7 | 472 | 123 | 73 |
| Binary | 11101101 | 1000001 | 11000100 | 0 | 1001001 | 10001 | 111 | 100111010 | 1010011 | 111011 |
Color Harmonies of #ED41C4
Complementary color
Monochromatic Colors of #ED41C4
Black with #ED41C4
Text Example
Text Example
White with #ED41C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED41C4; }
p { color: rgb(237,65,196); }
H1.HeaderClassName
{
color: #ED41C4;
}
.AnyTagClassName
{
color: #ED41C4;
}
</style>
background-color css
<style>
a { background-color: #ED41C4; }
a { background-color: rgb(237,65,196); }
div.DivClassName
{
background-color: #ED41C4;
}
.BgClassName
{
background-color: #ED41C4;
}
</style>
border-color css
<style>
span { border-color: #ED41C4; }
span { border-color: rgb(237,65,196); }
td.TdClassName
{
border-color: #ED41C4;
}
.TagClassName
{
border-color: #ED41C4;
}
</style>