Shades of Razzle Dazzle Rose #ED3CC9
Tints of Razzle Dazzle Rose #ED3CC9
RGB
CMYK
RGB Variations
Color information
#ED3CC9 (or 0xED3CC9) is known color: Razzle Dazzle Rose. HEX triplet: ED, 3C and C9. RGB value is (237,60,201). Sum of RGB (Red+Green+Blue) = 237+60+201=498 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.59% from 498); Green value is 60 (23.83% from 255 or 12.05% from 498); Blue value is 201 (78.91% from 255 or 40.36% from 498); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3CC9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED3CC9 is #12C336. Grayscale: #808080. Windows color (decimal): -1229623 or 13188333. OLE color: 13188333.
HSL color Cylindrical-coordinate representation of color #ED3CC9: hue angle of 312.2º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ED3CC9 is Cyan = 0, Magento = 0.75, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 60 | 201 | - |
| CMYK | 0 | 0.75 | 0.15 | 0.07 |
| HSL | 312.2º | 0.83% | 0.58% | - |
| HSV(B) | 312.2º | 0.75% | 0.93% | - |
| XYZ | 47.08 | 25.45 | 57.69 | - |
| YUV | 129 | 168.64 | 205.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 60 | 201 | 0 | 0.75 | 0.15 | 0.07 | 312.2 | 0.83 | 0.58 |
| Hex | ED | 3C | C9 | 0 | 4B | F | 7 | 138 | 53 | 3A |
| Octal | 355 | 74 | 311 | 0 | 113 | 17 | 7 | 470 | 123 | 72 |
| Binary | 11101101 | 111100 | 11001001 | 0 | 1001011 | 1111 | 111 | 100111000 | 1010011 | 111010 |
Color Harmonies of #ED3CC9
Complementary color
Monochromatic Colors of #ED3CC9
Black with #ED3CC9
Text Example
Text Example
White with #ED3CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3CC9; }
p { color: rgb(237,60,201); }
H1.HeaderClassName
{
color: #ED3CC9;
}
.AnyTagClassName
{
color: #ED3CC9;
}
</style>
background-color css
<style>
a { background-color: #ED3CC9; }
a { background-color: rgb(237,60,201); }
div.DivClassName
{
background-color: #ED3CC9;
}
.BgClassName
{
background-color: #ED3CC9;
}
</style>
border-color css
<style>
span { border-color: #ED3CC9; }
span { border-color: rgb(237,60,201); }
td.TdClassName
{
border-color: #ED3CC9;
}
.TagClassName
{
border-color: #ED3CC9;
}
</style>