Shades of Razzle Dazzle Rose #EC2AC8
Tints of Razzle Dazzle Rose #EC2AC8
RGB
CMYK
RGB Variations
Color information
#EC2AC8 (or 0xEC2AC8) is known color: Razzle Dazzle Rose. HEX triplet: EC, 2A and C8. RGB value is (236,42,200). Sum of RGB (Red+Green+Blue) = 236+42+200=478 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.37% from 478); Green value is 42 (16.80% from 255 or 8.79% from 478); Blue value is 200 (78.52% from 255 or 41.84% from 478); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2AC8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC2AC8 is #13D537. Grayscale: #757575. Windows color (decimal): -1299768 or 13118188. OLE color: 13118188.
HSL color Cylindrical-coordinate representation of color #EC2AC8: hue angle of 311.13º 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 #EC2AC8 is Cyan = 0, Magento = 0.82, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 42 | 200 | - |
| CMYK | 0 | 0.82 | 0.15 | 0.07 |
| HSL | 311.13º | 0.84% | 0.55% | - |
| HSV(B) | 311.13º | 0.82% | 0.93% | - |
| XYZ | 45.85 | 23.66 | 56.79 | - |
| YUV | 118.02 | 174.27 | 212.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 42 | 200 | 0 | 0.82 | 0.15 | 0.07 | 311.13 | 0.84 | 0.55 |
| Hex | EC | 2A | C8 | 0 | 52 | F | 7 | 137 | 54 | 37 |
| Octal | 354 | 52 | 310 | 0 | 122 | 17 | 7 | 467 | 124 | 67 |
| Binary | 11101100 | 101010 | 11001000 | 0 | 1010010 | 1111 | 111 | 100110111 | 1010100 | 110111 |
Color Harmonies of #EC2AC8
Complementary color
Monochromatic Colors of #EC2AC8
Black with #EC2AC8
Text Example
Text Example
White with #EC2AC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2AC8; }
p { color: rgb(236,42,200); }
H1.HeaderClassName
{
color: #EC2AC8;
}
.AnyTagClassName
{
color: #EC2AC8;
}
</style>
background-color css
<style>
a { background-color: #EC2AC8; }
a { background-color: rgb(236,42,200); }
div.DivClassName
{
background-color: #EC2AC8;
}
.BgClassName
{
background-color: #EC2AC8;
}
</style>
border-color css
<style>
span { border-color: #EC2AC8; }
span { border-color: rgb(236,42,200); }
td.TdClassName
{
border-color: #EC2AC8;
}
.TagClassName
{
border-color: #EC2AC8;
}
</style>