Shades of Razzle Dazzle Rose #EC34ED
Tints of Razzle Dazzle Rose #EC34ED
RGB
CMYK
RGB Variations
Color information
#EC34ED (or 0xEC34ED) is known color: Razzle Dazzle Rose. HEX triplet: EC, 34 and ED. RGB value is (236,52,237). Sum of RGB (Red+Green+Blue) = 236+52+237=525 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.95% from 525); Green value is 52 (20.70% from 255 or 9.90% from 525); Blue value is 237 (92.97% from 255 or 45.14% from 525); Max value from RGB is 237 - color contains mainly: blue. Hex color #EC34ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC34ED is #13CB12. Grayscale: #7F7F7F. Windows color (decimal): -1297171 or 15545580. OLE color: 15545580.
HSL color Cylindrical-coordinate representation of color #EC34ED: hue angle of 299.68º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EC34ED is Cyan = 0.00, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 52 | 237 | - |
| CMYK | 0.00 | 0.78 | 0 | 0.07 |
| HSL | 299.68º | 0.84% | 0.57% | - |
| HSV(B) | 299.68º | 0.78% | 0.93% | - |
| XYZ | 51.11 | 26.4 | 82.52 | - |
| YUV | 128.11 | 189.46 | 204.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 52 | 237 | 0.00 | 0.78 | 0 | 0.07 | 299.68 | 0.84 | 0.57 |
| Hex | EC | 34 | ED | 0 | 4E | 0 | 7 | 12C | 54 | 39 |
| Octal | 354 | 64 | 355 | 0 | 116 | 0 | 7 | 454 | 124 | 71 |
| Binary | 11101100 | 110100 | 11101101 | 0 | 1001110 | 0 | 111 | 100101100 | 1010100 | 111001 |
Color Harmonies of #EC34ED
Complementary color
Monochromatic Colors of #EC34ED
Black with #EC34ED
Text Example
Text Example
White with #EC34ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC34ED; }
p { color: rgb(236,52,237); }
H1.HeaderClassName
{
color: #EC34ED;
}
.AnyTagClassName
{
color: #EC34ED;
}
</style>
background-color css
<style>
a { background-color: #EC34ED; }
a { background-color: rgb(236,52,237); }
div.DivClassName
{
background-color: #EC34ED;
}
.BgClassName
{
background-color: #EC34ED;
}
</style>
border-color css
<style>
span { border-color: #EC34ED; }
span { border-color: rgb(236,52,237); }
td.TdClassName
{
border-color: #EC34ED;
}
.TagClassName
{
border-color: #EC34ED;
}
</style>