Shades of Razzle Dazzle Rose #EC38BE
Tints of Razzle Dazzle Rose #EC38BE
RGB
CMYK
RGB Variations
Color information
#EC38BE (or 0xEC38BE) is known color: Razzle Dazzle Rose. HEX triplet: EC, 38 and BE. RGB value is (236,56,190). Sum of RGB (Red+Green+Blue) = 236+56+190=482 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.96% from 482); Green value is 56 (22.27% from 255 or 11.62% from 482); Blue value is 190 (74.61% from 255 or 39.42% from 482); Max value from RGB is 236 - color contains mainly: red. Hex color #EC38BE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC38BE is #13C741. Grayscale: #7C7C7C. Windows color (decimal): -1296194 or 12466412. OLE color: 12466412.
HSL color Cylindrical-coordinate representation of color #EC38BE: hue angle of 315.33º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EC38BE is Cyan = 0, Magento = 0.76, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 56 | 190 | - |
| CMYK | 0 | 0.76 | 0.19 | 0.07 |
| HSL | 315.33º | 0.83% | 0.57% | - |
| HSV(B) | 315.33º | 0.76% | 0.93% | - |
| XYZ | 45.3 | 24.38 | 51.03 | - |
| YUV | 125.1 | 164.63 | 207.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 56 | 190 | 0 | 0.76 | 0.19 | 0.07 | 315.33 | 0.83 | 0.57 |
| Hex | EC | 38 | BE | 0 | 4C | 13 | 7 | 13B | 53 | 39 |
| Octal | 354 | 70 | 276 | 0 | 114 | 23 | 7 | 473 | 123 | 71 |
| Binary | 11101100 | 111000 | 10111110 | 0 | 1001100 | 10011 | 111 | 100111011 | 1010011 | 111001 |
Color Harmonies of #EC38BE
Complementary color
Monochromatic Colors of #EC38BE
Black with #EC38BE
Text Example
Text Example
White with #EC38BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC38BE; }
p { color: rgb(236,56,190); }
H1.HeaderClassName
{
color: #EC38BE;
}
.AnyTagClassName
{
color: #EC38BE;
}
</style>
background-color css
<style>
a { background-color: #EC38BE; }
a { background-color: rgb(236,56,190); }
div.DivClassName
{
background-color: #EC38BE;
}
.BgClassName
{
background-color: #EC38BE;
}
</style>
border-color css
<style>
span { border-color: #EC38BE; }
span { border-color: rgb(236,56,190); }
td.TdClassName
{
border-color: #EC38BE;
}
.TagClassName
{
border-color: #EC38BE;
}
</style>