Shades of Razzle Dazzle Rose #EC2BBE
Tints of Razzle Dazzle Rose #EC2BBE
RGB
CMYK
RGB Variations
Color information
#EC2BBE (or 0xEC2BBE) is known color: Razzle Dazzle Rose. HEX triplet: EC, 2B and BE. RGB value is (236,43,190). Sum of RGB (Red+Green+Blue) = 236+43+190=469 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.32% from 469); Green value is 43 (17.19% from 255 or 9.17% from 469); Blue value is 190 (74.61% from 255 or 40.51% from 469); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2BBE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC2BBE is #13D441. Grayscale: #757575. Windows color (decimal): -1299522 or 12463084. OLE color: 12463084.
HSL color Cylindrical-coordinate representation of color #EC2BBE: hue angle of 314.3º 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 #EC2BBE is Cyan = 0, Magento = 0.82, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 43 | 190 | - |
| CMYK | 0 | 0.82 | 0.19 | 0.07 |
| HSL | 314.3º | 0.84% | 0.55% | - |
| HSV(B) | 314.3º | 0.82% | 0.93% | - |
| XYZ | 44.75 | 23.28 | 50.85 | - |
| YUV | 117.47 | 168.94 | 212.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 43 | 190 | 0 | 0.82 | 0.19 | 0.07 | 314.3 | 0.84 | 0.55 |
| Hex | EC | 2B | BE | 0 | 52 | 13 | 7 | 13A | 54 | 37 |
| Octal | 354 | 53 | 276 | 0 | 122 | 23 | 7 | 472 | 124 | 67 |
| Binary | 11101100 | 101011 | 10111110 | 0 | 1010010 | 10011 | 111 | 100111010 | 1010100 | 110111 |
Color Harmonies of #EC2BBE
Complementary color
Monochromatic Colors of #EC2BBE
Black with #EC2BBE
Text Example
Text Example
White with #EC2BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2BBE; }
p { color: rgb(236,43,190); }
H1.HeaderClassName
{
color: #EC2BBE;
}
.AnyTagClassName
{
color: #EC2BBE;
}
</style>
background-color css
<style>
a { background-color: #EC2BBE; }
a { background-color: rgb(236,43,190); }
div.DivClassName
{
background-color: #EC2BBE;
}
.BgClassName
{
background-color: #EC2BBE;
}
</style>
border-color css
<style>
span { border-color: #EC2BBE; }
span { border-color: rgb(236,43,190); }
td.TdClassName
{
border-color: #EC2BBE;
}
.TagClassName
{
border-color: #EC2BBE;
}
</style>