Shades of Razzle Dazzle Rose #EC2EEE
Tints of Razzle Dazzle Rose #EC2EEE
RGB
CMYK
RGB Variations
Color information
#EC2EEE (or 0xEC2EEE) is known color: Razzle Dazzle Rose. HEX triplet: EC, 2E and EE. RGB value is (236,46,238). Sum of RGB (Red+Green+Blue) = 236+46+238=520 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.38% from 520); Green value is 46 (18.36% from 255 or 8.85% from 520); Blue value is 238 (93.36% from 255 or 45.77% from 520); Max value from RGB is 238 - color contains mainly: blue. Hex color #EC2EEE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC2EEE is #13D111. Grayscale: #7C7C7C. Windows color (decimal): -1298706 or 15609580. OLE color: 15609580.
HSL color Cylindrical-coordinate representation of color #EC2EEE: hue angle of 299.38º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EC2EEE is Cyan = 0.01, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 46 | 238 | - |
| CMYK | 0.01 | 0.81 | 0 | 0.07 |
| HSL | 299.38º | 0.85% | 0.56% | - |
| HSV(B) | 299.38º | 0.81% | 0.93% | - |
| XYZ | 51 | 25.96 | 83.21 | - |
| YUV | 124.7 | 191.95 | 207.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 46 | 238 | 0.01 | 0.81 | 0 | 0.07 | 299.38 | 0.85 | 0.56 |
| Hex | EC | 2E | EE | 1 | 51 | 0 | 7 | 12B | 55 | 38 |
| Octal | 354 | 56 | 356 | 1 | 121 | 0 | 7 | 453 | 125 | 70 |
| Binary | 11101100 | 101110 | 11101110 | 1 | 1010001 | 0 | 111 | 100101011 | 1010101 | 111000 |
Color Harmonies of #EC2EEE
Complementary color
Monochromatic Colors of #EC2EEE
Black with #EC2EEE
Text Example
Text Example
White with #EC2EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2EEE; }
p { color: rgb(236,46,238); }
H1.HeaderClassName
{
color: #EC2EEE;
}
.AnyTagClassName
{
color: #EC2EEE;
}
</style>
background-color css
<style>
a { background-color: #EC2EEE; }
a { background-color: rgb(236,46,238); }
div.DivClassName
{
background-color: #EC2EEE;
}
.BgClassName
{
background-color: #EC2EEE;
}
</style>
border-color css
<style>
span { border-color: #EC2EEE; }
span { border-color: rgb(236,46,238); }
td.TdClassName
{
border-color: #EC2EEE;
}
.TagClassName
{
border-color: #EC2EEE;
}
</style>