Shades of Razzle Dazzle Rose #EC2FEE
Tints of Razzle Dazzle Rose #EC2FEE
RGB
CMYK
RGB Variations
Color information
#EC2FEE (or 0xEC2FEE) is known color: Razzle Dazzle Rose. HEX triplet: EC, 2F and EE. RGB value is (236,47,238). Sum of RGB (Red+Green+Blue) = 236+47+238=521 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.30% from 521); Green value is 47 (18.75% from 255 or 9.02% from 521); Blue value is 238 (93.36% from 255 or 45.68% from 521); Max value from RGB is 238 - color contains mainly: blue. Hex color #EC2FEE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC2FEE is #13D011. Grayscale: #7C7C7C. Windows color (decimal): -1298450 or 15609836. OLE color: 15609836.
HSL color Cylindrical-coordinate representation of color #EC2FEE: hue angle of 299.37º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EC2FEE is Cyan = 0.01, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 47 | 238 | - |
| CMYK | 0.01 | 0.80 | 0 | 0.07 |
| HSL | 299.37º | 0.85% | 0.56% | - |
| HSV(B) | 299.37º | 0.8% | 0.93% | - |
| XYZ | 51.04 | 26.04 | 83.22 | - |
| YUV | 125.29 | 191.62 | 206.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 47 | 238 | 0.01 | 0.80 | 0 | 0.07 | 299.37 | 0.85 | 0.56 |
| Hex | EC | 2F | EE | 1 | 50 | 0 | 7 | 12B | 55 | 38 |
| Octal | 354 | 57 | 356 | 1 | 120 | 0 | 7 | 453 | 125 | 70 |
| Binary | 11101100 | 101111 | 11101110 | 1 | 1010000 | 0 | 111 | 100101011 | 1010101 | 111000 |
Color Harmonies of #EC2FEE
Complementary color
Monochromatic Colors of #EC2FEE
Black with #EC2FEE
Text Example
Text Example
White with #EC2FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2FEE; }
p { color: rgb(236,47,238); }
H1.HeaderClassName
{
color: #EC2FEE;
}
.AnyTagClassName
{
color: #EC2FEE;
}
</style>
background-color css
<style>
a { background-color: #EC2FEE; }
a { background-color: rgb(236,47,238); }
div.DivClassName
{
background-color: #EC2FEE;
}
.BgClassName
{
background-color: #EC2FEE;
}
</style>
border-color css
<style>
span { border-color: #EC2FEE; }
span { border-color: rgb(236,47,238); }
td.TdClassName
{
border-color: #EC2FEE;
}
.TagClassName
{
border-color: #EC2FEE;
}
</style>