Shades of Razzle Dazzle Rose #EC43BB
Tints of Razzle Dazzle Rose #EC43BB
RGB
CMYK
RGB Variations
Color information
#EC43BB (or 0xEC43BB) is known color: Razzle Dazzle Rose. HEX triplet: EC, 43 and BB. RGB value is (236,67,187). Sum of RGB (Red+Green+Blue) = 236+67+187=490 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.16% from 490); Green value is 67 (26.56% from 255 or 13.67% from 490); Blue value is 187 (73.44% from 255 or 38.16% from 490); Max value from RGB is 236 - color contains mainly: red. Hex color #EC43BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC43BB is #13BC44. Grayscale: #828282. Windows color (decimal): -1293381 or 12272620. OLE color: 12272620.
HSL color Cylindrical-coordinate representation of color #EC43BB: hue angle of 317.4º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EC43BB is Cyan = 0, Magento = 0.72, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 67 | 187 | - |
| CMYK | 0 | 0.72 | 0.21 | 0.07 |
| HSL | 317.4º | 0.82% | 0.59% | - |
| HSV(B) | 317.4º | 0.72% | 0.93% | - |
| XYZ | 45.57 | 25.44 | 49.52 | - |
| YUV | 131.21 | 159.49 | 202.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 67 | 187 | 0 | 0.72 | 0.21 | 0.07 | 317.4 | 0.82 | 0.59 |
| Hex | EC | 43 | BB | 0 | 48 | 15 | 7 | 13D | 52 | 3B |
| Octal | 354 | 103 | 273 | 0 | 110 | 25 | 7 | 475 | 122 | 73 |
| Binary | 11101100 | 1000011 | 10111011 | 0 | 1001000 | 10101 | 111 | 100111101 | 1010010 | 111011 |
Color Harmonies of #EC43BB
Complementary color
Monochromatic Colors of #EC43BB
Black with #EC43BB
Text Example
Text Example
White with #EC43BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC43BB; }
p { color: rgb(236,67,187); }
H1.HeaderClassName
{
color: #EC43BB;
}
.AnyTagClassName
{
color: #EC43BB;
}
</style>
background-color css
<style>
a { background-color: #EC43BB; }
a { background-color: rgb(236,67,187); }
div.DivClassName
{
background-color: #EC43BB;
}
.BgClassName
{
background-color: #EC43BB;
}
</style>
border-color css
<style>
span { border-color: #EC43BB; }
span { border-color: rgb(236,67,187); }
td.TdClassName
{
border-color: #EC43BB;
}
.TagClassName
{
border-color: #EC43BB;
}
</style>