Shades of Razzle Dazzle Rose #EC3BE2
Tints of Razzle Dazzle Rose #EC3BE2
RGB
CMYK
RGB Variations
Color information
#EC3BE2 (or 0xEC3BE2) is known color: Razzle Dazzle Rose. HEX triplet: EC, 3B and E2. RGB value is (236,59,226). Sum of RGB (Red+Green+Blue) = 236+59+226=521 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.30% from 521); Green value is 59 (23.44% from 255 or 11.32% from 521); Blue value is 226 (88.67% from 255 or 43.38% from 521); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3BE2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC3BE2 is #13C41D. Grayscale: #828282. Windows color (decimal): -1295390 or 14826476. OLE color: 14826476.
HSL color Cylindrical-coordinate representation of color #EC3BE2: hue angle of 303.39º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EC3BE2 is Cyan = 0, Magento = 0.75, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 59 | 226 | - |
| CMYK | 0 | 0.75 | 0.04 | 0.07 |
| HSL | 303.39º | 0.82% | 0.58% | - |
| HSV(B) | 303.39º | 0.75% | 0.93% | - |
| XYZ | 49.88 | 26.45 | 74.43 | - |
| YUV | 130.96 | 181.64 | 202.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 59 | 226 | 0 | 0.75 | 0.04 | 0.07 | 303.39 | 0.82 | 0.58 |
| Hex | EC | 3B | E2 | 0 | 4B | 4 | 7 | 12F | 52 | 3A |
| Octal | 354 | 73 | 342 | 0 | 113 | 4 | 7 | 457 | 122 | 72 |
| Binary | 11101100 | 111011 | 11100010 | 0 | 1001011 | 100 | 111 | 100101111 | 1010010 | 111010 |
Color Harmonies of #EC3BE2
Complementary color
Monochromatic Colors of #EC3BE2
Black with #EC3BE2
Text Example
Text Example
White with #EC3BE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3BE2; }
p { color: rgb(236,59,226); }
H1.HeaderClassName
{
color: #EC3BE2;
}
.AnyTagClassName
{
color: #EC3BE2;
}
</style>
background-color css
<style>
a { background-color: #EC3BE2; }
a { background-color: rgb(236,59,226); }
div.DivClassName
{
background-color: #EC3BE2;
}
.BgClassName
{
background-color: #EC3BE2;
}
</style>
border-color css
<style>
span { border-color: #EC3BE2; }
span { border-color: rgb(236,59,226); }
td.TdClassName
{
border-color: #EC3BE2;
}
.TagClassName
{
border-color: #EC3BE2;
}
</style>