Shades of Razzle Dazzle Rose #EC2AC4
Tints of Razzle Dazzle Rose #EC2AC4
RGB
CMYK
RGB Variations
Color information
#EC2AC4 (or 0xEC2AC4) is known color: Razzle Dazzle Rose. HEX triplet: EC, 2A and C4. RGB value is (236,42,196). Sum of RGB (Red+Green+Blue) = 236+42+196=474 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.79% from 474); Green value is 42 (16.80% from 255 or 8.86% from 474); Blue value is 196 (76.95% from 255 or 41.35% from 474); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2AC4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC2AC4 is #13D53B. Grayscale: #757575. Windows color (decimal): -1299772 or 12856044. OLE color: 12856044.
HSL color Cylindrical-coordinate representation of color #EC2AC4: hue angle of 312.37º 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 #EC2AC4 is Cyan = 0, Magento = 0.82, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 42 | 196 | - |
| CMYK | 0 | 0.82 | 0.17 | 0.07 |
| HSL | 312.37º | 0.84% | 0.55% | - |
| HSV(B) | 312.37º | 0.82% | 0.93% | - |
| XYZ | 45.38 | 23.47 | 54.36 | - |
| YUV | 117.56 | 172.27 | 212.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 42 | 196 | 0 | 0.82 | 0.17 | 0.07 | 312.37 | 0.84 | 0.55 |
| Hex | EC | 2A | C4 | 0 | 52 | 11 | 7 | 138 | 54 | 37 |
| Octal | 354 | 52 | 304 | 0 | 122 | 21 | 7 | 470 | 124 | 67 |
| Binary | 11101100 | 101010 | 11000100 | 0 | 1010010 | 10001 | 111 | 100111000 | 1010100 | 110111 |
Color Harmonies of #EC2AC4
Complementary color
Monochromatic Colors of #EC2AC4
Black with #EC2AC4
Text Example
Text Example
White with #EC2AC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2AC4; }
p { color: rgb(236,42,196); }
H1.HeaderClassName
{
color: #EC2AC4;
}
.AnyTagClassName
{
color: #EC2AC4;
}
</style>
background-color css
<style>
a { background-color: #EC2AC4; }
a { background-color: rgb(236,42,196); }
div.DivClassName
{
background-color: #EC2AC4;
}
.BgClassName
{
background-color: #EC2AC4;
}
</style>
border-color css
<style>
span { border-color: #EC2AC4; }
span { border-color: rgb(236,42,196); }
td.TdClassName
{
border-color: #EC2AC4;
}
.TagClassName
{
border-color: #EC2AC4;
}
</style>