Shades of Razzle Dazzle Rose #EC2AC7
Tints of Razzle Dazzle Rose #EC2AC7
RGB
CMYK
RGB Variations
Color information
#EC2AC7 (or 0xEC2AC7) is known color: Razzle Dazzle Rose. HEX triplet: EC, 2A and C7. RGB value is (236,42,199). Sum of RGB (Red+Green+Blue) = 236+42+199=477 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.48% from 477); Green value is 42 (16.80% from 255 or 8.81% from 477); Blue value is 199 (78.12% from 255 or 41.72% from 477); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2AC7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC2AC7 is #13D538. Grayscale: #757575. Windows color (decimal): -1299769 or 13052652. OLE color: 13052652.
HSL color Cylindrical-coordinate representation of color #EC2AC7: hue angle of 311.44º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EC2AC7 is Cyan = 0, Magento = 0.82, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 42 | 199 | - |
| CMYK | 0 | 0.82 | 0.16 | 0.07 |
| HSL | 311.44º | 0.84% | 0.55% | - |
| HSV(B) | 311.44º | 0.82% | 0.93% | - |
| XYZ | 45.73 | 23.61 | 56.18 | - |
| YUV | 117.9 | 173.77 | 212.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 42 | 199 | 0 | 0.82 | 0.16 | 0.07 | 311.44 | 0.84 | 0.55 |
| Hex | EC | 2A | C7 | 0 | 52 | 10 | 7 | 137 | 54 | 37 |
| Octal | 354 | 52 | 307 | 0 | 122 | 20 | 7 | 467 | 124 | 67 |
| Binary | 11101100 | 101010 | 11000111 | 0 | 1010010 | 10000 | 111 | 100110111 | 1010100 | 110111 |
Color Harmonies of #EC2AC7
Complementary color
Monochromatic Colors of #EC2AC7
Black with #EC2AC7
Text Example
Text Example
White with #EC2AC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2AC7; }
p { color: rgb(236,42,199); }
H1.HeaderClassName
{
color: #EC2AC7;
}
.AnyTagClassName
{
color: #EC2AC7;
}
</style>
background-color css
<style>
a { background-color: #EC2AC7; }
a { background-color: rgb(236,42,199); }
div.DivClassName
{
background-color: #EC2AC7;
}
.BgClassName
{
background-color: #EC2AC7;
}
</style>
border-color css
<style>
span { border-color: #EC2AC7; }
span { border-color: rgb(236,42,199); }
td.TdClassName
{
border-color: #EC2AC7;
}
.TagClassName
{
border-color: #EC2AC7;
}
</style>