Shades of Razzle Dazzle Rose #EC32EA
Tints of Razzle Dazzle Rose #EC32EA
RGB
CMYK
RGB Variations
Color information
#EC32EA (or 0xEC32EA) is known color: Razzle Dazzle Rose. HEX triplet: EC, 32 and EA. RGB value is (236,50,234). Sum of RGB (Red+Green+Blue) = 236+50+234=520 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.38% from 520); Green value is 50 (19.92% from 255 or 9.62% from 520); Blue value is 234 (91.80% from 255 or 45% from 520); Max value from RGB is 236 - color contains mainly: red. Hex color #EC32EA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC32EA is #13CD15. Grayscale: #7E7E7E. Windows color (decimal): -1297686 or 15348460. OLE color: 15348460.
HSL color Cylindrical-coordinate representation of color #EC32EA: hue angle of 300.65º 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 #EC32EA is Cyan = 0, Magento = 0.79, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 50 | 234 | - |
| CMYK | 0 | 0.79 | 0.01 | 0.07 |
| HSL | 300.65º | 0.83% | 0.56% | - |
| HSV(B) | 300.65º | 0.79% | 0.93% | - |
| XYZ | 50.58 | 26.05 | 80.2 | - |
| YUV | 126.59 | 188.62 | 206.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 50 | 234 | 0 | 0.79 | 0.01 | 0.07 | 300.65 | 0.83 | 0.56 |
| Hex | EC | 32 | EA | 0 | 4F | 1 | 7 | 12D | 53 | 38 |
| Octal | 354 | 62 | 352 | 0 | 117 | 1 | 7 | 455 | 123 | 70 |
| Binary | 11101100 | 110010 | 11101010 | 0 | 1001111 | 1 | 111 | 100101101 | 1010011 | 111000 |
Color Harmonies of #EC32EA
Complementary color
Monochromatic Colors of #EC32EA
Black with #EC32EA
Text Example
Text Example
White with #EC32EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC32EA; }
p { color: rgb(236,50,234); }
H1.HeaderClassName
{
color: #EC32EA;
}
.AnyTagClassName
{
color: #EC32EA;
}
</style>
background-color css
<style>
a { background-color: #EC32EA; }
a { background-color: rgb(236,50,234); }
div.DivClassName
{
background-color: #EC32EA;
}
.BgClassName
{
background-color: #EC32EA;
}
</style>
border-color css
<style>
span { border-color: #EC32EA; }
span { border-color: rgb(236,50,234); }
td.TdClassName
{
border-color: #EC32EA;
}
.TagClassName
{
border-color: #EC32EA;
}
</style>