Shades of Razzle Dazzle Rose #EC32C6
Tints of Razzle Dazzle Rose #EC32C6
RGB
CMYK
RGB Variations
Color information
#EC32C6 (or 0xEC32C6) is known color: Razzle Dazzle Rose. HEX triplet: EC, 32 and C6. RGB value is (236,50,198). Sum of RGB (Red+Green+Blue) = 236+50+198=484 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.76% from 484); Green value is 50 (19.92% from 255 or 10.33% from 484); Blue value is 198 (77.73% from 255 or 40.91% from 484); Max value from RGB is 236 - color contains mainly: red. Hex color #EC32C6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC32C6 is #13CD39. Grayscale: #7A7A7A. Windows color (decimal): -1297722 or 12989164. OLE color: 12989164.
HSL color Cylindrical-coordinate representation of color #EC32C6: hue angle of 312.26º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EC32C6 is Cyan = 0, Magento = 0.79, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 50 | 198 | - |
| CMYK | 0 | 0.79 | 0.16 | 0.07 |
| HSL | 312.26º | 0.83% | 0.56% | - |
| HSV(B) | 312.26º | 0.79% | 0.93% | - |
| XYZ | 45.93 | 24.19 | 55.67 | - |
| YUV | 122.49 | 170.62 | 208.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 50 | 198 | 0 | 0.79 | 0.16 | 0.07 | 312.26 | 0.83 | 0.56 |
| Hex | EC | 32 | C6 | 0 | 4F | 10 | 7 | 138 | 53 | 38 |
| Octal | 354 | 62 | 306 | 0 | 117 | 20 | 7 | 470 | 123 | 70 |
| Binary | 11101100 | 110010 | 11000110 | 0 | 1001111 | 10000 | 111 | 100111000 | 1010011 | 111000 |
Color Harmonies of #EC32C6
Complementary color
Monochromatic Colors of #EC32C6
Black with #EC32C6
Text Example
Text Example
White with #EC32C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC32C6; }
p { color: rgb(236,50,198); }
H1.HeaderClassName
{
color: #EC32C6;
}
.AnyTagClassName
{
color: #EC32C6;
}
</style>
background-color css
<style>
a { background-color: #EC32C6; }
a { background-color: rgb(236,50,198); }
div.DivClassName
{
background-color: #EC32C6;
}
.BgClassName
{
background-color: #EC32C6;
}
</style>
border-color css
<style>
span { border-color: #EC32C6; }
span { border-color: rgb(236,50,198); }
td.TdClassName
{
border-color: #EC32C6;
}
.TagClassName
{
border-color: #EC32C6;
}
</style>